diff options
author | deva <deva> | 2006-05-29 09:24:27 +0000 |
---|---|---|
committer | deva <deva> | 2006-05-29 09:24:27 +0000 |
commit | 33583f49150216f3bc84520b63bf4be16ace076d (patch) | |
tree | 00f75da9204fffd681c808863492a7e8c4a9e636 /client/mainwindow.h | |
parent | d86028ba3e6c0db3c1f56077f481b3bebf883d86 (diff) |
*** empty log message ***
Diffstat (limited to 'client/mainwindow.h')
-rw-r--r-- | client/mainwindow.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/client/mainwindow.h b/client/mainwindow.h index 5b38397..250a8be 100644 --- a/client/mainwindow.h +++ b/client/mainwindow.h @@ -31,15 +31,14 @@ #include <QPushButton> #include <QLabel> -#include <QStatusBar> - -#include <QProgressBar> #include "historyframe.h" #include "videowidget.h" #include "decoder.h" +#include "statusbar.h" + class MainWindow : public QWidget { Q_OBJECT @@ -49,9 +48,6 @@ public: QWidget *getVideoWidget() { return video; } -protected: - void timerEvent(QTimerEvent *event); - public slots: void cpr_clicked(); void clear_clicked(); @@ -82,10 +78,7 @@ private: QLabel *lbl_name; // Statusbar - QStatusBar *statusbar; - QLabel *messagefield; - QProgressBar *server_diskspace; - QProgressBar *server_load; + StatusBar *statusbar; }; #endif/*__MIAV_MAINWINDOW_H__*/ |