Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
4.3.5
-
None
Description
When working with QWizardPage and reimplementing the validatePage() function, it is sometimes necessary to use a function (to validate) that could potentially be blocking. When this happens, the "Next" (or Finish) button should be disabled so that users do not try to click this button again. The buttons can then be re-enabled when the next page loads.