source: smplayer/vendor/current/src/prefinput.ui@ 189

Last change on this file since 189 was 179, checked in by Silvan Scherrer, 9 years ago

smplayer: update vendor to version 16.8.0

File size: 15.9 KB
RevLine 
[163]1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
[90]3 <class>PrefInput</class>
[163]4 <widget class="QWidget" name="PrefInput">
5 <property name="geometry">
[90]6 <rect>
7 <x>0</x>
8 <y>0</y>
[163]9 <width>570</width>
[90]10 <height>549</height>
11 </rect>
12 </property>
[163]13 <layout class="QVBoxLayout">
14 <property name="margin">
[90]15 <number>0</number>
16 </property>
17 <item>
[163]18 <widget class="QTabWidget" name="input_tab">
19 <property name="currentIndex">
[90]20 <number>0</number>
21 </property>
[163]22 <widget class="QWidget" name="tab">
23 <attribute name="title">
[90]24 <string>&amp;Keyboard</string>
25 </attribute>
[163]26 <layout class="QVBoxLayout">
27 <property name="spacing">
[90]28 <number>6</number>
29 </property>
[163]30 <property name="margin">
[90]31 <number>6</number>
32 </property>
33 <item>
[163]34 <layout class="QHBoxLayout">
35 <property name="spacing">
[90]36 <number>6</number>
37 </property>
[163]38 <property name="margin">
[90]39 <number>0</number>
40 </property>
41 <item>
[163]42 <widget class="QLabel" name="keyboard_icon">
43 <property name="text">
44 <string notr="true">icon</string>
[90]45 </property>
[163]46 <property name="wordWrap">
[90]47 <bool>false</bool>
48 </property>
49 </widget>
50 </item>
51 <item>
[163]52 <widget class="QLabel" name="actioneditor_desc">
53 <property name="sizePolicy">
54 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
[90]55 <horstretch>0</horstretch>
56 <verstretch>0</verstretch>
57 </sizepolicy>
58 </property>
[163]59 <property name="text">
[90]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>
[163]62 <property name="alignment">
[90]63 <set>Qt::AlignVCenter</set>
64 </property>
[163]65 <property name="wordWrap">
[90]66 <bool>true</bool>
67 </property>
68 </widget>
69 </item>
70 </layout>
71 </item>
72 <item>
[163]73 <widget class="ActionsEditor" name="actions_editor" native="true">
74 <property name="sizePolicy">
75 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
[90]76 <horstretch>0</horstretch>
77 <verstretch>0</verstretch>
78 </sizepolicy>
79 </property>
80 </widget>
81 </item>
[179]82 <item>
83 <widget class="QCheckBox" name="globalshortcuts_check">
84 <property name="text">
85 <string>&amp;Use the multimedia keys as global shortcuts</string>
86 </property>
87 </widget>
88 </item>
[90]89 </layout>
90 </widget>
[163]91 <widget class="QWidget" name="tab_2">
92 <attribute name="title">
[90]93 <string>&amp;Mouse</string>
94 </attribute>
[175]95 <layout class="QGridLayout" name="gridLayout">
96 <item row="0" column="0" rowspan="8">
[163]97 <layout class="QVBoxLayout">
98 <property name="spacing">
[90]99 <number>6</number>
100 </property>
[163]101 <property name="margin">
[90]102 <number>0</number>
103 </property>
104 <item>
[163]105 <widget class="QLabel" name="mouse_icon">
106 <property name="sizePolicy">
107 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
108 <horstretch>0</horstretch>
109 <verstretch>0</verstretch>
110 </sizepolicy>
[90]111 </property>
[163]112 <property name="text">
113 <string notr="true">icon</string>
114 </property>
115 <property name="wordWrap">
[90]116 <bool>false</bool>
117 </property>
118 </widget>
119 </item>
120 <item>
121 <spacer>
[163]122 <property name="orientation">
[90]123 <enum>Qt::Vertical</enum>
124 </property>
[163]125 <property name="sizeType">
[90]126 <enum>QSizePolicy::Expanding</enum>
127 </property>
[163]128 <property name="sizeHint" stdset="0">
[90]129 <size>
130 <width>20</width>
131 <height>20</height>
132 </size>
133 </property>
134 </spacer>
135 </item>
136 </layout>
137 </item>
[175]138 <item row="0" column="1">
139 <layout class="QGridLayout">
140 <item row="0" column="0" colspan="2">
141 <widget class="QLabel" name="textLabel1_16">
142 <property name="text">
143 <string>Button functions:</string>
144 </property>
145 <property name="wordWrap">
146 <bool>false</bool>
147 </property>
148 </widget>
[163]149 </item>
[175]150 <item row="1" column="0">
151 <widget class="QLabel" name="textLabel2_6">
152 <property name="text">
153 <string>&amp;Left click</string>
154 </property>
155 <property name="wordWrap">
156 <bool>false</bool>
157 </property>
158 <property name="buddy">
159 <cstring>left_click_combo</cstring>
160 </property>
161 </widget>
162 </item>
163 <item row="1" column="1">
164 <widget class="MyComboBox" name="left_click_combo">
[163]165 <property name="sizePolicy">
166 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
167 <horstretch>0</horstretch>
168 <verstretch>0</verstretch>
169 </sizepolicy>
[90]170 </property>
[175]171 </widget>
172 </item>
173 <item row="2" column="0">
174 <widget class="QLabel" name="textLabel3_4">
175 <property name="text">
176 <string>&amp;Double click</string>
[90]177 </property>
[175]178 <property name="wordWrap">
179 <bool>false</bool>
[90]180 </property>
[175]181 <property name="buddy">
182 <cstring>double_click_combo</cstring>
[163]183 </property>
[90]184 </widget>
185 </item>
[175]186 <item row="2" column="1">
187 <widget class="MyComboBox" name="double_click_combo">
188 <property name="sizePolicy">
189 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
190 <horstretch>0</horstretch>
191 <verstretch>0</verstretch>
192 </sizepolicy>
193 </property>
194 </widget>
[163]195 </item>
[175]196 <item row="3" column="0">
197 <widget class="QLabel" name="textLabel3_5">
198 <property name="text">
199 <string>&amp;Right click</string>
200 </property>
201 <property name="wordWrap">
202 <bool>false</bool>
203 </property>
204 <property name="buddy">
205 <cstring>right_click_combo</cstring>
206 </property>
207 </widget>
208 </item>
209 <item row="3" column="1">
210 <widget class="MyComboBox" name="right_click_combo">
211 <property name="sizePolicy">
212 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
213 <horstretch>0</horstretch>
214 <verstretch>0</verstretch>
215 </sizepolicy>
216 </property>