mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 08:09:21 +01:00
WIP
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
#include "ui_form_tab_messages.h"
|
||||
#include "qDebugStream.h"
|
||||
|
||||
class QProcess;
|
||||
|
||||
class qTabMessages:public QWidget, private Ui::TabMessagesObject {
|
||||
Q_OBJECT
|
||||
|
||||
@@ -21,5 +23,9 @@ private:
|
||||
void SetupWidgetWindow();
|
||||
void Initialization();
|
||||
void PrintNextLine();
|
||||
void AppendOutput();
|
||||
void AppendError();
|
||||
|
||||
QProcess* process;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user