spnavcfg/ui/bnmaprow.ui

251 wiersze
5.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>row_bnmap</class>
<widget class="QWidget" name="row_bnmap">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>778</width>
<height>61</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="lb_bidx">
<property name="text">
<string>00</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>89</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QRadioButton" name="rad_bnmap">
<property name="text">
<string>button</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spin_bnmap"/>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>89</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QRadioButton" name="rad_action">
<property name="text">
<string>action</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cmb_action">
<property name="enabled">
<bool>false</bool>
</property>
<item>
<property name="text">
<string>-</string>
</property>
</item>
<item>
<property name="text">
<string>Sensitivity reset</string>
</property>
</item>
<item>
<property name="text">
<string>Sensitivity increase</string>
</property>
</item>
<item>
<property name="text">
<string>Sensitivity decrease</string>
</property>
</item>
<item>
<property name="text">
<string>Disable rotation</string>
</property>
</item>
<item>
<property name="text">
<string>Disable translation</string>
</property>
</item>
<item>
<property name="text">
<string>Dominant axis</string>
</property>
</item>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>89</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QRadioButton" name="rad_mapkey">
<property name="text">
<string>key</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cmb_mapkey">
<property name="enabled">
<bool>false</bool>
</property>
<property name="editable">
<bool>true</bool>
</property>
<item>
<property name="text">
<string>-</string>
</property>
</item>
<item>
<property name="text">
<string>Escape</string>
</property>
</item>
<item>
<property name="text">
<string>Return</string>
</property>
</item>
<item>
<property name="text">
<string>Delete</string>
</property>
</item>
<item>
<property name="text">
<string>BackSpace</string>
</property>
</item>
<item>
<property name="text">
<string>Tab</string>
</property>
</item>
<item>
<property name="text">
<string>Shift_L</string>
</property>
</item>
<item>
<property name="text">
<string>Control_L</string>
</property>
</item>
<item>
<property name="text">
<string>Alt_L</string>
</property>
</item>
<item>
<property name="text">
<string>Super_L</string>
</property>
</item>
<item>
<property name="text">
<string>Meta_L</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>rad_bnmap</sender>
<signal>toggled(bool)</signal>
<receiver>spin_bnmap</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>175</x>
<y>51</y>
</hint>
<hint type="destinationlabel">
<x>244</x>
<y>47</y>
</hint>
</hints>
</connection>
<connection>
<sender>rad_action</sender>
<signal>toggled(bool)</signal>
<receiver>cmb_action</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>370</x>
<y>55</y>
</hint>
<hint type="destinationlabel">
<x>406</x>
<y>52</y>
</hint>
</hints>
</connection>
<connection>
<sender>rad_mapkey</sender>
<signal>toggled(bool)</signal>
<receiver>cmb_mapkey</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>575</x>
<y>47</y>
</hint>
<hint type="destinationlabel">
<x>617</x>
<y>53</y>
</hint>
</hints>
</connection>
</connections>
</ui>