16 #include <QVBoxLayout> 17 #include <QPushButton> 43 BaseWidget(parent,
"active_volume_widget",
"Active Volume")
45 this->setToolTip(
"The currently selected active volume");
46 QVBoxLayout* layout =
new QVBoxLayout(
this);
56 TabbedWidget(parent,
"volume_properties_widget",
"Volume Properties")
58 this->setToolTip(
"Volume properties");
61 bool connectToActiveImage =
true;
65 this->
addTab(
new ShadingWidget(services->patient()->getActiveData(),
this, connectToActiveImage),
"Properties");
boost::shared_ptr< class VisServices > VisServicesPtr
static StringPropertyActiveImagePtr New(PatientModelServicePtr patientModelService)
boost::shared_ptr< class PatientModelService > PatientModelServicePtr
Namespace for all CustusX production code.