mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Theme Editor: Put together a simple GUI to test going back and forth between a tree view and a text edit box
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26455 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f52c9aae3a
commit
a9848ce3fe
10 changed files with 219 additions and 28 deletions
|
|
@ -4,12 +4,15 @@ HEADERS += tag_table.h \
|
|||
skin_scan.h \
|
||||
skin_debug.h \
|
||||
parsetreemodel.h \
|
||||
parsetreenode.h
|
||||
parsetreenode.h \
|
||||
editorwindow.h
|
||||
SOURCES += tag_table.c \
|
||||
skin_parser.c \
|
||||
skin_scan.c \
|
||||
skin_debug.c \
|
||||
main.cpp \
|
||||
parsetreemodel.cpp \
|
||||
parsetreenode.cpp
|
||||
parsetreenode.cpp \
|
||||
editorwindow.cpp
|
||||
OTHER_FILES += README
|
||||
FORMS += editorwindow.ui
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue