2010-03-21 20:27:53 +00:00
|
|
|
<ui version="4.0">
|
2008-01-30 21:20:56 +00:00
|
|
|
<class>PrefInputUi</class>
|
2010-03-21 20:27:53 +00:00
|
|
|
<widget class="QWidget" name="PrefInputUi">
|
|
|
|
<property name="geometry">
|
2008-01-30 21:20:29 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2010-07-17 22:29:42 +00:00
|
|
|
<width>432</width>
|
|
|
|
<height>303</height>
|
2008-01-30 21:20:29 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="windowTitle">
|
2008-01-30 21:20:29 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2008-01-30 21:20:29 +00:00
|
|
|
<item>
|
2010-03-21 20:27:53 +00:00
|
|
|
<widget class="QGroupBox" name="keyboardGB">
|
|
|
|
<property name="title">
|
2008-01-30 21:20:29 +00:00
|
|
|
<string>Keyboard</string>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="alignment">
|
2008-01-30 21:20:29 +00:00
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="flat">
|
2008-01-30 21:20:29 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="keymapCB">
|
|
|
|
<property name="text">
|
2008-01-30 21:20:29 +00:00
|
|
|
<string>Use &keyboard map</string>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="checked">
|
2008-01-30 21:20:29 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-21 20:27:53 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="firstKeymapLA">
|
|
|
|
<property name="enabled">
|
2008-01-30 21:20:29 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="text">
|
2008-01-30 21:20:29 +00:00
|
|
|
<string>&First:</string>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="buddy">
|
2008-01-30 21:20:29 +00:00
|
|
|
<cstring>firstKeymapED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-21 20:27:53 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="firstKeymapED">
|
|
|
|
<property name="enabled">
|
2008-01-30 21:20:29 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-21 20:27:53 +00:00
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QPushButton" name="firstKeymapPB">
|
|
|
|
<property name="enabled">
|
2008-01-30 21:20:29 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="text">
|
2008-01-30 21:20:29 +00:00
|
|
|
<string>Br&owse...</string>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="autoDefault">
|
2008-01-30 21:20:29 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-21 20:27:53 +00:00
|
|
|
<item row="1" column="3" rowspan="2">
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>120</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="secondKeymapLA">
|
|
|
|
<property name="enabled">
|
2008-01-30 21:20:29 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="text">
|
2008-01-30 21:20:29 +00:00
|
|
|
<string>S&econd:</string>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="buddy">
|
2008-01-30 21:20:29 +00:00
|
|
|
<cstring>secondKeymapED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-21 20:27:53 +00:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="secondKeymapED">
|
|
|
|
<property name="enabled">
|
2008-01-30 21:20:29 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-21 20:27:53 +00:00
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QPushButton" name="secondKeymapPB">
|
|
|
|
<property name="enabled">
|
2008-01-30 21:20:29 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="text">
|
2009-03-28 13:13:13 +00:00
|
|
|
<string>&Browse...</string>
|
2008-01-30 21:20:29 +00:00
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="autoDefault">
|
2008-01-30 21:20:29 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-03-21 20:27:53 +00:00
|
|
|
<widget class="QGroupBox" name="mouseGB">
|
|
|
|
<property name="title">
|
2008-01-30 21:20:29 +00:00
|
|
|
<string>Mouse</string>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="alignment">
|
2008-01-30 21:20:29 +00:00
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="flat">
|
2008-01-30 21:20:29 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="scrollingSpeedLA">
|
|
|
|
<property name="text">
|
2008-03-18 17:31:17 +00:00
|
|
|
<string>&Wheel scrolling speed:</string>
|
2008-01-30 21:20:29 +00:00
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="buddy">
|
2008-01-30 21:20:56 +00:00
|
|
|
<cstring>mouseWheelSpeedSB</cstring>
|
|
|
|
</property>
|
2008-01-30 21:20:29 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-21 20:27:53 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QDoubleSpinBox" name="mouseWheelSpeedSB">
|
|
|
|
<property name="toolTip">
|
2008-01-30 21:20:29 +00:00
|
|
|
<string>1.0 is the standard scrolling speed with the mouse wheel. Higher values will speed it up, low values slow it down.</string>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="decimals">
|
2008-01-30 21:20:29 +00:00
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="minimum">
|
2008-03-18 17:31:17 +00:00
|
|
|
<double>0.100000000000000</double>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="maximum">
|
|
|
|
<double>10.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
2008-01-30 21:20:29 +00:00
|
|
|
<double>0.100000000000000</double>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="value">
|
2008-02-21 19:42:34 +00:00
|
|
|
<double>1.100000000000000</double>
|
2008-01-30 21:20:29 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-21 20:27:53 +00:00
|
|
|
<item>
|
2008-01-30 21:20:29 +00:00
|
|
|
<spacer>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="orientation">
|
2008-01-30 21:20:29 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
2008-01-30 21:20:29 +00:00
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-07-17 22:29:42 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="scrollzoomGB">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>65</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Scroll wheel zoom</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>30</y>
|
|
|
|
<width>304</width>
|
|
|
|
<height>27</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetNoConstraint</enum>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="scrollzoomEnableCB">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>150</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="scrollzoomValueCO">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="editable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Ctrl</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Shift</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2010-07-18 10:04:59 +00:00
|
|
|
<string>Alt</string>
|
2010-07-17 22:29:42 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-01-30 21:20:29 +00:00
|
|
|
<item>
|
|
|
|
<spacer>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="orientation">
|
2008-01-30 21:20:29 +00:00
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="sizeType">
|
2008-01-30 21:20:29 +00:00
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
2010-03-21 20:27:53 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
2008-01-30 21:20:29 +00:00
|
|
|
<size>
|
2008-02-28 12:42:34 +00:00
|
|
|
<width>408</width>
|
|
|
|
<height>16</height>
|
2008-01-30 21:20:29 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2008-01-30 21:20:56 +00:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>keymapCB</tabstop>
|
|
|
|
<tabstop>firstKeymapED</tabstop>
|
|
|
|
<tabstop>firstKeymapPB</tabstop>
|
|
|
|
<tabstop>secondKeymapED</tabstop>
|
|
|
|
<tabstop>secondKeymapPB</tabstop>
|
|
|
|
<tabstop>mouseWheelSpeedSB</tabstop>
|
|
|
|
</tabstops>
|
2008-01-30 21:20:29 +00:00
|
|
|
<includes>
|
2010-03-21 20:27:53 +00:00
|
|
|
<include location="local">qt_i18n.h</include>
|
2008-01-30 21:20:29 +00:00
|
|
|
</includes>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|