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