From f10a0a63e699288f1288c193c49795cae9cb3b40 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 16 Oct 2010 12:47:49 +0200 Subject: Created general purpose HoverWidget This commit outsources the HoverWindow to a seperate file and makes it possible to set a pixmap to the window. Also the cursor offset is only calculated once in SmGlobals. --- shemov.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'shemov.pro') diff --git a/shemov.pro b/shemov.pro index dc3cc47..2015955 100644 --- a/shemov.pro +++ b/shemov.pro @@ -32,7 +32,8 @@ SOURCES = main.cpp \ mappingtablemodel.cpp \ mappingtablewidget.cpp \ newmoviewizard.cpp \ - filepropertiesdialog.cpp + filepropertiesdialog.cpp \ + hoverwindow.cpp HEADERS = listitem.h \ filesystemdirproxy.h \ filesystemwidget.h \ @@ -59,6 +60,7 @@ HEADERS = listitem.h \ mappingtablemodel.h \ mappingtablewidget.h \ newmoviewizard.h \ - filepropertiesdialog.h + filepropertiesdialog.h \ + hoverwindow.h LIBS += -lmagic -lXfixes RESOURCES = shemov.qrc -- cgit v1.2.3-70-g09d2