Validation Progress Dialog
Dialog for showing the progress of the validation process.
ValidationProgressDialog
ValidationProgressDialog(submit_result, parent=None, hide_details_button=False, close_on_completion=False, cancel_mode=False)
Bases: QDialog
, WidgetUi
Dialog for showing the progress of the validation process.
Source code in src/cplus_plugin/gui/validation/progress_dialog.py
feedback
property
Gets the feedback object used in the progress dialog.
Returns:
Type | Description |
---|---|
ValidationFeedback
|
Feedback objects used in the progress dialog. |
hide_results_button
Hides or shows the button for showing the validation inspector.
By default, the button is visible.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
hide |
bool
|
True to hide the 'Show Results' button else False to make it visible again. |
required |
Source code in src/cplus_plugin/gui/validation/progress_dialog.py
Last update:
November 25, 2024