From d12d44cd511b76181859736fb60598a3ad7e3d0f Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 7 Nov 2010 11:46:42 +0100 Subject: Added Toobar Implemented a toolbar with various actions. Also did some artwork :) --- filesystemwidget.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'filesystemwidget.h') diff --git a/filesystemwidget.h b/filesystemwidget.h index 09563f4..cf8774e 100644 --- a/filesystemwidget.h +++ b/filesystemwidget.h @@ -23,6 +23,7 @@ class QAction; class QVariant; class MessageDialog; class PictureViewer; +class QStringList; class FilesystemWidget : public QWidget { Q_OBJECT @@ -45,6 +46,7 @@ class FilesystemWidget : public QWidget { void directoryEdited(); void fileViewActivated(const QModelIndex &index); void parentDir(); + void goBack(); void deleteFiles(); void copyFiles(); void moveFiles(); @@ -79,6 +81,7 @@ class FilesystemWidget : public QWidget { qint64 mSize; QAction *mRefreshAction; PictureViewer *mPicViewer; + QString mLastDir; }; #endif -- cgit v1.2.3-70-g09d2