summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authoram <am@f440f766-f032-0410-8965-dc7d17de2ca0>2009-07-10 18:35:14 +0000
committeram <am@f440f766-f032-0410-8965-dc7d17de2ca0>2009-07-10 18:35:14 +0000
commitb700071a54e9ce9e9097a704fb1d71dc2a795bfb (patch)
tree07bcd0c87fa2a11400dda3447236a916ebbf2922 /shemov.h
parent4f1e2ee030f01facefab808f687d301c37707f74 (diff)
downloadSheMov-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.h2
1 files changed, 2 insertions, 0 deletions
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;