CTK 0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Loading...
Searching...
No Matches
ctkQtTestingMainWindow.h
Go to the documentation of this file.
1#ifndef CTKQTTESTINGMAINWINDOW_H
2#define CTKQTTESTINGMAINWINDOW_H
3
4#include <QMainWindow>
6#include "ui_ctkQtTestingMainWindow.h"
7
8//class pqTestUtility;
9
10class ctkQtTestingMainWindow : public QMainWindow
11{
12 Q_OBJECT
13public:
16protected slots:
17 void record(bool start);
18 void play();
19
20private:
21 Q_DISABLE_COPY(ctkQtTestingMainWindow)
22
23// pqTestUtility *TestUtility;
24 ctkQtTestingUtility *TestUtility;
25 Ui::ctkQtTestingMainWindow Ui;
26};
27
28#endif
void record(bool start)