Qt QML 杂记

QML TabView 去除 tab 标签

2018-08-04  本文已影响3人  赵者也

QML remove the tab widget from TabView

    TabView {
        id: tabView
        anchors.fill: parent
        style: TabViewStyle {
            tab: Rectangle {
                implicitWidth: 0
                implicitHeight: 0
            }
        }
    }
上一篇下一篇

猜你喜欢

热点阅读