diff options
author | Arno <am@disconnect.de> | 2010-11-07 11:46:42 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-11-07 11:46:42 +0100 |
commit | d12d44cd511b76181859736fb60598a3ad7e3d0f (patch) | |
tree | b8ec25d26237cf0c8e97eb7681bc88268254509b /filesystemwidget.h | |
parent | 76bb89940a3818456f535b7d4a8ba6ab9f382631 (diff) | |
download | SheMov-d12d44cd511b76181859736fb60598a3ad7e3d0f.tar.gz SheMov-d12d44cd511b76181859736fb60598a3ad7e3d0f.tar.bz2 SheMov-d12d44cd511b76181859736fb60598a3ad7e3d0f.zip |
Added Toobar
Implemented a toolbar with various actions. Also did some artwork :)
Diffstat (limited to 'filesystemwidget.h')
-rw-r--r-- | filesystemwidget.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |