9 #ifndef VIEWLOGWIDGET_H
10 #define VIEWLOGWIDGET_H
13 #include <QtGui/QPlainTextEdit>
14 #include <QtGui/QPushButton>
15 #include <QtGui/QWidget>
17 #include "xobjects/mainobject.h"
30 QPlainTextEdit *txtLog;
31 QPushButton *buttonRefresh;
33 void closeEvent(QCloseEvent *event);
38 void on_load_log_file();
41 #endif // VIEWLOGWIDGET_H