summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authoram <am@f440f766-f032-0410-8965-dc7d17de2ca0>2009-08-28 15:37:34 +0000
committeram <am@f440f766-f032-0410-8965-dc7d17de2ca0>2009-08-28 15:37:34 +0000
commitb83db5872cc3ac45795fad67ad2b50d8f9994c96 (patch)
treecb47618f05f5e27a051b04e378a786919d6436a0 /shemov.h
parentc67771eb6aa38daab1f7222fc6c2b53c90a66b0e (diff)
downloadSheMov-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shemov.h b/shemov.h
index 5b447d9..6d61d2e 100644
--- a/shemov.h
+++ b/shemov.h
@@ -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;