18 #ifndef QGSMESSAGEVIEWER_H
19 #define QGSMESSAGEVIEWER_H
21 #include <ui_qgsmessageviewer.h>
44 virtual void setTitle(
const QString& title );
51 void setMessageAsHtml(
const QString& msg );
53 void setMessageAsPlainText(
const QString& msg );
56 void setCheckBoxText(
const QString& text );
58 void setCheckBoxVisible(
bool visible );
60 void setCheckBoxState( Qt::CheckState state );
62 Qt::CheckState checkBoxState();
65 void setCheckBoxQSettingsLabel( QString label );
68 void on_checkBox_toggled(
bool );