From 199bf012a87ace47044627189012b854570e3970 Mon Sep 17 00:00:00 2001 From: Arno Date: Mon, 24 May 2010 14:14:00 +0200 Subject: 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. --- shemov.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'shemov.pro') diff --git a/shemov.pro b/shemov.pro index 98de832..5b2b761 100644 --- a/shemov.pro +++ b/shemov.pro @@ -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 -- cgit v1.2.3-70-g09d2