mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02: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