Multiple ui form
Unsolved
General and Desktop
-
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