QGIS API Documentation
2.6.0-Brighton
|
A simple dialog to show an indeterminate busy progress indicator. More...
#include <qgsbusyindicatordialog.h>
Public Member Functions | |
QgsBusyIndicatorDialog (const QString &message="", QWidget *parent=0, Qt::WindowFlags fl=QgisGui::ModalDialogFlags) | |
Constructor Modal busy indicator dialog with no buttons. | |
~QgsBusyIndicatorDialog () | |
QString | message () const |
void | setMessage (const QString &message) |
A simple dialog to show an indeterminate busy progress indicator.
QgsBusyIndicatorDialog::QgsBusyIndicatorDialog | ( | const QString & | message = "" , |
QWidget * | parent = 0 , |
||
Qt::WindowFlags | fl = QgisGui::ModalDialogFlags |
||
) |
Constructor Modal busy indicator dialog with no buttons.
message | Text to show above busy progress indicator. |
parent | parent object (owner) |
fl | widget flags |
QgsBusyIndicatorDialog::~QgsBusyIndicatorDialog | ( | ) |
|
inline |
void QgsBusyIndicatorDialog::setMessage | ( | const QString & | message | ) |