From 8c6051a16b12f265d7a30b4b24da10b3ba63edae Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 2 Jul 2010 16:28:02 +0200 Subject: 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 --- shemov.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'shemov.pro') 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 -- cgit v1.2.3-70-g09d2