| <?xml version="1.0" encoding="UTF-8"?> |
| <ui version="4.0"> |
| <class>LC_DlgMenuAssigner</class> |
| <widget class="QDialog" name="LC_DlgMenuAssigner"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>351</width> |
| <height>416</height> |
| </rect> |
| </property> |
| <property name="windowTitle"> |
| <string>Dialog</string> |
| </property> |
| <layout class="QGridLayout" name="gridLayout_2"> |
| <item row="5" column="0" colspan="2"> |
| <widget class="QGroupBox" name="groupBox_5"> |
| <property name="minimumSize"> |
| <size> |
| <width>0</width> |
| <height>90</height> |
| </size> |
| </property> |
| <property name="title"> |
| <string>Note:</string> |
| </property> |
| <layout class="QGridLayout" name="gridLayout_6"> |
| <item row="0" column="0"> |
| <widget class="QLabel" name="lblNotes"> |
| <property name="font"> |
| <font> |
| <bold>true</bold> |
| </font> |
| </property> |
| <property name="text"> |
| <string>This shortcut is already assigned to "Dimensions My" menu!</string> |
| </property> |
| <property name="scaledContents"> |
| <bool>true</bool> |
| </property> |
| <property name="wordWrap"> |
| <bool>true</bool> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </widget> |
| </item> |
| <item row="6" column="0"> |
| <spacer name="verticalSpacer"> |
| <property name="orientation"> |
| <enum>Qt::Vertical</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>20</width> |
| <height>0</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item row="7" column="0" colspan="2"> |
| <widget class="QDialogButtonBox" name="buttonBox"> |
| <property name="orientation"> |
| <enum>Qt::Horizontal</enum> |
| </property> |
| <property name="standardButtons"> |
| <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
| </property> |
| </widget> |
| </item> |
| <item row="0" column="1"> |
| <widget class="QGroupBox" name="gbMouseButtons"> |
| <property name="toolTip"> |
| <string>Defines which mouse button is part of menu invocation</string> |
| </property> |
| <property name="title"> |
| <string>Mouse Button</string> |
| </property> |
| <layout class="QGridLayout" name="gridLayout"> |
| <item row="0" column="0"> |
| <widget class="QRadioButton" name="rbBtnLeft"> |
| <property name="text"> |
| <string>Left </string> |
| </property> |
| </widget> |
| </item> |
| <item row="0" column="1"> |
| <widget class="QRadioButton" name="rbBtnMiddle"> |
| <property name="text"> |
| <string>Middle</string> |
| </property> |
| </widget> |
| </item> |
| <item row="0" column="2"> |
| <widget class="QRadioButton" name="rbBtnRight"> |
| <property name="text"> |
| <string>Right</string> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="0"> |
| <widget class="QRadioButton" name="rbBtnBack"> |
| <property name="text"> |
| <string>Back</string> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="1"> |
| <widget class="QRadioButton" name="rbBtnForward"> |
| <property name="text"> |
| <string>Forward</string> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="2"> |
| <widget class="QRadioButton" name="rbBtnTask"> |
| <property name="text"> |
| <string>Task</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </widget> |
| </item> |
| <item row="0" column="0"> |
| <widget class="QGroupBox" name="groupBox_3"> |
| <property name="toolTip"> |
| <string>Specify pressed key modifier(s)</string> |
| </property> |
| <property name="title"> |
| <string>Key</string> |
| </property> |
| <layout class="QGridLayout" name="gridLayout_4"> |
| <item row="0" column="0"> |
| <widget class="QCheckBox" name="cbKeyCtrl"> |
| <property name="text"> |
| <string>CTRL</string> |
| </property> |
| </widget> |
| </item> |
| <item row="0" column="1"> |
| <widget class="QCheckBox" name="cbKeyShift"> |
| <property name="text"> |
| <string>SHIFT</string> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="0"> |
| <widget class="QCheckBox" name="cbKeyALt"> |
| <property name="text"> |
| <string>ALT</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </widget> |
| </item> |
| <item row="3" column="0" colspan="2"> |
| <widget class="QGroupBox" name="groupBox"> |
| <property name="title"> |
| <string>Entity Context</string> |
| </property> |
| <layout class="QFormLayout" name="formLayout"> |
| <item row="0" column="0"> |
| <widget class="QLabel" name="label"> |
| <property name="text"> |
| <string>Applicable if invoked for:</string> |
| </property> |
| </widget> |
| </item> |
| <item row="0" column="1"> |
| <widget class="QComboBox" name="cbEntityContext"> |
| <property name="toolTip"> |
| <string>Defines the context for menu and whether click on specific entity will trigger menu invocation. </string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </widget> |
| </item> |
| <item row="2" column="0" colspan="2"> |
| <widget class="QGroupBox" name="groupBox_2"> |
| <property name="toolTip"> |
| <string>Defines type of mouse click for invocation</string> |
| </property> |
| <property name="title"> |
| <string>Event</string> |
| </property> |
| <layout class="QGridLayout" name="gridLayout_3"> |
| <item row="1" column="0"> |
| <widget class="QRadioButton" name="rbEvtClickRelease"> |
| <property name="text"> |
| <string>Single Click (Release)</string> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="1"> |
| <widget class="QRadioButton" name="rbEvtDblClick"> |
| <property name="text"> |
| <string>Double Click</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </widget> |
| </item> |
| <item row="4" column="0" colspan="2"> |
| <widget class="QGroupBox" name="gbInvocationShortcut"> |
| <property name="toolTip"> |
| <string> Click with desired combination to set invocation shortcut. </string> |
| </property> |
| <property name="title"> |
| <string>Invocation Shortcut (click to set components)</string> |
| </property> |
| <layout class="QGridLayout" name="gridLayout_5"> |
| <item row="0" column="0"> |
| <widget class="QLabel" name="lblResult"> |
| <property name="toolTip"> |
| <string>Resulting invocation shortcut. Click with desired combination to set. </string> |
| </property> |
| <property name="text"> |
| <string>CTRL+ALT+SHIFT+Middle Button Double-Click</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </widget> |
| </item> |
| </layout> |
| </widget> |
| <resources/> |
| <connections> |
| <connection> |
| <sender>buttonBox</sender> |
| <signal>accepted()</signal> |
| <receiver>LC_DlgMenuAssigner</receiver> |
| <slot>accept()</slot> |
| <hints> |
| <hint type="sourcelabel"> |
| <x>248</x> |
| <y>254</y> |
| </hint> |
| <hint type="destinationlabel"> |
| <x>157</x> |
| <y>274</y> |
| </hint> |
| </hints> |
| </connection> |
| <connection> |
| <sender>buttonBox</sender> |
| <signal>rejected()</signal> |
| <receiver>LC_DlgMenuAssigner</receiver> |
| <slot>reject()</slot> |
| <hints> |
| <hint type="sourcelabel"> |
| <x>316</x> |
| <y>260</y> |
| </hint> |
| <hint type="destinationlabel"> |
| <x>286</x> |
| <y>274</y> |
| </hint> |
| </hints> |
| </connection> |
| </connections> |
| </ui> |
|
|