Trying to implement QAbstractItemModel for parse trees, haven't got it working yet...
commit9dda336057fad0844b2221e2a0992460a8e40a04
authorbieber <bieber@a1c6a512-1295-4272-9138-f99709370657>
Wed, 26 May 2010 21:13:14 +0000 (26 21:13 +0000)
committerbieber <bieber@a1c6a512-1295-4272-9138-f99709370657>
Wed, 26 May 2010 21:13:14 +0000 (26 21:13 +0000)
tree2b1882d987048bb00cd394a50f1cb24585b08af5
parent56d66738c015ec07a026131871d285eb373b326d
Trying to implement QAbstractItemModel for parse trees, haven't got it working yet (current state will spawn an empty treeview window)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26318 a1c6a512-1295-4272-9138-f99709370657
utils/themeeditor/main.cpp
utils/themeeditor/parsetreemodel.cpp [new file with mode: 0644]
utils/themeeditor/parsetreemodel.h [copied from utils/themeeditor/main.cpp with 58% similarity]
utils/themeeditor/parsetreenode.cpp [new file with mode: 0644]
utils/themeeditor/parsetreenode.h [new file with mode: 0644]
utils/themeeditor/themeeditor.pro