Warning, /plasma/khotkeys/kcm_hotkeys/global_settings_widget.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>GlobalSettingsWidget</class> 0004 <widget class="QWidget" name="GlobalSettingsWidget"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>650</width> 0010 <height>729</height> 0011 </rect> 0012 </property> 0013 <layout class="QVBoxLayout" name="verticalLayout_2"> 0014 <property name="margin"> 0015 <number>0</number> 0016 </property> 0017 <item> 0018 <widget class="QGroupBox" name="global_group"> 0019 <property name="sizePolicy"> 0020 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 0021 <horstretch>0</horstretch> 0022 <verstretch>0</verstretch> 0023 </sizepolicy> 0024 </property> 0025 <property name="maximumSize"> 0026 <size> 0027 <width>16777215</width> 0028 <height>100</height> 0029 </size> 0030 </property> 0031 <property name="title"> 0032 <string>Input Actions Daemon</string> 0033 </property> 0034 <layout class="QVBoxLayout" name="verticalLayout"> 0035 <item> 0036 <widget class="QCheckBox" name="enabled"> 0037 <property name="text"> 0038 <string>Start the Input Actions daemon on login</string> 0039 </property> 0040 </widget> 0041 </item> 0042 </layout> 0043 </widget> 0044 </item> 0045 <item> 0046 <widget class="QGroupBox" name="gestures_group"> 0047 <property name="title"> 0048 <string>Gestures</string> 0049 </property> 0050 <property name="checkable"> 0051 <bool>true</bool> 0052 </property> 0053 <layout class="QGridLayout" name="gridLayout"> 0054 <item row="0" column="0"> 0055 <widget class="QLabel" name="gestures_timeout_label"> 0056 <property name="text"> 0057 <string>Timeout:</string> 0058 </property> 0059 <property name="alignment"> 0060 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0061 </property> 0062 <property name="buddy"> 0063 <cstring>gestures_timeout</cstring> 0064 </property> 0065 </widget> 0066 </item> 0067 <item row="0" column="1"> 0068 <widget class="QSpinBox" name="gestures_timeout"> 0069 <property name="suffix"> 0070 <string> ms</string> 0071 </property> 0072 <property name="minimum"> 0073 <number>100</number> 0074 </property> 0075 <property name="maximum"> 0076 <number>1000</number> 0077 </property> 0078 <property name="value"> 0079 <number>300</number> 0080 </property> 0081 </widget> 0082 </item> 0083 <item row="0" column="2"> 0084 <spacer name="gestures_spacer_1"> 0085 <property name="orientation"> 0086 <enum>Qt::Horizontal</enum> 0087 </property> 0088 <property name="sizeHint" stdset="0"> 0089 <size> 0090 <width>40</width> 0091 <height>20</height> 0092 </size> 0093 </property> 0094 </spacer> 0095 </item> 0096 <item row="1" column="0"> 0097 <widget class="QLabel" name="gestures_button_label"> 0098 <property name="text"> 0099 <string>Mouse button:</string> 0100 </property> 0101 <property name="buddy"> 0102 <cstring>gestures_button</cstring> 0103 </property> 0104 </widget> 0105 </item> 0106 <item row="2" column="0"> 0107 <spacer name="gestures_spacer2"> 0108 <property name="orientation"> 0109 <enum>Qt::Vertical</enum> 0110 </property> 0111 <property name="sizeHint" stdset="0"> 0112 <size> 0113 <width>20</width> 0114 <height>40</height> 0115 </size> 0116 </property> 0117 </spacer> 0118 </item> 0119 <item row="1" column="1"> 0120 <widget class="QComboBox" name="gestures_button"> 0121 <item> 0122 <property name="text"> 0123 <string>Middle button</string> 0124 </property> 0125 </item> 0126 <item> 0127 <property name="text"> 0128 <string>Right button</string> 0129 </property> 0130 </item> 0131 <item> 0132 <property name="text"> 0133 <string>Button 4</string> 0134 </property> 0135 </item> 0136 <item> 0137 <property name="text"> 0138 <string>Button 5</string> 0139 </property> 0140 </item> 0141 <item> 0142 <property name="text"> 0143 <string>Button 6</string> 0144 </property> 0145 </item> 0146 <item> 0147 <property name="text"> 0148 <string>Button 7</string> 0149 </property> 0150 </item> 0151 <item> 0152 <property name="text"> 0153 <string>Button 8</string> 0154 </property> 0155 </item> 0156 <item> 0157 <property name="text"> 0158 <string>Button 9</string> 0159 </property> 0160 </item> 0161 </widget> 0162 </item> 0163 </layout> 0164 </widget> 0165 </item> 0166 </layout> 0167 </widget> 0168 <tabstops> 0169 <tabstop>enabled</tabstop> 0170 <tabstop>gestures_group</tabstop> 0171 <tabstop>gestures_timeout</tabstop> 0172 <tabstop>gestures_button</tabstop> 0173 </tabstops> 0174 <resources/> 0175 <connections/> 0176 </ui>