progress_dialog

Functions and classes to use a progress dialog in combination with a model thread

class camelot.view.controls.progress_dialog.ProgressDialog(name, icon=Icon('tango/32x32/actions/appointment-new.png'))[source]

A Progress Dialog, used during the gui_run() of an action.

../../../_images/progress_dialog.png
add_detail(text)[source]

Add detail text to the list of details in the progress dialog :param text: a string

clear_details()[source]

Clear the detail text

enlarge()[source]

Increase the size of the dialog window

class camelot.view.controls.progress_dialog.SplashProgress(pixmap)[source]

Wrapper around QtWidgets.QSplashScreen to make it behave as if it were a progress dialog, this allows reuse of the progress related action steps within a splash screen.