CustusX  15.3.4-beta
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cxImage2PlateRegistrationWidget.h
Go to the documentation of this file.
1 #ifndef CXIMAGE2PLATEREGISTRATIONWIDGET_H
2 #define CXIMAGE2PLATEREGISTRATIONWIDGET_H
3 
4 #include "cxTabbedWidget.h"
5 
6 namespace cx
7 {
8 
13 {
14 public:
15  Image2PlateRegistrationWidget(QWidget* parent, QString objectName, QString windowTitle);
17  virtual QString defaultWhatsThis() const;
18 };
19 
20 } //cx
21 
22 #endif // CXIMAGE2PLATEREGISTRATIONWIDGET_H
Image2PlateRegistrationWidget(QWidget *parent, QString objectName, QString windowTitle)
Interface for making widgets with a hierarchy of tabs.
virtual QString defaultWhatsThis() const
Returns a short description of what this widget will do for you.