summaryrefslogtreecommitdiffstats
path: root/filesystemwidget.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-05-24 14:14:00 +0200
committerArno <am@disconnect.de>2010-05-24 14:14:00 +0200
commit199bf012a87ace47044627189012b854570e3970 (patch)
tree735966e8d8843c3f5beddaaff6c657d8c5bba030 /filesystemwidget.h
parentf3b7e335c988cadd463063ca72790a638e44970e (diff)
downloadSheMov-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 'filesystemwidget.h')
-rw-r--r--filesystemwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/filesystemwidget.h b/filesystemwidget.h
index ccd5123..2fb1bc1 100644
--- a/filesystemwidget.h
+++ b/filesystemwidget.h
@@ -23,6 +23,7 @@ class QAction;
class QVariant;
class MessageDialog;
class ArchiveEditDialog;
+class PictureViewer;
class FilesystemWidget : public QWidget {
Q_OBJECT
@@ -80,6 +81,7 @@ class FilesystemWidget : public QWidget {
ArchiveEditDialog *mAEDialog;
qint64 mSize;
QAction *mRefreshAction;
+ PictureViewer *mPicViewer;
};
#endif