17 #ifndef QGSMESSAGEBARITEM_H
18 #define QGSMESSAGEBARITEM_H
24 #include <QHBoxLayout>
103 QString text()
const;
117 QString title()
const;
146 QWidget *widget()
const;
204 void styleChanged(
const QString &styleSheet );
208 void urlClicked(
const QUrl &url );
217 QWidget *mWidget =
nullptr;
219 QHBoxLayout *mLayout =
nullptr;
220 QLabel *mLblIcon =
nullptr;
222 QTextBrowser *mTextBrowser =
nullptr;
228 #endif // QGSMESSAGEBARITEM_H