diff options
author | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-07-10 18:35:14 +0000 |
---|---|---|
committer | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-07-10 18:35:14 +0000 |
commit | b700071a54e9ce9e9097a704fb1d71dc2a795bfb (patch) | |
tree | 07bcd0c87fa2a11400dda3447236a916ebbf2922 /shemov.h | |
parent | 4f1e2ee030f01facefab808f687d301c37707f74 (diff) | |
download | SheMov-b700071a54e9ce9e9097a704fb1d71dc2a795bfb.tar.gz SheMov-b700071a54e9ce9e9097a704fb1d71dc2a795bfb.tar.bz2 SheMov-b700071a54e9ce9e9097a704fb1d71dc2a795bfb.zip |
-fixed display of windowTitle
-focus FileView after startup and changing dir via directorybar
-implemented createFolder
-display action in statusBar()
git-svn-id: file:///var/svn/repos2/shemov/trunk@383 f440f766-f032-0410-8965-dc7d17de2ca0
Diffstat (limited to 'shemov.h')
-rw-r--r-- | shemov.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,7 @@ class SheMov : public QMainWindow { private slots: void updateSelectionCount(const QItemSelection &sel, const QItemSelection &prev); void newWindowTitle(const QString &title); + void statusbarMessage(const QString &message); private: void createStatusbar(); @@ -38,6 +39,7 @@ class SheMov : public QMainWindow { QAction *mQuitA; QAction *mMarkFilesA; QAction *mUnmarkFilesA; + QAction *mCreateFolderA; //EndActions QTabWidget *mTab; |