#include <albert/export.h>
Go to the source code of this file.
|
namespace | albert |
| Albert core interface namespace.
|
|
namespace | albert::util |
| Albert utility namespace.
|
|
|
bool | albert::util::question (const QString &text, QWidget *parent=nullptr) |
| Shows a question message box with Yes and No buttons.
|
|
void | albert::util::information (const QString &text, QWidget *parent=nullptr) |
| Shows an information message box with a single Ok button.
|
|
void | albert::util::warning (const QString &text, QWidget *parent=nullptr) |
| Shows a warning message box with a single Ok button.
|
|
void | albert::util::critical (const QString &text, QWidget *parent=nullptr) |
| Shows a critical message box with a single Ok button.
|
|