Unsolved Switching between four UI forms
-
Hi guys, I have designed four UI forms and i want the user to move from 1-4 with a next button. Any assistance please?
-
@LT-K101 said in Switching between four UI forms:
Hi guys, I have designed four UI forms and i want the user to move from 1-4 with a next button. Any assistance please?
It sounds like you want a QWizard: https://doc.qt.io/qt-5/qwizard.html
-
QStackedWidget may be another option.
-
@JKSH I glanced through the documentation but it seems everything is in c++ not python. I did not understand the implementation.
-
@LT-K101 for the future: there is "Qt for Python" section, you posted in "General and Desktop". Quick google, however, found this https://doc.qt.io/archives/qtforpython-5.12/PySide2/QtWidgets/QWizard.html
-
The section that @artwaw mentioned is at https://forum.qt.io/category/58/qt-for-python