17 #ifndef QGSMESSAGEVIEWER_H
18 #define QGSMESSAGEVIEWER_H
20 #include <ui_qgsmessageviewer.h>
43 virtual void setTitle(
const QString& title );
50 void setMessageAsHtml(
const QString& msg );
52 void setMessageAsPlainText(
const QString& msg );
55 void setCheckBoxText(
const QString& text );
57 void setCheckBoxVisible(
bool visible );
59 void setCheckBoxState( Qt::CheckState state );
61 Qt::CheckState checkBoxState();
64 void setCheckBoxQSettingsLabel( QString label );
67 void on_checkBox_toggled(
bool );