Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以删除这些元素的背景和交替颜色,但我找不到如何删除它周围的边框。可能吗?
如果您只想删除边框:
frameVisible: false
好的,我找到了解决方案:
TreeView { style: TableViewStyle { frame: Rectangle { border{ color: "#42414a" // color of the border } } } }