gotcha (i think): create 5 layouts with their respective widgets (buttons & labels). Also create 5 QWidgets; do:
Qt Code:
myQWidget_0->addLayout(myLayout_0);To copy to clipboard, switch view to plain text mode
for myQWidgets 0-4, then use QStackWidget to manage.
...working on it.
Bookmarks