diff options
author | Arno <am@disconnect.de> | 2010-05-24 14:14:00 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-05-24 14:14:00 +0200 |
commit | 199bf012a87ace47044627189012b854570e3970 (patch) | |
tree | 735966e8d8843c3f5beddaaff6c657d8c5bba030 /shemov.pro | |
parent | f3b7e335c988cadd463063ca72790a638e44970e (diff) | |
download | SheMov-199bf012a87ace47044627189012b854570e3970.tar.gz SheMov-199bf012a87ace47044627189012b854570e3970.tar.bz2 SheMov-199bf012a87ace47044627189012b854570e3970.zip |
Implemented PictureViewer class
Don't call an external program for showing a picture. When an image is
doubleclicked a new windows shows the picture. Pictures can still be
opened in an exteral program by using the "Open with..." context menu
item.
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -42,7 +42,9 @@ SOURCES = main.cpp \ programconfigurator.cpp \ addmoviewizard.cpp \ listmodelsingleton.cpp \ - moviemodelsingleton.cpp + moviemodelsingleton.cpp \ + pictureviewer.cpp \ + pictureviewerinfoitem.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ @@ -80,6 +82,8 @@ HEADERS = listitem.h \ programconfigurator.h \ addmoviewizard.h \ listmodelsingleton.h \ - moviemodelsingleton.h + moviemodelsingleton.h \ + pictureviewer.h \ + pictureviewerinfoitem.h LIBS += -lmagic RESOURCES = shemov.qrc |