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:
parent
4b0c1cf23b
commit
046832c821
9 changed files with 56 additions and 580 deletions
|
@ -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)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue