Skip to content

Add vertical scrolling option to qtOperationDialog

An extra constructor is added to qtOperationDialog to include an option to support vertical scrolling.

The use-case in mind is the ACE3P export & submit operation, which has a large number of items when the submit option is selected. On some laptop systems, the height of this dialog has exceeded the screen height so that the dialog cannot be fully access (including the "Apply" button). This option will allow us to constrain the height of the dialog. When the option is not selected, the standard QDialog behavior is used (i.e., not scrolling).

Edited by John Tourtellott

Merge request reports