| <?xml version="1.0" encoding="UTF-8"?> |
| <ui version="4.0"> |
| <class>Gui::Dialog::DlgSettingsNavigation</class> |
| <widget class="QWidget" name="Gui::Dialog::DlgSettingsNavigation"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>548</width> |
| <height>795</height> |
| </rect> |
| </property> |
| <property name="windowTitle"> |
| <string>Navigation</string> |
| </property> |
| <layout class="QVBoxLayout" name="verticalLayout"> |
| <item> |
| <widget class="QGroupBox" name="groupBoxNaviCube"> |
| <property name="title"> |
| <string>Navigation Cube</string> |
| </property> |
| <property name="checkable"> |
| <bool>true</bool> |
| </property> |
| <layout class="QGridLayout" name="gridLayout_2"> |
| <item row="0" column="0"> |
| <widget class="QLabel" name="stepLabel"> |
| <property name="text"> |
| <string>Steps by turn</string> |
| </property> |
| </widget> |
| </item> |
| <item row="0" column="1"> |
| <widget class="Gui::PrefSpinBox" name="prefStepByTurn"> |
| <property name="toolTip"> |
| <string>Number of steps by turn when using arrows (default = 8 : step angle = 360/8 = 45 deg)</string> |
| </property> |
| <property name="alignment"> |
| <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| </property> |
| <property name="minimum"> |
| <number>4</number> |
| </property> |
| <property name="maximum"> |
| <number>36</number> |
| </property> |
| <property name="value"> |
| <number>8</number> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>NaviStepByTurn</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>NaviCube</cstring> |
| </property> |
| </widget> |
| </item> |
| <item row="0" column="2"> |
| <spacer name="horizontalSpacer"> |
| <property name="orientation"> |
| <enum>Qt::Horizontal</enum> |
| </property> |
| <property name="sizeType"> |
| <enum>QSizePolicy::MinimumExpanding</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>20</width> |
| <height>20</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item row="0" column="3"> |
| <widget class="QLabel" name="cornerLabel"> |
| <property name="text"> |
| <string>Corner</string> |
| </property> |
| </widget> |
| </item> |
| <item row="0" column="4"> |
| <widget class="Gui::PrefComboBox" name="naviCubeCorner"> |
| <property name="toolTip"> |
| <string>Corner where the navigation cube is displayed</string> |
| </property> |
| <property name="currentIndex"> |
| <number>1</number> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>CornerNaviCube</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>NaviCube</cstring> |
| </property> |
| <item> |
| <property name="text"> |
| <string>Top left</string> |
| </property> |
| </item> |
| <item> |
| <property name="text"> |
| <string>Top right</string> |
| </property> |
| </item> |
| <item> |
| <property name="text"> |
| <string>Bottom left</string> |
| </property> |
| </item> |
| <item> |
| <property name="text"> |
| <string>Bottom right</string> |
| </property> |
| </item> |
| </widget> |
| </item> |
| <item row="1" column="0" colspan="2"> |
| <widget class="Gui::PrefCheckBox" name="naviCubeToNearest"> |
| <property name="toolTip"> |
| <string>Rotates to nearest possible state when clicking a face of the cube</string> |
| </property> |
| <property name="text"> |
| <string>Rotate to nearest</string> |
| </property> |
| <property name="checked"> |
| <bool>true</bool> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>NaviRotateToNearest</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>NaviCube</cstring> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="3"> |
| <widget class="QLabel" name="FontNameLabel"> |
| <property name="text"> |
| <string>Font name</string> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="4"> |
| <widget class="Gui::PrefComboBox" name="naviCubeFontName"> |
| <property name="maximumSize"> |
| <size> |
| <width>240</width> |
| <height>16777215</height> |
| </size> |
| </property> |
| <property name="toolTip"> |
| <string>Font name of the navigation cube</string> |
| </property> |
| <property name="currentIndex"> |
| <number>-1</number> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>FontString</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>NaviCube</cstring> |
| </property> |
| <item> |
| <property name="text"> |
| <string>Default</string> |
| </property> |
| </item> |
| </widget> |
| </item> |
| <item row="2" column="0"> |
| <widget class="QLabel" name="CubeSizeLabel"> |
| <property name="text"> |
| <string>Cube size</string> |
| </property> |
| </widget> |
| </item> |
| <item row="2" column="1"> |
| <widget class="Gui::PrefSpinBox" name="prefCubeSize"> |
| <property name="toolTip"> |
| <string>Size of the navigation cube</string> |
| </property> |
| <property name="alignment"> |
| <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| </property> |
| <property name="suffix"> |
| <string notr="true"> px</string> |
| </property> |
| <property name="minimum"> |
| <number>10</number> |
| </property> |
| <property name="maximum"> |
| <number>1024</number> |
| </property> |
| <property name="singleStep"> |
| <number>10</number> |
| </property> |
| <property name="value"> |
| <number>132</number> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>CubeSize</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>NaviCube</cstring> |
| </property> |
| </widget> |
| </item> |
| <item row="2" column="3"> |
| <widget class="QLabel" name="inactiveOpacityLabel"> |
| <property name="text"> |
| <string>Opacity when inactive</string> |
| </property> |
| <property name="alignment"> |
| <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| </property> |
| </widget> |
| </item> |
| <item row="2" column="4"> |
| <widget class="Gui::PrefSpinBox" name="naviCubeInactiveOpacity"> |
| <property name="maximumSize"> |
| <size> |
| <width>60</width> |
| <height>16777215</height> |
| </size> |
| </property> |
| <property name="toolTip"> |
| <string>Opacity of the navigation cube when not focused</string> |
| </property> |
| <property name="suffix"> |
| <string notr="true">%</string> |
| </property> |
| <property name="minimum"> |
| <number>1</number> |
| </property> |
| <property name="maximum"> |
| <number>100</number> |
| </property> |
| <property name="value"> |
| <number>50</number> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>InactiveOpacity</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>NaviCube</cstring> |
| </property> |
| </widget> |
| </item> |
| <item row="3" column="0"> |
| <widget class="QLabel" name="BaseColorLabel"> |
| <property name="text"> |
| <string>Color</string> |
| </property> |
| </widget> |
| </item> |
| <item row="3" column="1"> |
| <widget class="Gui::PrefColorButton" name="naviCubeBaseColor"> |
| <property name="toolTip"> |
| <string>Base color for all elements</string> |
| </property> |
| <property name="color"> |
| <color alpha="128"> |
| <red>226</red> |
| <green>232</green> |
| <blue>239</blue> |
| </color> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>BaseColor</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>NaviCube</cstring> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </widget> |
| </item> |
| <item> |
| <widget class="QGroupBox" name="groupBoxRotationCenter"> |
| <property name="title"> |
| <string>Rotation Center Indicator</string> |
| </property> |
| <property name="checkable"> |
| <bool>true</bool> |
| </property> |
| <layout class="QGridLayout" name="gridLayout_3"> |
| <item row="0" column="0"> |
| <widget class="QLabel" name="sizeLabelRotationCenter"> |
| <property name="text"> |
| <string>Sphere size</string> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="0"> |
| <widget class="QLabel" name="colorLabelRotationCenter"> |
| <property name="text"> |
| <string>Color and transparency</string> |
| </property> |
| </widget> |
| </item> |
| <item row="0" column="1"> |
| <widget class="Gui::PrefDoubleSpinBox" name="rotationCenterSize"> |
| <property name="maximumSize"> |
| <size> |
| <width>60</width> |
| <height>16777215</height> |
| </size> |
| </property> |
| <property name="toolTip"> |
| <string>The size of the rotation center indicator</string> |
| </property> |
| <property name="decimals"> |
| <number>1</number> |
| </property> |
| <property name="minimum"> |
| <double>1.000000000000000</double> |
| </property> |
| <property name="maximum"> |
| <double>100.000000000000000</double> |
| </property> |
| <property name="singleStep"> |
| <double>0.500000000000000</double> |
| </property> |
| <property name="value"> |
| <double>5.000000000000000</double> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>RotationCenterSize</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>View</cstring> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="1"> |
| <widget class="Gui::PrefColorButton" name="rotationCenterColor"> |
| <property name="toolTip"> |
| <string>The color of the rotation center indicator</string> |
| </property> |
| <property name="color"> |
| <color alpha="51"> |
| <red>255</red> |
| <green>0</green> |
| <blue>0</blue> |
| </color> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>RotationCenterColor</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>View</cstring> |
| </property> |
| </widget> |
| </item> |
| <item row="0" column="2"> |
| <spacer name="horizontalSpacer_4"> |
| <property name="orientation"> |
| <enum>Qt::Horizontal</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>40</width> |
| <height>20</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| </layout> |
| </widget> |
| </item> |
| <item> |
| <widget class="QGroupBox" name="GroupBox12"> |
| <property name="enabled"> |
| <bool>true</bool> |
| </property> |
| <property name="title"> |
| <string>Navigation</string> |
| </property> |
| <layout class="QGridLayout" name="gridLayout"> |
| <item row="0" column="0"> |
| <widget class="QLabel" name="navigationLabel"> |
| <property name="text"> |
| <string>3D navigation</string> |
| </property> |
| </widget> |
| </item> |
| <item row="0" column="1"> |
| <layout class="QHBoxLayout" name="horizontalLayout_2"> |
| <item> |
| <spacer name="horizontalSpacer_3"> |
| <property name="orientation"> |
| <enum>Qt::Horizontal</enum> |
| </property> |
| <property name="sizeType"> |
| <enum>QSizePolicy::MinimumExpanding</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>20</width> |
| <height>20</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item> |
| <widget class="QPushButton" name="mouseButton"> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="minimumSize"> |
| <size> |
| <width>60</width> |
| <height>0</height> |
| </size> |
| </property> |
| <property name="toolTip"> |
| <string>Lists the mouse button configs for each chosen navigation setting. |
| Select a set and then press the button to view said configurations.</string> |
| </property> |
| <property name="text"> |
| <string>Mouse Configuration</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item row="0" column="2"> |
| <widget class="QComboBox" name="comboNavigationStyle"> |
| <property name="minimumSize"> |
| <size> |
| <width>120</width> |
| <height>0</height> |
| </size> |
| </property> |
| <property name="maximumSize"> |
| <size> |
| <width>16777215</width> |
| <height>16777215</height> |
| </size> |
| </property> |
| <property name="toolTip"> |
| <string>Navigation settings set</string> |
| </property> |
| <property name="currentIndex"> |
| <number>-1</number> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="0"> |
| <widget class="QLabel" name="orbitLabel"> |
| <property name="text"> |
| <string>Orbit style</string> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="2"> |
| <widget class="QComboBox" name="comboOrbitStyle"> |
| <property name="minimumSize"> |
| <size> |
| <width>120</width> |
| <height>0</height> |
| </size> |
| </property> |
| <property name="maximumSize"> |
| <size> |
| <width>16777215</width> |
| <height>16777215</height> |
| </size> |
| </property> |
| <property name="toolTip"> |
| <string>Rotation orbit style. |
| Rounded Arcball: moving the mouse in the corners of the screen will only roll the part. |
| Trackball: moving the mouse horizontally will rotate the part around the Y-axis. |
| Trackball Classic: moving the mouse will rotate the part allowing precession. |
| Turntable: the part will be rotated around the Z-axis (with constrained axes). |
| Free Turntable: the part will be rotated around the Z-axis. |
| </string> |
| </property> |
| <property name="currentIndex"> |
| <number>4</number> |
| </property> |
| <item> |
| <property name="text"> |
| <string>Turntable</string> |
| </property> |
| </item> |
| <item> |
| <property name="text"> |
| <string>Trackball</string> |
| </property> |
| </item> |
| <item> |
| <property name="text"> |
| <string>Free Turntable</string> |
| </property> |
| </item> |
| <item> |
| <property name="text"> |
| <string>Trackball Classic</string> |
| </property> |
| </item> |
| <item> |
| <property name="text"> |
| <string>Rounded Arcball</string> |
| </property> |
| </item> |
| </widget> |
| </item> |
| <item row="2" column="0"> |
| <widget class="QLabel" name="labelRotationMode"> |
| <property name="text"> |
| <string>Rotation mode</string> |
| </property> |
| </widget> |
| </item> |
| <item row="2" column="2"> |
| <widget class="QComboBox" name="comboRotationMode"> |
| <property name="minimumSize"> |
| <size> |
| <width>120</width> |
| <height>0</height> |
| </size> |
| </property> |
| <property name="maximumSize"> |
| <size> |
| <width>16777215</width> |
| <height>16777215</height> |
| </size> |
| </property> |
| <property name="toolTip"> |
| <string>Rotations in 3D will use current cursor position as center for rotation</string> |
| </property> |
| <property name="currentIndex"> |
| <number>0</number> |
| </property> |
| <item> |
| <property name="text"> |
| <string>Window center</string> |
| </property> |
| </item> |
| <item> |
| <property name="text"> |
| <string>Drag at cursor</string> |
| </property> |
| </item> |
| <item> |
| <property name="text"> |
| <string>Object center</string> |
| </property> |
| </item> |
| </widget> |
| </item> |
| <item row="3" column="0"> |
| <widget class="QLabel" name="newDocViewLabel"> |
| <property name="text"> |
| <string>Default camera orientation</string> |
| </property> |
| </widget> |
| </item> |
| <item row="3" column="2"> |
| <widget class="QComboBox" name="comboNewDocView"> |
| <property name="minimumSize"> |
| <size> |
| <width>120</width> |
| <height>0</height> |
| </size> |
| </property> |
| <property name="maximumSize"> |
| <size> |
| <width>16777215</width> |
| <height>16777215</height> |
| </size> |
| </property> |
| <property name="toolTip"> |
| <string>Default camera orientation when creating a new document or selecting the home view</string> |
| </property> |
| </widget> |
| </item> |
| <item row="4" column="0"> |
| <widget class="QLabel" name="label_2"> |
| <property name="text"> |
| <string>Camera zoom</string> |
| </property> |
| </widget> |
| </item> |
| <item row="4" column="2"> |
| <widget class="Gui::PrefUnitSpinBox" name="qspinNewDocScale"> |
| <property name="toolTip"> |
| <string>Sets camera zoom for new documents. |
| The value is the diameter of the sphere to fit on the screen.</string> |
| </property> |
| <property name="unit" stdset="0"> |
| <string notr="true">mm</string> |
| </property> |
| <property name="minimum"> |
| <double>0.000010000000000</double> |
| </property> |
| <property name="maximum"> |
| <double>10000000.000000000000000</double> |
| </property> |
| <property name="rawValue" stdset="0"> |
| <double>100.000000000000000</double> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>NewDocumentCameraScale</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>View</cstring> |
| </property> |
| </widget> |
| </item> |
| <item row="6" column="0"> |
| <widget class="Gui::PrefCheckBox" name="checkBoxZoomAtCursor"> |
| <property name="toolTip"> |
| <string>Zoom operations will be performed at position of mouse pointer</string> |
| </property> |
| <property name="text"> |
| <string>Zoom at cursor</string> |
| </property> |
| <property name="checked"> |
| <bool>true</bool> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>ZoomAtCursor</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>View</cstring> |
| </property> |
| </widget> |
| </item> |
| <item row="6" column="1"> |
| <widget class="QLabel" name="label"> |
| <property name="text"> |
| <string>Zoom step</string> |
| </property> |
| <property name="alignment"> |
| <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| </property> |
| </widget> |
| </item> |
| <item row="6" column="2"> |
| <layout class="QHBoxLayout" name="horizontalLayout"> |
| <item> |
| <widget class="Gui::PrefDoubleSpinBox" name="spinBoxZoomStep"> |
| <property name="maximumSize"> |
| <size> |
| <width>60</width> |
| <height>16777215</height> |
| </size> |
| </property> |
| <property name="toolTip"> |
| <string>How much will be zoomed. |
| Zoom step of '1' means a factor of 7.5 for every zoom step.</string> |
| </property> |
| <property name="minimum"> |
| <double>0.010000000000000</double> |
| </property> |
| <property name="maximum"> |
| <double>1.000000000000000</double> |
| </property> |
| <property name="singleStep"> |
| <double>0.050000000000000</double> |
| </property> |
| <property name="value"> |
| <double>0.200000000000000</double> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>ZoomStep</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>View</cstring> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <spacer name="horizontalSpacer_2"> |
| <property name="orientation"> |
| <enum>Qt::Horizontal</enum> |
| </property> |
| <property name="sizeType"> |
| <enum>QSizePolicy::MinimumExpanding</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>10</width> |
| <height>20</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| </layout> |
| </item> |
| <item row="7" column="0"> |
| <widget class="Gui::PrefCheckBox" name="checkBoxInvertZoom"> |
| <property name="toolTip"> |
| <string>Direction of zoom operations will be inverted</string> |
| </property> |
| <property name="text"> |
| <string>Invert zoom</string> |
| </property> |
| <property name="checked"> |
| <bool>true</bool> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>InvertZoom</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>View</cstring> |
| </property> |
| </widget> |
| </item> |
| <item row="8" column="0"> |
| <widget class="Gui::PrefCheckBox" name="checkBoxDisableTilt"> |
| <property name="toolTip"> |
| <string>Prevents view tilting when pinch-zooming. |
| Affects only Gesture navigation style. |
| Mouse tilting is not disabled by this setting.</string> |
| </property> |
| <property name="text"> |
| <string>Disable touchscreen tilt gesture</string> |
| </property> |
| <property name="checked"> |
| <bool>true</bool> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>DisableTouchTilt</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>View</cstring> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </widget> |
| </item> |
| <item> |
| <widget class="QGroupBox" name="spaceMouseDevice"> |
| <property name="title"> |
| <string>Space Mouse</string> |
| </property> |
| <layout class="QGridLayout" name="gridLayout_5"> |
| <item row="0" column="0"> |
| <widget class="Gui::PrefCheckBox" name="legacySpaceMouseDevices"> |
| <property name="text"> |
| <string>Enable support of legacy SpaceMouse devices</string> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>LegacySpaceMouseDevices</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>View</cstring> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </widget> |
| </item> |
| <item> |
| <widget class="QGroupBox" name="groupBoxAnimations"> |
| <property name="title"> |
| <string>Animations</string> |
| </property> |
| <property name="checkable"> |
| <bool>true</bool> |
| </property> |
| <layout class="QGridLayout" name="gridLayout_4"> |
| <item row="1" column="0"> |
| <widget class="QLabel" name="animationDurationLabel"> |
| <property name="toolTip"> |
| <string>Duration of navigation animations that have a fixed duration</string> |
| </property> |
| <property name="text"> |
| <string>Animation duration</string> |
| </property> |
| <property name="alignment"> |
| <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
| </property> |
| </widget> |
| </item> |
| <item row="2" column="0"> |
| <widget class="Gui::PrefCheckBox" name="checkBoxSpinningAnimations"> |
| <property name="toolTip"> |
| <string>Enable spinning animations that are used in some navigation styles after dragging</string> |
| </property> |
| <property name="text"> |
| <string>Enable spinning animations</string> |
| </property> |
| <property name="checked"> |
| <bool>false</bool> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>UseSpinningAnimations</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>View</cstring> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="1"> |
| <widget class="Gui::PrefSpinBox" name="spinBoxAnimationDuration"> |
| <property name="maximumSize"> |
| <size> |
| <width>60</width> |
| <height>16777215</height> |
| </size> |
| </property> |
| <property name="toolTip"> |
| <string>The duration of navigation animations in milliseconds</string> |
| </property> |
| <property name="suffix"> |
| <string notr="true"> ms</string> |
| </property> |
| <property name="minimum"> |
| <number>100</number> |
| </property> |
| <property name="maximum"> |
| <number>10000</number> |
| </property> |
| <property name="singleStep"> |
| <number>50</number> |
| </property> |
| <property name="value"> |
| <number>500</number> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>AnimationDuration</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>View</cstring> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="2"> |
| <spacer name="horizontalSpacer_6"> |
| <property name="orientation"> |
| <enum>Qt::Horizontal</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>40</width> |
| <height>20</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| </layout> |
| </widget> |
| </item> |
| <item> |
| <widget class="QGroupBox" name="groupBoxClarifySelection"> |
| <property name="title"> |
| <string>Clarify Selection</string> |
| </property> |
| <layout class="QGridLayout" name="gridLayout_6"> |
| <item row="0" column="0"> |
| <widget class="Gui::PrefCheckBox" name="checkBoxEnableLongPressClarifySelection"> |
| <property name="toolTip"> |
| <string>Enable Clarify Selection on long press of left mouse button. |
| When enabled, holding left mouse button shows a menu to select overlapping objects. |
| Some navigation styles (OpenInventor, Gesture, OpenSCAD) require Ctrl+LMB instead of just LMB.</string> |
| </property> |
| <property name="text"> |
| <string>Enable long press clarify selection</string> |
| </property> |
| <property name="checked"> |
| <bool>true</bool> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>EnableLongPressClarifySelection</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>View</cstring> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="0"> |
| <widget class="QLabel" name="labelLongPressTimeout"> |
| <property name="toolTip"> |
| <string>Time in seconds to hold left mouse button before showing clarify selection menu</string> |
| </property> |
| <property name="text"> |
| <string>Long press timeout</string> |
| </property> |
| <property name="alignment"> |
| <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="1"> |
| <widget class="Gui::PrefDoubleSpinBox" name="spinBoxLongPressTimeout"> |
| <property name="maximumSize"> |
| <size> |
| <width>80</width> |
| <height>16777215</height> |
| </size> |
| </property> |
| <property name="toolTip"> |
| <string>Duration in seconds to hold left mouse button before clarify selection is triggered</string> |
| </property> |
| <property name="suffix"> |
| <string notr="true"> s</string> |
| </property> |
| <property name="decimals"> |
| <number>1</number> |
| </property> |
| <property name="minimum"> |
| <double>0.300000000000000</double> |
| </property> |
| <property name="maximum"> |
| <double>3.000000000000000</double> |
| </property> |
| <property name="singleStep"> |
| <double>0.100000000000000</double> |
| </property> |
| <property name="value"> |
| <double>1.000000000000000</double> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>LongPressTimeout</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>View</cstring> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="2"> |
| <spacer name="horizontalSpacer_7"> |
| <property name="orientation"> |
| <enum>Qt::Horizontal</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>40</width> |
| <height>20</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| </layout> |
| </widget> |
| </item> |
| <item> |
| <spacer name="verticalSpacer"> |
| <property name="orientation"> |
| <enum>Qt::Vertical</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>20</width> |
| <height>96</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| </layout> |
| </widget> |
| <customwidgets> |
| <customwidget> |
| <class>Gui::QuantitySpinBox</class> |
| <extends>QWidget</extends> |
| <header>Gui/QuantitySpinBox.h</header> |
| </customwidget> |
| <customwidget> |
| <class>Gui::ColorButton</class> |
| <extends>QPushButton</extends> |
| <header>Gui/Widgets.h</header> |
| </customwidget> |
| <customwidget> |
| <class>Gui::PrefSpinBox</class> |
| <extends>QSpinBox</extends> |
| <header>Gui/PrefWidgets.h</header> |
| </customwidget> |
| <customwidget> |
| <class>Gui::PrefColorButton</class> |
| <extends>Gui::ColorButton</extends> |
| <header>Gui/PrefWidgets.h</header> |
| </customwidget> |
| <customwidget> |
| <class>Gui::PrefCheckBox</class> |
| <extends>QCheckBox</extends> |
| <header>Gui/PrefWidgets.h</header> |
| </customwidget> |
| <customwidget> |
| <class>Gui::PrefComboBox</class> |
| <extends>QComboBox</extends> |
| <header>Gui/PrefWidgets.h</header> |
| </customwidget> |
| <customwidget> |
| <class>Gui::PrefDoubleSpinBox</class> |
| <extends>QDoubleSpinBox</extends> |
| <header>Gui/PrefWidgets.h</header> |
| </customwidget> |
| <customwidget> |
| <class>Gui::PrefUnitSpinBox</class> |
| <extends>Gui::QuantitySpinBox</extends> |
| <header>Gui/PrefWidgets.h</header> |
| </customwidget> |
| </customwidgets> |
| <resources/> |
| <connections> |
| <connection> |
| <sender>checkBoxEnableLongPressClarifySelection</sender> |
| <signal>toggled(bool)</signal> |
| <receiver>spinBoxLongPressTimeout</receiver> |
| <slot>setEnabled(bool)</slot> |
| <hints> |
| <hint type="sourcelabel"> |
| <x>274</x> |
| <y>867</y> |
| </hint> |
| <hint type="destinationlabel"> |
| <x>274</x> |
| <y>897</y> |
| </hint> |
| </hints> |
| </connection> |
| <connection> |
| <sender>checkBoxEnableLongPressClarifySelection</sender> |
| <signal>toggled(bool)</signal> |
| <receiver>labelLongPressTimeout</receiver> |
| <slot>setEnabled(bool)</slot> |
| <hints> |
| <hint type="sourcelabel"> |
| <x>274</x> |
| <y>867</y> |
| </hint> |
| <hint type="destinationlabel"> |
| <x>100</x> |
| <y>897</y> |
| </hint> |
| </hints> |
| </connection> |
| </connections> |
| </ui> |
|
|