Best practice for a wizard?
Unsolved
General and Desktop
-
When you do a wizard in Qt is it better to do the full wizard, with all the pages, in a single .ui file in the designer? Or is it better to create separate .ui files/classes for every page and then add them to the wizard via code?
I know either will work, I'm just wondering which is "best practice"?