Class: QgsBusyIndicatorDialog

A simple dialog to show an indeterminate busy progress indicator.

List of all members, including inherited members

Class Hierarchy

Inheritance diagram of qgis.gui.QgsBusyIndicatorDialog

Base classes

QDialog

QWidget

QObject

QPaintDevice

Methods

message

setMessage

class qgis.gui.QgsBusyIndicatorDialog[source]

Bases: QDialog

__init__(message: str | None = '', parent: QWidget | None = None, fl: Qt.WindowFlags | Qt.WindowType = QgsGuiUtils.ModalDialogFlags)

Constructor Modal busy indicator dialog with no buttons.

Parameters:
  • message (Optional[str] = '') – Text to show above busy progress indicator.

  • parent (Optional[QWidget] = None) – parent object (owner)

  • fl (Union[Qt.WindowFlags, Qt.WindowType] = QgsGuiUtils.ModalDialogFlags) – widget flags

message(self) str[source]
Return type:

str

setMessage(self, message: str | None)[source]
Parameters:

message (Optional[str])