From 57f69839e3bab9ab73f15811374099576216282b Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 8 Mar 2012 06:05:11 +0100 Subject: First draft of PictureViewer2 Doesn't do much other than showing a default picture, but it behaves like a QDialog and positions itself correctly. It's quite a pain in the ass with a tiling window manager... --- shemov.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'shemov.pro') diff --git a/shemov.pro b/shemov.pro index a7bb514..876ff2f 100644 --- a/shemov.pro +++ b/shemov.pro @@ -39,7 +39,8 @@ SOURCES = main.cpp \ mappingtreemodel.cpp \ mappingtreewidget.cpp \ newpicsdialog.cpp \ - pictureswidget.cpp + pictureswidget.cpp \ + pictureviewer2.cpp HEADERS = listitem.h \ filesystemdirproxy.h \ filesystemwidget.h \ @@ -74,6 +75,7 @@ HEADERS = listitem.h \ mappingtreemodel.h \ mappingtreewidget.h \ newpicsdialog.h \ - pictureswidget.h + pictureswidget.h \ + pictureviewer2.h LIBS += -lmagic -lXfixes -lX11 RESOURCES = shemov.qrc -- cgit v1.2.3-70-g09d2