| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
A simple dialog to show an indeterminate busy progress indicator. More...
#include <qgsbusyindicatordialog.h>

| Public Member Functions | |
| QgsBusyIndicatorDialog (const QString &message=QString(), QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) | |
| Constructor Modal busy indicator dialog with no buttons.  More... | |
| QString | message () const | 
| void | setMessage (const QString &message) | 
A simple dialog to show an indeterminate busy progress indicator.
Definition at line 34 of file qgsbusyindicatordialog.h.
| QgsBusyIndicatorDialog::QgsBusyIndicatorDialog | ( | const QString & | message = QString(), | 
| QWidget * | parent = nullptr, | ||
| Qt::WindowFlags | fl = QgsGuiUtils::ModalDialogFlags | ||
| ) | 
Constructor Modal busy indicator dialog with no buttons.
| message | Text to show above busy progress indicator. | 
| parent | parent object (owner) | 
| fl | widget flags | 
Definition at line 25 of file qgsbusyindicatordialog.cpp.
| 
 | inline | 
Definition at line 48 of file qgsbusyindicatordialog.h.
| void QgsBusyIndicatorDialog::setMessage | ( | const QString & | message | ) | 
Definition at line 47 of file qgsbusyindicatordialog.cpp.