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. --- filesystemwidget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'filesystemwidget.h') 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 -- cgit v1.2.3-70-g09d2