1
0
Fork 0
forked from len0rd/rockbox

Theme Editor: Stripped out the sub-classes for ProjectModel and turned ProjectModel into a list model, also replaced the project tree view with a list view

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26839 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Bieber 2010-06-14 06:20:07 +00:00
parent 4b0c1cf23b
commit 046832c821
9 changed files with 56 additions and 580 deletions

View file

@ -275,7 +275,6 @@ void EditorWindow::openProject()
project = new ProjectModel(fileName, this);
ui->projectTree->setModel(project);
ui->projectTree->expandAll();
QObject::connect(ui->projectTree, SIGNAL(activated(QModelIndex)),
project, SLOT(activated(QModelIndex)));