【发布时间】:2016-06-20 18:40:30
【问题描述】:
是否可以通过TabViewStyle(或任何其他方式)设置水平滚动选项卡?我在TabViewStyle 中没有看到这样的功能。 Moreover tabs scrolling shouldn't stop when tabs is displayed partially.
【问题讨论】:
标签: qml qtquick2 tabview qt5.5 qtquickcontrols
是否可以通过TabViewStyle(或任何其他方式)设置水平滚动选项卡?我在TabViewStyle 中没有看到这样的功能。 Moreover tabs scrolling shouldn't stop when tabs is displayed partially.
【问题讨论】:
标签: qml qtquick2 tabview qt5.5 qtquickcontrols
使用 Qt Quick Controls 2 (Qt 5.7+) 中的 TabBar,可以创建 flickable tabs。
【讨论】: