QML remove the tab widget from TabView
TabView {
id: tabView
anchors.fill: parent
style: TabViewStyle {
tab: Rectangle {
implicitWidth: 0
implicitHeight: 0
}
}
}
网友评论