diff options
Diffstat (limited to 'client/mainwindow.h')
-rw-r--r-- | client/mainwindow.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/mainwindow.h b/client/mainwindow.h index 742351d..b94f5c5 100644 --- a/client/mainwindow.h +++ b/client/mainwindow.h @@ -30,6 +30,9 @@ #include <QWidget> #include <QPushButton> +#include <QLabel> +#include <QStatusBar> + #include "historyframe.h" #include "videowidget.h" @@ -68,6 +71,13 @@ private: QPushButton *btn_freeze; QPushButton *btn_mute; QPushButton *btn_clear; + + // Labels + QLabel *lbl_cpr; + QLabel *lbl_name; + + // Statusbar + QStatusBar *statusbar; }; #endif/*__MIAV_MAINWINDOW_H__*/ |