diff options
author | Arno <am@disconnect.de> | 2010-07-02 16:28:02 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-07-02 16:28:02 +0200 |
commit | 8c6051a16b12f265d7a30b4b24da10b3ba63edae (patch) | |
tree | 4dd81ab3533b55654247c9a2e1583e88cde1b780 /shemov.pro | |
parent | eed880078be57296517535f9c06e279f722b4ec3 (diff) | |
download | SheMov-8c6051a16b12f265d7a30b4b24da10b3ba63edae.tar.gz SheMov-8c6051a16b12f265d7a30b4b24da10b3ba63edae.tar.bz2 SheMov-8c6051a16b12f265d7a30b4b24da10b3ba63edae.zip |
Started NewMovieWizard for adding movies
Finished GUI for first page of NewMovieWizard. To make things easier I
added two new member functions to SmTreeModel:
-QModelIndex find() to find items by value of a column
-void reparent() to remove an item from one parent and add it to
another
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -55,7 +55,8 @@ SOURCES = main.cpp \ filestreemodel.cpp \ filestreewidget.cpp \ mappingtablemodel.cpp \ - mappingtablewidget.cpp + mappingtablewidget.cpp \ + newmoviewizard.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ @@ -106,6 +107,7 @@ HEADERS = listitem.h \ filestreemodel.h \ filestreewidget.h \ mappingtablemodel.h \ - mappingtablewidget.h + mappingtablewidget.h \ + newmoviewizard.h LIBS += -lmagic RESOURCES = shemov.qrc |