diff options
author | deva <deva> | 2006-05-25 18:18:48 +0000 |
---|---|---|
committer | deva <deva> | 2006-05-25 18:18:48 +0000 |
commit | d86028ba3e6c0db3c1f56077f481b3bebf883d86 (patch) | |
tree | 4d53aa133d92b40f7de46ac07f9817111379166a /client/mainwindow.h | |
parent | 7d547a29164cf9318a7eca918705bbc30e93b81d (diff) |
*** empty log message ***
Diffstat (limited to 'client/mainwindow.h')
-rw-r--r-- | client/mainwindow.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/mainwindow.h b/client/mainwindow.h index f02d60f..5b38397 100644 --- a/client/mainwindow.h +++ b/client/mainwindow.h @@ -33,6 +33,8 @@ #include <QLabel> #include <QStatusBar> +#include <QProgressBar> + #include "historyframe.h" #include "videowidget.h" @@ -81,6 +83,9 @@ private: // Statusbar QStatusBar *statusbar; + QLabel *messagefield; + QProgressBar *server_diskspace; + QProgressBar *server_load; }; #endif/*__MIAV_MAINWINDOW_H__*/ |