36 #include <QRadioButton>
37 #include <QVBoxLayout>
55 BaseWidget(parent,
"NavigationWidget",
"Navigation Properties"),
56 mVerticalLayout(new QVBoxLayout(this)),
57 mCameraGroupBox(new QGroupBox(tr(
"Camera Style"), this)),
58 mCameraGroupLayout(new QVBoxLayout())
60 this->setToolTip(
"Camera follow style");
64 QToolBar* toolBar =
new QToolBar(
this);
66 toolBar->addActions(
viewService()->getInteractorStyleActionGroup()->actions());
boost::shared_ptr< class DoublePropertyBase > DoublePropertyBasePtr
cxLogicManager_EXPORT ViewServicePtr viewService()
cxLogicManager_EXPORT TrackingServicePtr trackingService()