diff options
author | deva <deva> | 2006-05-20 14:35:59 +0000 |
---|---|---|
committer | deva <deva> | 2006-05-20 14:35:59 +0000 |
commit | dd8e7832c69a5ef484a2f3b6054a482d29275f85 (patch) | |
tree | 6865f4f18d8545a0edecbb3646f69039ccc82727 /client/mainwindow.h | |
parent | 60c43b0a065175a49ae0aa2b10280e893479889b (diff) |
*** empty log message ***
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__*/ |