Functions and classes to use a progress dialog in combination with a model thread
A Progress Dialog, used during the gui_run() of an action.
Add detail text to the list of details in the progress dialog :param text: a string
Clear the detail text
Increase the size of the dialog window
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.