|
Albert
|
Go to the source code of this file.
Namespaces | |
| namespace | albert |
Functions | |
Message boxes | |
| bool | albert::question (const QString &text, QWidget *parent=nullptr) |
| Shows a question message box with Yes and No buttons. | |
| void | albert::information (const QString &text, QWidget *parent=nullptr) |
| Shows an information message box with a single Ok button. | |
| void | albert::warning (const QString &text, QWidget *parent=nullptr) |
| Shows a warning message box with a single Ok button. | |
| void | albert::critical (const QString &text, QWidget *parent=nullptr) |
| Shows a critical message box with a single Ok button. | |