36 #include <QVBoxLayout> 40 #include <QVBoxLayout> 41 #include <QPushButton> 64 TabbedWidget(parent,
"ImagePropertiesWidget",
"Image Properties")
66 this->setToolTip(
"Image properties");
69 bool connectToActiveImage =
true;
75 this->
addTab(props2D,
"2D");
76 this->
addTab(props3D,
"3D");
79 props3D->
addTab(
new ShadingWidget(services->patient()->getActiveData(),
this, connectToActiveImage),
"Properties");
boost::shared_ptr< class VisServices > VisServicesPtr
Namespace for all CustusX production code.