QgsBusyIndicatorDialog class
A simple dialog to show an indeterminate busy progress indicator.
Contents
Constructors, destructors, conversion operators
- QgsBusyIndicatorDialog(const QString& message = QString(), QWidget* parent = nullptr, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags)
- Constructor Modal busy indicator dialog with no buttons.
Function documentation
QgsBusyIndicatorDialog:: QgsBusyIndicatorDialog(const QString& message = QString(),
QWidget* parent = nullptr,
Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags)
Constructor Modal busy indicator dialog with no buttons.
| Parameters | |
|---|---|
| message | Text to show above busy progress indicator. |
| parent | parent object (owner) |
| fl | widget flags |