| 1234567891011121314151617181920212223242526272829 | 
							- #ifndef CTKQTTESTINGMAINWINDOW_H
 
- #define CTKQTTESTINGMAINWINDOW_H
 
- #include <QMainWindow>
 
- #include <ctkQtTestingUtility.h>
 
- #include "ui_ctkQtTestingMainWindow.h"
 
- //class pqTestUtility;
 
- class ctkQtTestingMainWindow : public QMainWindow
 
- {
 
-   Q_OBJECT
 
- public:
 
-   ctkQtTestingMainWindow();
 
-   ~ctkQtTestingMainWindow();
 
- protected slots:
 
-   void record(bool start);
 
-   void play();
 
- private:
 
-   Q_DISABLE_COPY(ctkQtTestingMainWindow)
 
- //  pqTestUtility *TestUtility;
 
-   ctkQtTestingUtility *TestUtility;
 
-   Ui::ctkQtTestingMainWindow Ui;
 
- };
 
- #endif
 
 
  |