From ea9e5d0f1e02ca8c8859bbf59f2081b819f1d329 Mon Sep 17 00:00:00 2001 From: am Date: Mon, 6 Jul 2009 08:44:14 +0000 Subject: -added some artwork -started implementing FilesystemView git-svn-id: file:///var/svn/repos2/shemov/trunk@377 f440f766-f032-0410-8965-dc7d17de2ca0 --- filesystemwidget.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'filesystemwidget.h') diff --git a/filesystemwidget.h b/filesystemwidget.h index 63707da..380fa22 100644 --- a/filesystemwidget.h +++ b/filesystemwidget.h @@ -13,6 +13,8 @@ class QDirModel; class QTreeView; class FilesystemDirProxy; +class FileView; +class QModelIndex; class FilesystemWidget : public QWidget { Q_OBJECT @@ -20,9 +22,13 @@ class FilesystemWidget : public QWidget { FilesystemWidget(QWidget *parent = 0); ~FilesystemWidget() {}; + public slots: + void directoryChanged(const QModelIndex &index); + private: QDirModel *mModel; QTreeView *mDirView; + FileView *mFileView; FilesystemDirProxy *mDirProxy; }; -- cgit v1.2.3-70-g09d2