15 #include <QRadioButton> 16 #include <QVBoxLayout> 31 BaseWidget(parent,
"navigation_widget",
"Navigation Properties"),
32 mVerticalLayout(new QVBoxLayout(this)),
33 mCameraGroupBox(new QGroupBox(tr(
"Camera Style"), this)),
34 mCameraGroupLayout(new QVBoxLayout())
36 this->setToolTip(
"Camera follow style");
40 QToolBar* toolBar =
new QToolBar(
this);
42 toolBar->addActions(viewService->getInteractorStyleActionGroup()->actions());
boost::shared_ptr< class TrackingService > TrackingServicePtr
boost::shared_ptr< class DoublePropertyBase > DoublePropertyBasePtr
Namespace for all CustusX production code.