From f76b42f192a82f777cf77f3eecfab9ca7e31e396 Mon Sep 17 00:00:00 2001 From: Arno Date: Tue, 8 Jul 2014 08:13:30 +0200 Subject: Display unpack output in Dialog This was a difficult one. Got lost in the Semantics of QThread once again, but just 2 days later it works :) --- filesystemwidget.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'filesystemwidget.h') diff --git a/filesystemwidget.h b/filesystemwidget.h index e4b26e8..82c3b04 100644 --- a/filesystemwidget.h +++ b/filesystemwidget.h @@ -12,6 +12,8 @@ #include #include #include +#include +#include class SmTreeView; class FilesystemDirProxy; @@ -24,6 +26,8 @@ class SheMovIconProvider; class SmDirModel; class QToolBar; class QSplitter; +class UnpackDialog; +class Unpacker; class FilesystemWidget : public QWidget { Q_OBJECT @@ -64,6 +68,7 @@ class FilesystemWidget : public QWidget { void setWindowTitle(); void preview(); void unpack(); + void selectUnpackDir(); private slots: void dirExpanded(const QModelIndex &idx); @@ -96,6 +101,7 @@ class FilesystemWidget : public QWidget { QString mLastDir; int mClipboardMode; QSplitter *mIconDirSplitter; + UnpackDialog *mUnpackDlg; }; class FileSystemModel : public QFileSystemModel { -- cgit v1.2.3-70-g09d2