2015-10-12 114 views

回答

3

好吧,我找到解決辦法:

TreeView { 
    style: TableViewStyle { 
     frame: Rectangle { 
      border{ 
       color: "#42414a" // color of the border 
      } 
     } 
    } 
} 
1

如果你只是想刪除邊框:

frameVisible: false