Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
QML 0.16 KB | None | 0 0
  1. [...]
  2. import QtQuick.Controls.Styles 1.4
  3. [...]
  4. TreeView {
  5.         [...]
  6.         style: TableViewStyle {
  7.             indentation: 0
  8.         }
  9.         [...]
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement