source: smplayer/trunk/src/prefinput.ui@ 175

Last change on this file since 175 was 165, checked in by Silvan Scherrer, 11 years ago

SMPlayer: update trunk to latest 0.8.7

  • Property svn:eol-style set to LF
File size: 14.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>PrefInput</class>
4 <widget class="QWidget" name="PrefInput">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>570</width>
10 <height>549</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout">
14 <property name="margin">
15 <number>0</number>
16 </property>
17 <item>
18 <widget class="QTabWidget" name="input_tab">
19 <property name="currentIndex">
20 <number>0</number>
21 </property>
22 <widget class="QWidget" name="tab">
23 <attribute name="title">
24 <string>&amp;Keyboard</string>
25 </attribute>
26 <layout class="QVBoxLayout">
27 <property name="spacing">
28 <number>6</number>
29 </property>
30 <property name="margin">
31 <number>6</number>
32 </property>
33 <item>
34 <layout class="QHBoxLayout">
35 <property name="spacing">
36 <number>6</number>
37 </property>
38 <property name="margin">
39 <number>0</number>
40 </property>
41 <item>
42 <widget class="QLabel" name="keyboard_icon">
43 <property name="text">
44 <string notr="true">icon</string>
45 </property>
46 <property name="wordWrap">
47 <bool>false</bool>
48 </property>
49 </widget>
50 </item>
51 <item>
52 <widget class="QLabel" name="actioneditor_desc">
53 <property name="sizePolicy">
54 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
55 <horstretch>0</horstretch>
56 <verstretch>0</verstretch>
57 </sizepolicy>
58 </property>
59 <property name="text">
60 <string>Here you can change any key shortcut. To do it double click or press enter over a shortcut cell. Optionally you can also save the list to share it with other people or load it in another computer.</string>
61 </property>
62 <property name="alignment">
63 <set>Qt::AlignVCenter</set>
64 </property>
65 <property name="wordWrap">
66 <bool>true</bool>
67 </property>
68 </widget>
69 </item>
70 </layout>
71 </item>
72 <item>
73 <widget class="ActionsEditor" name="actions_editor" native="true">
74 <property name="sizePolicy">
75 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
76 <horstretch>0</horstretch>
77 <verstretch>0</verstretch>
78 </sizepolicy>
79 </property>
80 </widget>
81 </item>
82 </layout>
83 </widget>
84 <widget class="QWidget" name="tab_2">
85 <attribute name="title">
86 <string>&amp;Mouse</string>
87 </attribute>
88 <layout class="QHBoxLayout">
89 <item>
90 <layout class="QVBoxLayout">
91 <property name="spacing">
92 <number>6</number>
93 </property>
94 <property name="margin">
95 <number>0</number>
96 </property>
97 <item>
98 <widget class="QLabel" name="mouse_icon">
99 <property name="sizePolicy">
100 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
101 <horstretch>0</horstretch>
102 <verstretch>0</verstretch>
103 </sizepolicy>
104 </property>
105 <property name="text">
106 <string notr="true">icon</string>
107 </property>
108 <property name="wordWrap">
109 <bool>false</bool>
110 </property>
111 </widget>
112 </item>
113 <item>
114 <spacer>
115 <property name="orientation">
116 <enum>Qt::Vertical</enum>
117 </property>
118 <property name="sizeType">
119 <enum>QSizePolicy::Expanding</enum>
120 </property>
121 <property name="sizeHint" stdset="0">
122 <size>
123 <width>20</width>
124 <height>20</height>
125 </size>
126 </property>
127 </spacer>
128 </item>
129 </layout>
130 </item>
131 <item>
132 <layout class="QVBoxLayout">
133 <item>
134 <layout class="QGridLayout">
135 <item row="0" column="0" colspan="2">
136 <widget class="QLabel" name="textLabel1_16">
137 <property name="text">
138 <string>Button functions:</string>
139 </property>
140 <property name="wordWrap">
141 <bool>false</bool>
142 </property>
143 </widget>
144 </item>
145 <item row="1" column="0">
146 <widget class="QLabel" name="textLabel2_6">
147 <property name="text">
148 <string>&amp;Left click</string>
149 </property>
150 <property name="wordWrap">
151 <bool>false</bool>
152 </property>
153 <property name="buddy">
154 <cstring>left_click_combo</cstring>
155 </property>
156 </widget>
157 </item>
158 <item row="1" column="1">
159 <widget class="MyComboBox" name="left_click_combo">
160 <property name="sizePolicy">
161 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
162 <horstretch>0</horstretch>
163 <verstretch>0</verstretch>
164 </sizepolicy>
165 </property>
166 </widget>
167 </item>
168 <item row="2" column="0">
169 <widget class="QLabel" name="textLabel3_4">
170 <property name="text">
171 <string>&amp;Double click</string>
172 </property>
173 <property name="wordWrap">
174 <bool>false</bool>
175 </property>
176 <property name="buddy">
177 <cstring>double_click_combo</cstring>
178 </property>
179 </widget>
180 </item>
181 <item row="2" column="1">
182 <widget class="MyComboBox" name="double_click_combo">
183 <property name="sizePolicy">
184 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
185 <horstretch>0</horstretch>
186 <verstretch>0</verstretch>
187 </sizepolicy>
188 </property>
189 </widget>
190 </item>
191 <item row="3" column="0">
192 <widget class="QLabel" name="textLabel3_5">
193 <property name="text">
194 <string>&amp;Right click</string>
195 </property>
196 <property name="wordWrap">
197 <bool>false</bool>
198 </property>
199 <property name="buddy">
200 <cstring>right_click_combo</cstring>
201 </property>
202 </widget>
203 </item>
204 <item row="3" column="1">
205 <widget class="MyComboBox" name="right_click_combo">
206 <property name="sizePolicy">
207 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
208 <horstretch>0</horstretch>
209 <verstretch>0</verstretch>
210 </sizepolicy>
211 </property>
212 </widget>
213 </item>
214 <item row="4" column="0">
215 <widget class="QLabel" name="label">
216 <property name="text">
217 <string>M&amp;iddle click</string>
218 </property>
219 <property name="buddy">
220 <cstring>middle_click_combo</cstring>
221 </property>
222 </widget>
223 </item>
224 <item row="4" column="1">
225 <widget class="QComboBox" name="middle_click_combo"/>
226 </item>
227 <item row="5" column="0">
228 <widget class="QLabel" name="label_2">
229 <property name="text">
230 <string>X Button &amp;1</string>
231 </property>
232 <property name="buddy">
233 <cstring>xbutton1_click_combo</cstring>
234 </property>
235 </widget>
236 </item>
237 <item row="5" column="1">
238 <widget class="QComboBox" name="xbutton1_click_combo"/>
239 </item>
240 <item row="6" column="0">
241 <widget class="QLabel" name="label_3">
242 <property name="text">
243 <string>X Button &amp;2</string>
244 </property>
245 <property name="buddy">
246 <cstring>xbutton2_click_combo</cstring>
247 </property>
248 </widget>
249 </item>
250 <item row="6" column="1">
251 <widget class="QComboBox" name="xbutton2_click_combo"/>
252 </item>
253 <item row="0" column="2" rowspan="7">
254 <spacer>
255 <property name="orientation">
256 <enum>Qt::Horizontal</enum>
257 </property>
258 <property name="sizeHint" stdset="0">
259 <size>
260 <width>20</width>
261 <height>20</height>
262 </size>
263 </property>
264 </spacer>
265 </item>
266 </layout>
267 </item>
268 <item>
269 <widget class="Line" name="line7">
270 <property name="sizePolicy">
271 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
272 <horstretch>0</horstretch>
273 <verstretch>0</verstretch>
274 </sizepolicy>
275 </property>
276 <property name="frameShape">
277 <enum>QFrame::HLine</enum>
278 </property>
279 <property name="frameShadow">
280 <enum>QFrame::Sunken</enum>
281 </property>
282 <property name="orientation">
283 <enum>Qt::Horizontal</enum>
284 </property>
285 </widget>
286 </item>
287 <item>
288 <layout class="QHBoxLayout">
289 <item>
290 <widget class="QLabel" name="textLabel2_8">
291 <property name="text">
292 <string>&amp;Wheel function:</string>
293 </property>
294 <property name="wordWrap">
295 <bool>false</bool>
296 </property>
297 <property name="buddy">
298 <cstring>wheel_function_combo</cstring>
299 </property>
300 </widget>
301 </item>
302 <item>
303 <widget class="QComboBox" name="wheel_function_combo">
304 <property name="sizePolicy">
305 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
306 <horstretch>0</horstretch>
307 <verstretch>0</verstretch>
308 </sizepolicy>
309 </property>
310 </widget>
311 </item>
312 <item>
313 <spacer>
314 <property name="orientation">
315 <enum>Qt::Horizontal</enum>
316 </property>
317 <property name="sizeType">
318 <enum>QSizePolicy::Expanding</enum>
319 </property>
320 <property name="sizeHint" stdset="0">
321 <size>
322 <width>100</width>
323 <height>20</height>
324 </size>
325 </property>
326 </spacer>
327 </item>
328 </layout>
329 </item>
330 <item>
331 <widget class="Line" name="line">
332 <property name="orientation">
333 <enum>Qt::Horizontal</enum>
334 </property>
335 </widget>
336 </item>
337 <item>
338 <widget class="QCheckBox" name="delay_left_check">
339 <property name="text">
340 <string>Don't &amp;trigger the left click action with a double click</string>
341 </property>
342 </widget>
343 </item>
344 <item>
345 <widget class="QCheckBox" name="wheel_function_seeking_reverse_check">
346 <property name="text">
347 <string>R&amp;everse wheel media seeking</string>
348 </property>
349 </widget>
350 </item>
351 <item>
352 <spacer>
353 <property name="orientation">
354 <enum>Qt::Vertical</enum>
355 </property>
356 <property name="sizeType">
357 <enum>QSizePolicy::Expanding</enum>
358 </property>
359 <property name="sizeHint" stdset="0">
360 <size>
361 <width>20</width>
362 <height>20</height>
363 </size>
364 </property>
365 </spacer>
366 </item>
367 </layout>
368 </item>
369 </layout>
370 </widget>
371 <widget class="QWidget" name="tab_3">
372 <attribute name="title">
373 <string>M&amp;ouse wheel functions</string>
374 </attribute>
375 <layout class="QGridLayout">
376 <item row="0" column="0">
377 <widget class="QLabel" name="wheel_functions_label">
378 <property name="sizePolicy">
379 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
380 <horstretch>0</horstretch>
381 <verstretch>0</verstretch>
382 </sizepolicy>
383 </property>
384 <property name="text">
385 <string>Select the actions that should be cycled through when using the &quot;Change function of wheel&quot; option.</string>
386 </property>
387 <property name="wordWrap">
388 <bool>true</bool>
389 </property>
390 </widget>
391 </item>
392 <item row="1" column="0">
393 <widget class="QCheckBox" name="wheel_function_seek">
394 <property name="text">
395 <string>Media &amp;seeking</string>
396 </property>
397 </widget>
398 </item>
399 <item row="2" column="0">
400 <widget class="QCheckBox" name="wheel_function_volume">
401 <property name="text">
402 <string>&amp;Volume control</string>
403 </property>
404 </widget>
405 </item>
406 <item row="3" column="0">
407 <widget class="QCheckBox" name="wheel_function_zoom">
408 <property name="text">
409 <string>&amp;Zoom video</string>
410 </property>
411 </widget>
412 </item>
413 <item row="4" column="0">
414 <widget class="QCheckBox" name="wheel_function_speed">
415 <property name="text">
416 <string>&amp;Change speed</string>
417 </property>
418 </widget>
419 </item>
420 <item row="5" column="0">
421 <spacer>
422 <property name="orientation">
423 <enum>Qt::Vertical</enum>
424 </property>
425 <property name="sizeHint" stdset="0">
426 <size>
427 <width>20</width>
428 <height>40</height>
429 </size>
430 </property>
431 </spacer>
432 </item>
433 </layout>
434 </widget>
435 </widget>
436 </item>
437 </layout>
438 </widget>
439 <customwidgets>
440 <customwidget>
441 <class>MyComboBox</class>
442 <extends>QComboBox</extends>
443 <header>mycombobox.h</header>
444 </customwidget>
445 <customwidget>
446 <class>ActionsEditor</class>
447 <extends>QWidget</extends>
448 <header>actionseditor.h</header>
449 </customwidget>
450 </customwidgets>
451 <tabstops>
452 <tabstop>input_tab</tabstop>
453 <tabstop>left_click_combo</tabstop>
454 <tabstop>double_click_combo</tabstop>
455 <tabstop>right_click_combo</tabstop>
456 <tabstop>middle_click_combo</tabstop>
457 <tabstop>xbutton1_click_combo</tabstop>
458 <tabstop>xbutton2_click_combo</tabstop>
459 <tabstop>wheel_function_combo</tabstop>
460 <tabstop>delay_left_check</tabstop>
461 <tabstop>wheel_function_seeking_reverse_check</tabstop>
462 <tabstop>wheel_function_seek</tabstop>
463 <tabstop>wheel_function_volume</tabstop>
464 <tabstop>wheel_function_zoom</tabstop>
465 <tabstop>wheel_function_speed</tabstop>
466 </tabstops>
467 <resources/>
468 <connections/>
469</ui>
Note: See TracBrowser for help on using the repository browser.