mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-02 19:00:05 +02:00
WIP
This commit is contained in:
parent
74bb7a3f1b
commit
d344365470
@ -38,8 +38,6 @@ void qTabMessages::Initialization() {
|
||||
connect(btnSave, SIGNAL(clicked()), this, SLOT(SaveLog()));
|
||||
connect(btnClear, SIGNAL(clicked()), this, SLOT(ClearLog()));
|
||||
connect(dispCommand, SIGNAL(returnPressed()), this, SLOT(ExecuteCommand()));
|
||||
//connect(process, SIGNAL(readAllStandardError()), this, SLOT(AppendError()));
|
||||
//connect(process, SIGNAL(readyReadStandardOutput()), this, SLOT(AppendOutput()));
|
||||
}
|
||||
|
||||
void qTabMessages::ExecuteCommand() {
|
||||
@ -81,7 +79,6 @@ void qTabMessages::AppendError() {
|
||||
}
|
||||
|
||||
|
||||
|
||||
void qTabMessages::customEvent(QEvent *e) {
|
||||
if (e->type() == (STREAMEVENT)) {
|
||||
QString temp = ((qStreamEvent *)e)->getString();
|
||||
|
Loading…
x
Reference in New Issue
Block a user