stifui/qt/inc/dlgoutput.h
branchRCL_3
changeset 13 822c625f7adc
parent 9 404ad6c9bc20
child 19 d40e813b23c0
equal deleted inserted replaced
11:454d022d514b 13:822c625f7adc
    49     void OnCaseOutputChanged(const IStfEventListener::CaseOutputCommand& cmd, const QString& index, const QString& msg);
    49     void OnCaseOutputChanged(const IStfEventListener::CaseOutputCommand& cmd, const QString& index, const QString& msg);
    50     
    50     
    51 private slots:
    51 private slots:
    52     void on_btnPause_clicked();
    52     void on_btnPause_clicked();
    53     void on_btnAbort_clicked();
    53     void on_btnAbort_clicked();
       
    54     void on_btnClose_clicked();
    54     
    55     
    55     
    56     
    56 private:
    57 private:
    57     IStfQtUIController* controller;
    58     IStfQtUIController* controller;
    58     QTabWidget* tabMain;
    59     QTabWidget* tabMain;
    59     QPushButton* btnPause;
    60     QPushButton* btnPause;
    60     QPushButton* btnAbort;
    61     QPushButton* btnAbort;
       
    62     QPushButton* btnClose;
    61     QHash<QString , QPlainTextEdit*> tabList;
    63     QHash<QString , QPlainTextEdit*> tabList;
    62     
       
    63 private:
       
    64     void on_btnClose_clicked();
       
    65     
       
    66     
    64     
    67 };
    65 };
    68 
    66 
    69 
    67 
    70 #endif /* DLGOUTPUT_H_ */
    68 #endif /* DLGOUTPUT_H_ */