better handling of fitting process
This commit is contained in:
@@ -51,15 +51,17 @@ public:
|
||||
PFitOutputHandler(QString workingDirectory, QValueVector<QString> &cmd);
|
||||
~PFitOutputHandler() {}
|
||||
|
||||
public slots:
|
||||
private slots:
|
||||
void readFromStdOut();
|
||||
void readFromStdErr();
|
||||
void quitButtonPressed();
|
||||
void processDone();
|
||||
|
||||
private:
|
||||
QProcess *proc;
|
||||
QVBox *vbox;
|
||||
QTextEdit *output;
|
||||
QPushButton *quitButton;
|
||||
QProcess *fProc;
|
||||
QVBox *fVbox;
|
||||
QTextEdit *fOutput;
|
||||
QPushButton *fQuitButton;
|
||||
};
|
||||
|
||||
#endif // _PFITOUTPUTHANDLER_H_
|
||||
|
||||
Reference in New Issue
Block a user