37 #include <QVBoxLayout>
38 #include <QPushButton>
64 BaseWidget(parent,
"ActiveVolumeWidget",
"Active Volume")
66 this->setToolTip(
"The currently selected active volume");
67 QVBoxLayout* layout =
new QVBoxLayout(
this);
77 TabbedWidget(parent,
"VolumePropertiesWidget",
"Volume Properties")
79 this->setToolTip(
"Volume properties");
82 bool connectToActiveImage =
true;
86 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
cxLogicManager_EXPORT ViewServicePtr viewService()