summaryrefslogtreecommitdiffstats
path: root/shemov.pro
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-07-02 16:28:02 +0200
committerArno <am@disconnect.de>2010-07-02 16:28:02 +0200
commit8c6051a16b12f265d7a30b4b24da10b3ba63edae (patch)
tree4dd81ab3533b55654247c9a2e1583e88cde1b780 /shemov.pro
parenteed880078be57296517535f9c06e279f722b4ec3 (diff)
downloadSheMov-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.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/shemov.pro b/shemov.pro
index 6d54047..edebb64 100644
--- a/shemov.pro
+++ b/shemov.pro
@@ -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