GenericProgressDialogWidgetPrivate struct
A generic progress dialog.
Contents
- Reference
Public variables
- bool autoclose
- Whether to automatically close the progress dialog when finished.
- bool cancelable
- Whether to allow canceling the action.
- GenericProgressDialogButton extra_buttons
- Additional buttons.
Variable documentation
bool GenericProgressDialogWidgetPrivate:: autoclose
Whether to automatically close the progress dialog when finished.
This will hide the OK button.
bool GenericProgressDialogWidgetPrivate:: cancelable
Whether to allow canceling the action.
Will show a Cancel button if true.