Skip to content

Add optional progress bar to qtOperationDialog

John Tourtellott requested to merge operation-dialog-progressbar into master

Adds progress bar to qtOperationDialog, for use-cases where a single-threaded operation doesn't finish immediately. The initial use is ace3p export dialogs, which take several seconds to submit jobs to NERSC.

Default dialog
image

Dialog with progress bar visible
image

Merge request reports