Details
-
Suggestion
-
Resolution: Out of scope
-
P2: Important
-
4.3.0
-
None
Description
It would be useful if QWizardPage had another virtual function that was called after the show() function to execute operations that could potentially take time. The problem with inititializePage() is that it blocks until this function finishes and therefore delays the calling of show(). It would be useful if there was a way to do some initialization after the page has already been displayed.