Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Multiple ui form
-
I am developing an application where I'll have N ui form. I know how to use QstackedWidget but I may use Qstackedwidget inside another. I create an class windows with one QStackedWidget variable who will store my N forms for my entire program and a function to be called when the we need a particular page. Is it possible?
-
Hi,
Silly short answer but: yes it is