diff options
author | Arno <am@disconnect.de> | 2011-08-22 16:31:05 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2011-08-22 16:31:05 +0200 |
commit | f427305bb038ab3af27fb8a1a17827732c3713f3 (patch) | |
tree | e1f505f9ce23aeaecedb7a3815e35c37ca06ffc8 /shemov.pro | |
parent | 6ccb1884dd9e9a57f7b25239097951d77103d331 (diff) | |
download | SheMov-f427305bb038ab3af27fb8a1a17827732c3713f3.tar.gz SheMov-f427305bb038ab3af27fb8a1a17827732c3713f3.tar.bz2 SheMov-f427305bb038ab3af27fb8a1a17827732c3713f3.zip |
First draft of PropertiesDialog
Kinda mock-up of new PropertiesDialog. The caption label works, though
for some reason I can't set a background image via Stylesheets. It also
shows the files belonging to the SeriesPart.
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -33,7 +33,8 @@ SOURCES = main.cpp \ consistencycheck.cpp \ seriesmetadatamodel.cpp \ mappingtableeditor.cpp \ - smdialog.cpp + smdialog.cpp \ + propertiesdialog.cpp HEADERS = listitem.h \ filesystemdirproxy.h \ filesystemwidget.h \ @@ -62,6 +63,7 @@ HEADERS = listitem.h \ consistencycheck.h \ seriesmetadatamodel.h \ mappingtableeditor.h \ - smdialog.h + smdialog.h \ + propertiesdialog.h LIBS += -lmagic -lXfixes RESOURCES = shemov.qrc |