From 7b373a2a860d1e779664fffe98db769be34d5591 Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 26 Feb 2012 08:54:00 +0100 Subject: Implement PicturesWidget Create a tab to show the archived pictures. It's far from complete, but it already does: * show pictures * hover * delete pictures from archive --- shemov.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'shemov.pro') diff --git a/shemov.pro b/shemov.pro index 6e4d6d3..a7bb514 100644 --- a/shemov.pro +++ b/shemov.pro @@ -38,7 +38,8 @@ SOURCES = main.cpp \ dbanalyzer.cpp \ mappingtreemodel.cpp \ mappingtreewidget.cpp \ - newpicsdialog.cpp + newpicsdialog.cpp \ + pictureswidget.cpp HEADERS = listitem.h \ filesystemdirproxy.h \ filesystemwidget.h \ @@ -72,6 +73,7 @@ HEADERS = listitem.h \ dbanalyzer.h \ mappingtreemodel.h \ mappingtreewidget.h \ - newpicsdialog.h + newpicsdialog.h \ + pictureswidget.h LIBS += -lmagic -lXfixes -lX11 RESOURCES = shemov.qrc -- cgit v1.2.3-70-g09d2