How to create a QWizard with Qt Designer?
-
Hello there. I wish to create a QWizard, including some branching paths etc. And I would highly prefer using Qt Designer for that task since I have come to prefer setting up my UI with it.
I don't think I can register any fields and it seems I cannot even set up branching paths at the moment. So what would be the preferred approach to create a QWizard with as much help of the Designer as possible?
-
Do everything within Qt Designer. (How?)
-
Create a dozen QWizardPages with Qt Designer, then somehow combine them. (That's a lot of small classes. And can I branch paths with this approach?)
-
<insert bright idea>
-
<insert another bright idea>
-
Do nothing in Qt Designer, write the code yourself. (That would be very sad.)
-
-
Hi,
You can prepare all your pages with Designer. However you'll have to implement the branching logic from code.
-
This post is deleted!