QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
QgsBusyIndicatorDialog Class Reference

A simple dialog to show an indeterminate busy progress indicator. More...

#include <qgsbusyindicatordialog.h>

Inheritance diagram for QgsBusyIndicatorDialog:

Public Member Functions

 QgsBusyIndicatorDialog (const QString &message=QString(), QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags)
 Constructor Modal busy indicator dialog with no buttons.
QString message () const
void setMessage (const QString &message)

Detailed Description

A simple dialog to show an indeterminate busy progress indicator.

Definition at line 33 of file qgsbusyindicatordialog.h.

Constructor & Destructor Documentation

◆ QgsBusyIndicatorDialog()

QgsBusyIndicatorDialog::QgsBusyIndicatorDialog ( const QString & message = QString(),
QWidget * parent = nullptr,
Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags )

Constructor Modal busy indicator dialog with no buttons.

Parameters
messageText to show above busy progress indicator.
parentparent object (owner)
flwidget flags

Definition at line 27 of file qgsbusyindicatordialog.cpp.

Member Function Documentation

◆ message()

QString QgsBusyIndicatorDialog::message ( ) const
inline

Definition at line 46 of file qgsbusyindicatordialog.h.

◆ setMessage()

void QgsBusyIndicatorDialog::setMessage ( const QString & message)

Definition at line 49 of file qgsbusyindicatordialog.cpp.


The documentation for this class was generated from the following files: