15 #include <QVBoxLayout> 19 #include <QVBoxLayout> 20 #include <QPushButton> 43 TabbedWidget(parent,
"ImagePropertiesWidget",
"Image Properties")
45 this->setToolTip(
"Image properties");
48 bool connectToActiveImage =
true;
54 this->
addTab(props2D,
"2D");
55 this->
addTab(props3D,
"3D");
58 props3D->
addTab(
new ShadingWidget(services->patient()->getActiveData(),
this, connectToActiveImage),
"Properties");
boost::shared_ptr< class VisServices > VisServicesPtr
Namespace for all CustusX production code.