Qt 6.11 is out! See what's new in the release
blog
QML Tabview - Scrolling tabs
QML and Qt Quick
4
Posts
3
Posters
3.4k
Views
1
Watching
-
G'day,
Is there any support for scrolling tabs? Our UI needs to support multi-resolution displays and currently Tabview on a smaller size(and resolution) screen crops the tabs and there is no inbuilt support in TabViewStyle to provide a custom scroll bar for scrolling tabs. Has anyone come across this problem and managed to come up with a solution? -
Same problem here, clearly TabView is incomplete...
-
Here is the solution : https://bugreports.qt.io/browse/QTBUG-37021
Then put interactive=true on the flickable