ProgressWidget

subclass of Dialog
creates a widget in which the ProgressWidget of some action will be displayed. When not active, the widget just shows a message label. When active, it also shows a progress bar and a cancel button. The ProgressWidget will be displayed as the fraction of ticks passed ( ticks are passed by invoking the incr method), compared to the number of ticks to go (-ticks options).

ProgressWidget specific options

Command-Line Name: -message
Database Name: ?
Database Class: ?
Command-Line Name: -title
Database Name: ?
Database Class: ?

ProgressWidget specific methods