Albert
Loading...
Searching...
No Matches
messagebox.h File Reference
#include <albert/export.h>
Include dependency graph for messagebox.h:

Go to the source code of this file.

Namespaces

namespace  albert
 Albert core interface namespace.
 
namespace  albert::util
 Albert utility namespace.
 

Functions

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.