From b700071a54e9ce9e9097a704fb1d71dc2a795bfb Mon Sep 17 00:00:00 2001 From: am Date: Fri, 10 Jul 2009 18:35:14 +0000 Subject: -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 --- shemov.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shemov.h') diff --git a/shemov.h b/shemov.h index cc54643..51c1934 100644 --- a/shemov.h +++ b/shemov.h @@ -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; -- cgit v1.2.3-70-g09d2