26 RegisterI2IWidget::RegisterI2IWidget(
RegServicesPtr services, QWidget* parent) :
27 RegistrationBaseWidget(services, parent,
"org_custusx_registration_method_vessel_register_widget",
"Register Image2Image"),
30 QVBoxLayout* topLayout =
new QVBoxLayout(
this);
31 QGridLayout* layout =
new QGridLayout();
32 topLayout->addLayout(layout);
34 layout->addWidget(mSeansVesselRegsitrationWidget);
35 layout->addWidget(
new QLabel(
"Parent frame tree status:"), 3, 0);
36 layout->addWidget(
new FrameTreeWidget(services->patient(),
this), 4, 0);
boost::shared_ptr< class RegServices > RegServicesPtr
Namespace for all CustusX production code.