Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / workspace / kcontrol / input / kmousedlg.ui
blob9672e9ad5a304ce9750a19549209b4aa6d947f9b
1 <ui version="4.0" >
2  <class>KMouseDlg</class>
3  <widget class="QWidget" name="KMouseDlg" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>480</width>
9     <height>403</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" >
13    <item>
14     <widget class="QGroupBox" name="handedBox" >
15      <property name="sizePolicy" >
16       <sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
17        <horstretch>0</horstretch>
18        <verstretch>0</verstretch>
19       </sizepolicy>
20      </property>
21      <property name="title" >
22       <string>Button Order</string>
23      </property>
24      <layout class="QGridLayout" >
25       <item row="0" column="0" >
26        <widget class="QRadioButton" name="rightHanded" >
27         <property name="text" >
28          <string>Righ&amp;t handed</string>
29         </property>
30         <property name="checked" >
31          <bool>true</bool>
32         </property>
33        </widget>
34       </item>
35       <item rowspan="3" row="0" column="1" >
36        <widget class="QLabel" name="mousePix" >
37         <property name="sizePolicy" >
38          <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
39           <horstretch>0</horstretch>
40           <verstretch>0</verstretch>
41          </sizepolicy>
42         </property>
43         <property name="maximumSize" >
44          <size>
45           <width>150</width>
46           <height>115</height>
47          </size>
48         </property>
49         <property name="scaledContents" >
50          <bool>true</bool>
51         </property>
52         <property name="wordWrap" >
53          <bool>false</bool>
54         </property>
55        </widget>
56       </item>
57       <item row="1" column="0" >
58        <widget class="QRadioButton" name="leftHanded" >
59         <property name="text" >
60          <string>Le&amp;ft handed</string>
61         </property>
62        </widget>
63       </item>
64       <item row="2" column="0" >
65        <spacer>
66         <property name="orientation" >
67          <enum>Qt::Vertical</enum>
68         </property>
69         <property name="sizeType" >
70          <enum>QSizePolicy::Expanding</enum>
71         </property>
72         <property name="sizeHint" >
73          <size>
74           <width>20</width>
75           <height>20</height>
76          </size>
77         </property>
78        </spacer>
79       </item>
80      </layout>
81     </widget>
82    </item>
83    <item>
84     <widget class="QCheckBox" name="cbScrollPolarity" >
85      <property name="whatsThis" >
86       <string>Change the direction of scrolling for the mouse wheel or the 4th and 5th mouse buttons.</string>
87      </property>
88      <property name="text" >
89       <string>Re&amp;verse scroll direction</string>
90      </property>
91     </widget>
92    </item>
93    <item>
94     <widget class="QGroupBox" name="GroupBox1" >
95      <property name="title" >
96       <string>Icons</string>
97      </property>
98      <layout class="QVBoxLayout" >
99       <item>
100        <widget class="QRadioButton" name="doubleClick" >
101         <property name="text" >
102          <string>Dou&amp;ble-click to open files and folders (select icons on first click)</string>
103         </property>
104         <property name="checked" >
105          <bool>false</bool>
106         </property>
107        </widget>
108       </item>
109       <item>
110        <widget class="QRadioButton" name="singleClick" >
111         <property name="text" >
112          <string>&amp;Single-click to open files and folders</string>
113         </property>
114         <property name="checked" >
115          <bool>true</bool>
116         </property>
117        </widget>
118       </item>
119       <item>
120        <layout class="QHBoxLayout" >
121         <item>
122          <spacer>
123           <property name="orientation" >
124            <enum>Qt::Horizontal</enum>
125           </property>
126           <property name="sizeType" >
127            <enum>QSizePolicy::Fixed</enum>
128           </property>
129           <property name="sizeHint" >
130            <size>
131             <width>21</width>
132             <height>20</height>
133            </size>
134           </property>
135          </spacer>
136         </item>
137         <item>
138          <layout class="QVBoxLayout" >
139           <item>
140            <widget class="QCheckBox" name="cb_pointershape" >
141             <property name="text" >
142              <string>Cha&amp;nge pointer shape over icons</string>
143             </property>
144             <property name="checked" >
145              <bool>true</bool>
146             </property>
147            </widget>
148           </item>
149           <item>
150            <widget class="QCheckBox" name="cbAutoSelect" >
151             <property name="text" >
152              <string>A&amp;utomatically select icons</string>
153             </property>
154            </widget>
155           </item>
156           <item>
157            <layout class="QHBoxLayout" >
158             <item>
159              <spacer>
160               <property name="orientation" >
161                <enum>Qt::Horizontal</enum>
162               </property>
163               <property name="sizeType" >
164                <enum>QSizePolicy::Fixed</enum>
165               </property>
166               <property name="sizeHint" >
167                <size>
168                 <width>21</width>
169                 <height>20</height>
170                </size>
171               </property>
172              </spacer>
173             </item>
174             <item>
175              <layout class="QGridLayout" >
176               <property name="leftMargin" >
177                <number>0</number>
178               </property>
179               <property name="topMargin" >
180                <number>0</number>
181               </property>
182               <property name="rightMargin" >
183                <number>0</number>
184               </property>
185               <property name="bottomMargin" >
186                <number>0</number>
187               </property>
188               <item row="0" column="0" >
189                <widget class="QLabel" name="lDelay" >
190                 <property name="text" >
191                  <string>Dela&amp;y:</string>
192                 </property>
193                 <property name="wordWrap" >
194                  <bool>false</bool>
195                 </property>
196                 <property name="buddy" >
197                  <cstring>slAutoSelect</cstring>
198                 </property>
199                </widget>
200               </item>
201               <item row="0" column="1" colspan="2" >
202                <widget class="QSlider" name="slAutoSelect" >
203                 <property name="enabled" >
204                  <bool>false</bool>
205                 </property>
206                 <property name="minimumSize" >
207                  <size>
208                   <width>250</width>
209                   <height>0</height>
210                  </size>
211                 </property>
212                 <property name="maximum" >
213                  <number>2000</number>
214                 </property>
215                 <property name="orientation" >
216                  <enum>Qt::Horizontal</enum>
217                 </property>
218                </widget>
219               </item>
220               <item rowspan="2" row="0" column="3" >
221                <spacer>
222                 <property name="orientation" >
223                  <enum>Qt::Horizontal</enum>
224                 </property>
225                 <property name="sizeType" >
226                  <enum>QSizePolicy::Expanding</enum>
227                 </property>
228                 <property name="sizeHint" >
229                  <size>
230                   <width>20</width>
231                   <height>20</height>
232                  </size>
233                 </property>
234                </spacer>
235               </item>
236               <item row="1" column="1" >
237                <widget class="QLabel" name="lb_short" >
238                 <property name="text" >
239                  <string>Short</string>
240                 </property>
241                 <property name="wordWrap" >
242                  <bool>false</bool>
243                 </property>
244                </widget>
245               </item>
246               <item row="1" column="2" >
247                <widget class="QLabel" name="lb_long" >
248                 <property name="text" >
249                  <string>Long</string>
250                 </property>
251                 <property name="alignment" >
252                  <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
253                 </property>
254                 <property name="wordWrap" >
255                  <bool>false</bool>
256                 </property>
257                </widget>
258               </item>
259              </layout>
260             </item>
261            </layout>
262           </item>
263          </layout>
264         </item>
265        </layout>
266       </item>
267      </layout>
268     </widget>
269    </item>
270    <item>
271     <spacer>
272      <property name="orientation" >
273       <enum>Qt::Vertical</enum>
274      </property>
275      <property name="sizeType" >
276       <enum>QSizePolicy::Expanding</enum>
277      </property>
278      <property name="sizeHint" >
279       <size>
280        <width>20</width>
281        <height>4</height>
282       </size>
283      </property>
284     </spacer>
285    </item>
286   </layout>
287  </widget>
288  <layoutdefault spacing="6" margin="11" />
289  <layoutfunction spacing="KDialog::spacingHint" margin="KDialog::marginHint" />
290  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
291  <tabstops>
292   <tabstop>rightHanded</tabstop>
293   <tabstop>leftHanded</tabstop>
294   <tabstop>singleClick</tabstop>
295   <tabstop>cb_pointershape</tabstop>
296   <tabstop>cbAutoSelect</tabstop>
297   <tabstop>slAutoSelect</tabstop>
298   <tabstop>doubleClick</tabstop>
299  </tabstops>
300  <includes>
301   <include location="global" >kdialog.h</include>
302  </includes>
303  <resources/>
304  <connections>
305   <connection>
306    <sender>singleClick</sender>
307    <signal>toggled(bool)</signal>
308    <receiver>cb_pointershape</receiver>
309    <slot>setEnabled(bool)</slot>
310    <hints>
311     <hint type="sourcelabel" >
312      <x>40</x>
313      <y>209</y>
314     </hint>
315     <hint type="destinationlabel" >
316      <x>69</x>
317      <y>240</y>
318     </hint>
319    </hints>
320   </connection>
321   <connection>
322    <sender>singleClick</sender>
323    <signal>toggled(bool)</signal>
324    <receiver>cbAutoSelect</receiver>
325    <slot>setEnabled(bool)</slot>
326    <hints>
327     <hint type="sourcelabel" >
328      <x>40</x>
329      <y>209</y>
330     </hint>
331     <hint type="destinationlabel" >
332      <x>69</x>
333      <y>264</y>
334     </hint>
335    </hints>
336   </connection>
337  </connections>
338 </ui>