]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/sprefs_interface.ui
Qt: uniformize ui previews, drop xml declaration related to changes made by 2779ac98f...
[vlc] / modules / gui / qt4 / ui / sprefs_interface.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <author>Jean-Baptiste Kempf</author>
4  <class>SPrefsInterface</class>
5  <widget class="QWidget" name="SPrefsInterface">
6   <property name="geometry">
7    <rect>
8     <x>0</x>
9     <y>0</y>
10     <width>758</width>
11     <height>657</height>
12    </rect>
13   </property>
14   <property name="sizePolicy">
15    <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
16     <horstretch>0</horstretch>
17     <verstretch>0</verstretch>
18    </sizepolicy>
19   </property>
20   <property name="windowTitle">
21    <string>Form</string>
22   </property>
23   <layout class="QGridLayout" name="gridLayout_3">
24    <item row="2" column="0" colspan="2">
25     <widget class="QGroupBox" name="OneInterfaceBox">
26      <property name="title">
27       <string>Instances</string>
28      </property>
29      <layout class="QGridLayout" name="gridLayout_2">
30       <item row="0" column="0">
31        <widget class="QCheckBox" name="OneInterfaceMode">
32         <property name="text">
33          <string>Allow only one instance</string>
34         </property>
35        </widget>
36       </item>
37       <item row="0" column="1" colspan="2">
38        <widget class="QCheckBox" name="EnqueueOneInterfaceMode">
39         <property name="text">
40          <string>Enqueue files when in one instance mode</string>
41         </property>
42        </widget>
43       </item>
44      </layout>
45     </widget>
46    </item>
47    <item row="4" column="0" colspan="2">
48     <widget class="QGroupBox" name="groupBox_2">
49      <property name="title">
50       <string>Privacy / Network Interaction</string>
51      </property>
52      <layout class="QGridLayout" name="gridLayout_5">
53       <item row="0" column="0">
54        <widget class="QLabel" name="artFetchLabel">
55         <property name="minimumSize">
56          <size>
57           <width>220</width>
58           <height>0</height>
59          </size>
60         </property>
61         <property name="text">
62          <string>Album art download policy:</string>
63         </property>
64        </widget>
65       </item>
66       <item row="0" column="2" colspan="2">
67        <widget class="QComboBox" name="artFetcher"/>
68       </item>
69       <item row="1" column="0">
70        <widget class="QCheckBox" name="updatesBox">
71         <property name="text">
72          <string>Activate update notifier</string>
73         </property>
74        </widget>
75       </item>
76       <item row="1" column="2">
77        <widget class="QSpinBox" name="updatesDays">
78         <property name="sizePolicy">
79          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
80           <horstretch>0</horstretch>
81           <verstretch>0</verstretch>
82          </sizepolicy>
83         </property>
84         <property name="alignment">
85          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
86         </property>
87         <property name="suffix">
88          <string> days</string>
89         </property>
90         <property name="prefix">
91          <string>Every </string>
92         </property>
93        </widget>
94       </item>
95       <item row="1" column="3">
96        <spacer name="horizontalSpacer_2">
97         <property name="orientation">
98          <enum>Qt::Horizontal</enum>
99         </property>
100         <property name="sizeType">
101          <enum>QSizePolicy::Preferred</enum>
102         </property>
103         <property name="sizeHint" stdset="0">
104          <size>
105           <width>200</width>
106           <height>27</height>
107          </size>
108         </property>
109        </spacer>
110       </item>
111       <item row="2" column="0">
112        <widget class="QCheckBox" name="saveRecentlyPlayed">
113         <property name="text">
114          <string>Save recently played items</string>
115         </property>
116        </widget>
117       </item>
118       <item row="2" column="1">
119        <widget class="QLabel" name="filterLabel">
120         <property name="text">
121          <string>Filter:</string>
122         </property>
123         <property name="alignment">
124          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
125         </property>
126         <property name="margin">
127          <number>5</number>
128         </property>
129        </widget>
130       </item>
131       <item row="2" column="2" colspan="2">
132        <widget class="QLineEdit" name="recentlyPlayedFilters">
133         <property name="sizePolicy">
134          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
135           <horstretch>0</horstretch>
136           <verstretch>0</verstretch>
137          </sizepolicy>
138         </property>
139         <property name="toolTip">
140          <string>Separate words by | (without space)</string>
141         </property>
142        </widget>
143       </item>
144      </layout>
145     </widget>
146    </item>
147    <item row="0" column="0" colspan="2">
148     <widget class="QGroupBox" name="languageBox">
149      <property name="title">
150       <string>Language</string>
151      </property>
152      <layout class="QHBoxLayout" name="horizontalLayout_3">
153       <item>
154        <widget class="QLabel" name="languageLabel">
155         <property name="maximumSize">
156          <size>
157           <width>220</width>
158           <height>16777215</height>
159          </size>
160         </property>
161         <property name="text">
162          <string>Menus language:</string>
163         </property>
164         <property name="alignment">
165          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
166         </property>
167        </widget>
168       </item>
169       <item>
170        <widget class="QComboBox" name="language"/>
171       </item>
172      </layout>
173     </widget>
174    </item>
175    <item row="3" column="0" colspan="2">
176     <widget class="QGroupBox" name="assoBox">
177      <property name="title">
178       <string>File associations</string>
179      </property>
180      <layout class="QHBoxLayout" name="horizontalLayout_4">
181       <item>
182        <widget class="QPushButton" name="assoButton">
183         <property name="sizePolicy">
184          <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
185           <horstretch>0</horstretch>
186           <verstretch>0</verstretch>
187          </sizepolicy>
188         </property>
189         <property name="minimumSize">
190          <size>
191           <width>220</width>
192           <height>0</height>
193          </size>
194         </property>
195         <property name="text">
196          <string>Set up associations...</string>
197         </property>
198        </widget>
199       </item>
200       <item>
201        <spacer name="horizontalSpacer">
202         <property name="orientation">
203          <enum>Qt::Horizontal</enum>
204         </property>
205         <property name="sizeHint" stdset="0">
206          <size>
207           <width>40</width>
208           <height>20</height>
209          </size>
210         </property>
211        </spacer>
212       </item>
213      </layout>
214     </widget>
215    </item>
216    <item row="1" column="0" colspan="2">
217     <widget class="QGroupBox" name="LooknfeelBox">
218      <property name="title">
219       <string>Look and feel</string>
220      </property>
221      <layout class="QGridLayout" name="gridLayout">
222       <item row="6" column="0" colspan="2">
223        <widget class="QRadioButton" name="skins">
224         <property name="text">
225          <string>Use custom skin</string>
226         </property>
227        </widget>
228       </item>
229       <item row="6" column="2" colspan="2">
230        <widget class="QLabel" name="skinsLabel">
231         <property name="sizePolicy">
232          <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
233           <horstretch>0</horstretch>
234           <verstretch>0</verstretch>
235          </sizepolicy>
236         </property>
237         <property name="frameShape">
238          <enum>QFrame::NoFrame</enum>
239         </property>
240         <property name="text">
241          <string/>
242         </property>
243         <property name="textFormat">
244          <enum>Qt::RichText</enum>
245         </property>
246         <property name="scaledContents">
247          <bool>false</bool>
248         </property>
249         <property name="alignment">
250          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
251         </property>
252         <property name="wordWrap">
253          <bool>true</bool>
254         </property>
255         <property name="margin">
256          <number>5</number>
257         </property>
258         <property name="openExternalLinks">
259          <bool>true</bool>
260         </property>
261        </widget>
262       </item>
263       <item row="5" column="0" colspan="4">
264        <widget class="Line" name="line">
265         <property name="orientation">
266          <enum>Qt::Horizontal</enum>
267         </property>
268        </widget>
269       </item>
270       <item row="7" column="2" colspan="2">
271        <widget class="QWidget" name="skins_zone" native="true">
272         <property name="enabled">
273          <bool>true</bool>
274         </property>
275         <property name="sizePolicy">
276          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
277           <horstretch>0</horstretch>
278           <verstretch>0</verstretch>
279          </sizepolicy>
280         </property>
281         <layout class="QHBoxLayout" name="horizontalLayout_2">
282          <property name="margin">
283           <number>0</number>
284          </property>
285          <item>
286           <widget class="QLabel" name="skinFileLabel">
287            <property name="text">
288             <string>Skin resource file:</string>
289            </property>
290            <property name="alignment">
291             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
292            </property>
293            <property name="buddy">
294             <cstring>fileSkin</cstring>
295            </property>
296           </widget>
297          </item>
298          <item>
299           <widget class="QLineEdit" name="fileSkin">
300            <property name="sizePolicy">
301             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
302              <horstretch>0</horstretch>
303              <verstretch>0</verstretch>
304             </sizepolicy>
305            </property>
306           </widget>
307          </item>
308          <item>
309           <widget class="QPushButton" name="skinBrowse">
310            <property name="sizePolicy">
311             <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
312              <horstretch>0</horstretch>
313              <verstretch>0</verstretch>
314             </sizepolicy>
315            </property>
316            <property name="text">
317             <string>Choose...</string>
318            </property>
319           </widget>
320          </item>
321         </layout>
322        </widget>
323       </item>
324       <item row="0" column="2" rowspan="2" colspan="2">
325        <widget class="QWidget" name="native_zone" native="true">
326         <layout class="QGridLayout" name="gridLayout_4">
327          <property name="margin">
328           <number>0</number>
329          </property>
330          <item row="0" column="1">
331           <widget class="QComboBox" name="displayModeBox">
332            <property name="sizePolicy">
333             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
334              <horstretch>0</horstretch>
335              <verstretch>0</verstretch>
336             </sizepolicy>
337            </property>
338           </widget>
339          </item>
340          <item row="7" column="1">
341           <widget class="QCheckBox" name="fsController">
342            <property name="text">
343             <string>Show controls in full screen mode</string>
344            </property>
345           </widget>
346          </item>
347          <item row="0" column="0">
348           <widget class="QLabel" name="displayLabel">
349            <property name="sizePolicy">
350             <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
351              <horstretch>0</horstretch>
352              <verstretch>0</verstretch>
353             </sizepolicy>
354            </property>
355            <property name="layoutDirection">
356             <enum>Qt::LeftToRight</enum>
357            </property>
358            <property name="text">
359             <string>Display mode:</string>
360            </property>
361            <property name="alignment">
362             <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
363            </property>
364           </widget>
365          </item>
366          <item row="4" column="1">
367           <widget class="QCheckBox" name="systrayBox">
368            <property name="text">
369             <string>Show systray icon</string>
370            </property>
371           </widget>
372          </item>
373          <item row="4" column="0">
374           <widget class="QCheckBox" name="resizingBox">
375            <property name="text">
376             <string>Resize interface to video size</string>
377            </property>
378           </widget>
379          </item>
380          <item row="7" column="0">
381           <widget class="QCheckBox" name="embedVideo">
382            <property name="text">
383             <string>Embed video in interface</string>
384            </property>
385           </widget>
386          </item>
387          <item row="8" column="1">
388           <widget class="QComboBox" name="stylesCombo"/>
389          </item>
390          <item row="8" column="0">
391           <widget class="QLabel" name="label">
392            <property name="text">
393             <string>Force window style:</string>
394            </property>
395           </widget>
396          </item>
397         </layout>
398        </widget>
399       </item>
400       <item row="0" column="0" colspan="2">
401        <widget class="QRadioButton" name="qt4">
402         <property name="toolTip">
403          <string>This is VLC's default interface, with a native look and feel.</string>
404         </property>
405         <property name="text">
406          <string>Use native style</string>
407         </property>
408         <property name="checked">
409          <bool>true</bool>
410         </property>
411        </widget>
412       </item>
413      </layout>
414     </widget>
415    </item>
416   </layout>
417  </widget>
418  <tabstops>
419   <tabstop>OneInterfaceMode</tabstop>
420   <tabstop>artFetcher</tabstop>
421   <tabstop>updatesBox</tabstop>
422  </tabstops>
423  <resources/>
424  <connections/>
425 </ui>