36 #include <QRadioButton>
37 #include <QVBoxLayout>
54 BaseWidget(parent,
"NavigationWidget",
"Navigation Properties"),
55 mVerticalLayout(new QVBoxLayout(this)),
56 mCameraGroupBox(new QGroupBox(tr(
"Camera Style"), this)),
57 mCameraGroupLayout(new QVBoxLayout())
63 QToolBar* toolBar =
new QToolBar(
this);
65 toolBar->addActions(
viewService()->createInteractorStyleActionGroup()->actions());
82 "<h3>Camera navigation.</h3>"
83 "<p>Lets you select if the camera should follow a tool.</p>"
84 "<p><i>Click the options to select camera following style.</i></p>"
cxLogicManager_EXPORT ViewServicePtr viewService()