diff options
author | Arno <am@disconnect.de> | 2010-05-28 21:32:54 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-05-28 21:52:12 +0200 |
commit | 98903de8351e1f78a057febe0bb996223a238d56 (patch) | |
tree | a220e857f73af9497e80b4e8b1a887773d5ba6ee /shemov.pro | |
parent | 9ab30cc1d7d5362a826f89dda5cb14f7716c2908 (diff) | |
download | SheMov-98903de8351e1f78a057febe0bb996223a238d56.tar.gz SheMov-98903de8351e1f78a057febe0bb996223a238d56.tar.bz2 SheMov-98903de8351e1f78a057febe0bb996223a238d56.zip |
Redesign of editing archive items
Added new widget to edit movies already in archive. ArchiveItemInfoEdit
is designed to be part of a QTabWidget.
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -44,7 +44,8 @@ SOURCES = main.cpp \ listmodelsingleton.cpp \ moviemodelsingleton.cpp \ pictureviewer.cpp \ - pictureviewerinfoitem.cpp + pictureviewerinfoitem.cpp \ + archiveiteminfoedit.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ @@ -84,6 +85,7 @@ HEADERS = listitem.h \ listmodelsingleton.h \ moviemodelsingleton.h \ pictureviewer.h \ - pictureviewerinfoitem.h + pictureviewerinfoitem.h \ + archiveiteminfoedit.h LIBS += -lmagic RESOURCES = shemov.qrc |