diff options
author | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-08-28 15:37:34 +0000 |
---|---|---|
committer | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-08-28 15:37:34 +0000 |
commit | b83db5872cc3ac45795fad67ad2b50d8f9994c96 (patch) | |
tree | cb47618f05f5e27a051b04e378a786919d6436a0 /shemov.h | |
parent | c67771eb6aa38daab1f7222fc6c2b53c90a66b0e (diff) | |
download | SheMov-b83db5872cc3ac45795fad67ad2b50d8f9994c96.tar.gz SheMov-b83db5872cc3ac45795fad67ad2b50d8f9994c96.tar.bz2 SheMov-b83db5872cc3ac45795fad67ad2b50d8f9994c96.zip |
-added free space label in statusbar
git-svn-id: file:///var/svn/repos2/shemov/trunk@404 f440f766-f032-0410-8965-dc7d17de2ca0
Diffstat (limited to 'shemov.h')
-rw-r--r-- | shemov.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,7 @@ class SheMov : public QMainWindow { void setTemplate(const QString &newTemplate); void configure(); void tabChanged(int newTab); + void setFsFree(); private: void createStatusbar(); @@ -50,6 +51,7 @@ class SheMov : public QMainWindow { QLabel *mSelectedItems; QLabel *mTemplate; QLabel *mSelectedSize; + QLabel *mFsFree; //Actions QAction *mQuitA; |