4

我可以删除这些元素的背景和交替颜色,但我找不到如何删除它周围的边框。可能吗?

4

2 回答 2

8

如果您只想删除边框:

frameVisible: false

于 2017-09-26T19:58:41.407 回答
5

好的,我找到了解决方案:

TreeView {
    style: TableViewStyle {
        frame: Rectangle {
            border{
                color: "#42414a" // color of the border
            }
        }
    }
}
于 2015-10-13T00:48:50.203 回答