diff options
author | Arno <arno@disconnect.de> | 2018-04-04 11:50:43 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-04-04 11:50:43 +0200 |
commit | 295b8e2b197e689380002ccfe77fe4fb56c544d6 (patch) | |
tree | 60929a9b3ddbdd8a261f9159f1a774c47033665e /shemov.pro | |
parent | a86cab595e880541b3fe717a1c382e4f39fc01d5 (diff) | |
download | SheMov-295b8e2b197e689380002ccfe77fe4fb56c544d6.tar.gz SheMov-295b8e2b197e689380002ccfe77fe4fb56c544d6.tar.bz2 SheMov-295b8e2b197e689380002ccfe77fe4fb56c544d6.zip |
Implement MoviePropertiesDialog
Try to replace all those editing dialogs with one exhausting dialog. For
now, it's just the layout. It does nothing yet.
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -46,7 +46,8 @@ SOURCES = main.cpp \ fsproxy.cpp \ viewer.cpp \ moviewidget.cpp \ - smview.cpp + smview.cpp \ + moviepropertiesdialog.cpp HEADERS = \ shemov.h \ helper.h \ @@ -87,7 +88,8 @@ HEADERS = \ fsproxy.h \ viewer.h \ moviewidget.h \ - smview.h + smview.h \ + moviepropertiesdialog.h LIBS += -lmagic -lXfixes -lX11 -lMagick++-6.Q16HDRI INCLUDEPATH += /usr/include/ImageMagick-6/ RESOURCES = shemov.qrc |