|
NorMIT-nav
22.09
An IGT application
|
Go to the documentation of this file.
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());
Namespace for all CustusX production code.
boost::shared_ptr< class TrackingService > TrackingServicePtr
boost::shared_ptr< class DoublePropertyBase > DoublePropertyBasePtr