QT Design Studio tabs
Unsolved
Qt Design Studio
-
wrote on 6 Feb 2025, 11:14 last edited by
Hi all, I fail to find any info about proper usage of QT Design Studio components... All google search always leads me to info about normal QT & coding, but I want info for QT Design Studio.
There is a Tab Bar and Tab Button in QT Design Studio, which I have added to the project. But how to actually add there tabbed content to simulate how the pages would look like in a real app? Does not matter where I add the objects hierarchically, they are always displayed despite which QT Tab Button is currently active. How should I set up different pages to design all of them in QT Design Studio? Thanks.
-
wrote on 6 Feb 2025, 12:51 last edited by
from documentation https://doc.qt.io/qt-6/qml-qtquick-controls-tabbar.html#details I would use a StackLayout
1/2