CustusX  15.3.4-beta
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cxImage2PlateRegistrationWidget.cpp
Go to the documentation of this file.
2 
3 namespace cx {
4 
5 Image2PlateRegistrationWidget::Image2PlateRegistrationWidget(QWidget* parent, QString objectName, QString windowTitle) :
6  TabbedWidget(parent, objectName, windowTitle)
7 {
8 }
9 
11 {
12  return "<html>"
13  "<h3>Image to plate registration.</h3>"
14  "<p>This is a method used to registrate one image to a specific aurora tool (a plastic plate with ct markers).</p>"
15  "<p><i>Choose a step to continue.</i></p>"
16  "</html>";
17 }
18 } //cx
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.