diff options
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__*/ |