Go to the documentation of this file.
63 void showMessage(
const QString& tipText,
const QString& windowTitle,
const QString& stringIdentifier =
"");
88 QStringList blackList;
TipDialog(QWidget *parent=0)
bool isBlackListed(const QString &stringId) const
Checks whether a specific string is blacklisted.
QStringList getBlackListedStrings() const
Returns all currently blacklisted strings.
The TipDialog is a dialog to show tips/hints to the user, which are optionally only shown once.
void showMessage(const QString &tipText, const QString &windowTitle, const QString &stringIdentifier="")
Shows this dialog and shows the message, if it was not blacklisted.
void hideEvent(QHideEvent *) override
void setBlackListedStrings(const QStringList &strings)
Sets list of blacklisted strings.
This file offers overloads of toIce() and fromIce() functions for STL container types.