Updating project from qt 5 to 6 that is using Tab from QtQuick controls 1
Unsolved
Qt 6
-
I have a project that is using the tab component from the old QtQuick controls 1 to create tabs in a TabBar. Is there any newer components I can switch to since that one doesn't work anymore?
-
@StudentDev9923 I use TabBar of QtQuick.Controls to create tabs. No issues with Qt 6.6.1. Maybe you can show some code and your problems.
Also check out the nice example of Qt 6 under quickcontrols/filesystemexplorer/Sidebar.qml for horizontal or vertical layout.