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 --- filesystemwidget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'filesystemwidget.h') diff --git a/filesystemwidget.h b/filesystemwidget.h index 916ca83..a5d89d7 100644 --- a/filesystemwidget.h +++ b/filesystemwidget.h @@ -24,6 +24,7 @@ class FilesystemWidget : public QWidget { FilesystemWidget(QWidget *parent = 0); ~FilesystemWidget() {}; FileView *fileView() { return mFileView; }; + const QString windowTitle() const { return mWindowTitle; }; signals: void windowTitle(const QString &); @@ -42,6 +43,7 @@ class FilesystemWidget : public QWidget { FilesystemDirProxy *mDirProxy; FilesystemFileProxy *mFileProxy; QLineEdit *mDirEdit; + QString mWindowTitle; }; #endif -- cgit v1.2.3-70-g09d2