]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/sprefs_interface.ui
Qt: SoutInputBox: show decoded mrl (fix #8436 part1)
[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>734</width>
11     <height>687</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    <property name="leftMargin">
25     <number>9</number>
26    </property>
27    <property name="topMargin">
28     <number>0</number>
29    </property>
30    <property name="bottomMargin">
31     <number>0</number>
32    </property>
33    <item row="1" column="0" colspan="2">
34     <widget class="QGroupBox" name="OneInterfaceBox">
35      <property name="title">
36       <string>Instances</string>
37      </property>
38      <layout class="QGridLayout" name="gridLayout_2">
39       <property name="verticalSpacing">
40        <number>0</number>
41       </property>
42       <property name="leftMargin">
43        <number>9</number>
44       </property>
45       <property name="rightMargin">
46        <number>9</number>
47       </property>
48       <property name="bottomMargin">
49        <number>9</number>
50       </property>
51       <item row="0" column="0">
52        <widget class="QCheckBox" name="OneInterfaceMode">
53         <property name="text">
54          <string>Allow only one instance</string>
55         </property>
56        </widget>
57       </item>
58       <item row="0" column="1" colspan="2">
59        <widget class="QCheckBox" name="EnqueueOneInterfaceMode">
60         <property name="text">
61          <string>Enqueue files when in one instance mode</string>
62         </property>
63        </widget>
64       </item>
65      </layout>
66     </widget>
67    </item>
68    <item row="2" column="0" colspan="2">
69     <widget class="QGroupBox" name="groupBox_2">
70      <property name="title">
71       <string>Privacy / Network Interaction</string>
72      </property>
73      <layout class="QGridLayout" name="gridLayout_5">
74       <item row="2" column="1">
75        <spacer name="horizontalSpacer_2">
76         <property name="orientation">
77          <enum>Qt::Horizontal</enum>
78         </property>
79         <property name="sizeType">
80          <enum>QSizePolicy::Preferred</enum>
81         </property>
82         <property name="sizeHint" stdset="0">
83          <size>
84           <width>40</width>
85           <height>20</height>
86          </size>
87         </property>
88        </spacer>
89       </item>
90       <item row="1" column="3">
91        <widget class="QSpinBox" name="updatesDays">
92         <property name="sizePolicy">
93          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
94           <horstretch>0</horstretch>
95           <verstretch>0</verstretch>
96          </sizepolicy>
97         </property>
98         <property name="alignment">
99          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
100         </property>
101         <property name="suffix">
102          <string> days</string>
103         </property>
104         <property name="prefix">
105          <string>Every </string>
106         </property>
107        </widget>
108       </item>
109       <item row="0" column="3" colspan="2">
110        <widget class="QComboBox" name="artFetcher"/>
111       </item>
112       <item row="2" column="2">
113        <widget class="QLabel" name="filterLabel">
114         <property name="text">
115          <string>Filter:</string>
116         </property>
117         <property name="alignment">
118          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
119         </property>
120         <property name="margin">
121          <number>5</number>
122         </property>
123         <property name="buddy">
124          <cstring>recentlyPlayedFilters</cstring>
125         </property>
126        </widget>
127       </item>
128       <item row="2" column="3" colspan="2">
129        <widget class="QLineEdit" name="recentlyPlayedFilters">
130         <property name="sizePolicy">
131          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
132           <horstretch>0</horstretch>
133           <verstretch>0</verstretch>
134          </sizepolicy>
135         </property>
136         <property name="toolTip">
137          <string>Separate words by | (without space)</string>
138         </property>
139        </widget>
140       </item>
141       <item row="2" column="0">
142        <widget class="QCheckBox" name="saveRecentlyPlayed">
143         <property name="minimumSize">
144          <size>
145           <width>220</width>
146           <height>0</height>
147          </size>
148         </property>
149         <property name="text">
150          <string>Save recently played items</string>
151         </property>
152        </widget>
153       </item>
154       <item row="0" column="0">
155        <widget class="QLabel" name="artFetchLabel">
156         <property name="minimumSize">
157          <size>
158           <width>220</width>
159           <height>0</height>
160          </size>
161         </property>
162         <property name="text">
163          <string>Album art download policy:</string>
164         </property>
165         <property name="buddy">
166          <cstring>artFetcher</cstring>
167         </property>
168        </widget>
169       </item>
170       <item row="1" column="0">
171        <widget class="QCheckBox" name="updatesBox">
172         <property name="minimumSize">
173          <size>
174           <width>220</width>
175           <height>0</height>
176          </size>
177         </property>
178         <property name="text">
179          <string>Activate updates notifier</string>
180         </property>
181        </widget>
182       </item>
183      </layout>
184     </widget>
185    </item>
186    <item row="3" column="0" colspan="2">
187     <widget class="QGroupBox" name="playlistGroupBox">
188      <property name="title">
189       <string>Playlist</string>
190      </property>
191      <layout class="QGridLayout" name="gridLayout_4">
192       <item row="0" column="0">
193        <widget class="QCheckBox" name="treePlaylist">
194         <property name="text">
195          <string>Display playlist tree</string>
196         </property>
197        </widget>
198       </item>
199       <item row="0" column="2" colspan="2">
200        <widget class="QCheckBox" name="playPauseBox">
201         <property name="text">
202          <string>Pause on the last frame of a video</string>
203         </property>
204        </widget>
205       </item>
206       <item row="2" column="0">
207        <widget class="QLabel" name="assocLabel">
208         <property name="sizePolicy">
209          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
210           <horstretch>0</horstretch>
211           <verstretch>0</verstretch>
212          </sizepolicy>
213         </property>
214         <property name="text">
215          <string>File extensions association</string>
216         </property>
217         <property name="buddy">
218          <cstring>assoButton</cstring>
219         </property>
220        </widget>
221       </item>
222       <item row="2" column="1">
223        <spacer name="horizontalSpacer_6">
224         <property name="orientation">
225          <enum>Qt::Horizontal</enum>
226         </property>
227         <property name="sizeHint" stdset="0">
228          <size>
229           <width>40</width>
230           <height>20</height>
231          </size>
232         </property>
233        </spacer>
234       </item>
235       <item row="2" column="2">
236        <widget class="QPushButton" name="assoButton">
237         <property name="sizePolicy">
238          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
239           <horstretch>0</horstretch>
240           <verstretch>0</verstretch>
241          </sizepolicy>
242         </property>
243         <property name="minimumSize">
244          <size>
245           <width>220</width>
246           <height>0</height>
247          </size>
248         </property>
249         <property name="text">
250          <string>Set up associations...</string>
251         </property>
252        </widget>
253       </item>
254       <item row="2" column="3">
255        <spacer name="horizontalSpacer_8">
256         <property name="orientation">
257          <enum>Qt::Horizontal</enum>
258         </property>
259         <property name="sizeHint" stdset="0">
260          <size>
261           <width>135</width>
262           <height>20</height>
263          </size>
264         </property>
265        </spacer>
266       </item>
267       <item row="1" column="0">
268        <widget class="QPushButton" name="sqlMLbtn">
269         <property name="text">
270          <string>Configure Media Library</string>
271         </property>
272        </widget>
273       </item>
274      </layout>
275     </widget>
276    </item>
277    <item row="0" column="0" colspan="2">
278     <widget class="QGroupBox" name="LooknfeelBox">
279      <property name="title">
280       <string>Look and feel</string>
281      </property>
282      <layout class="QGridLayout" name="gridLayout">
283       <item row="0" column="4">
284        <widget class="QRadioButton" name="skins">
285         <property name="text">
286          <string>Use custom skin</string>
287         </property>
288        </widget>
289       </item>
290       <item row="0" column="6">
291        <spacer name="horizontalSpacer">
292         <property name="orientation">
293          <enum>Qt::Horizontal</enum>
294         </property>
295         <property name="sizeHint" stdset="0">
296          <size>
297           <width>40</width>
298           <height>20</height>
299          </size>
300         </property>
301        </spacer>
302       </item>
303       <item row="0" column="1">
304        <spacer name="horizontalSpacer_4">
305         <property name="orientation">
306          <enum>Qt::Horizontal</enum>
307         </property>
308         <property name="sizeHint" stdset="0">
309          <size>
310           <width>40</width>
311           <height>20</height>
312          </size>
313         </property>
314        </spacer>
315       </item>
316       <item row="0" column="2">
317        <widget class="QRadioButton" name="qt">
318         <property name="toolTip">
319          <string>This is VLC's default interface, with a native look and feel.</string>
320         </property>
321         <property name="text">
322          <string>Use native style</string>
323         </property>
324         <property name="checked">
325          <bool>true</bool>
326         </property>
327        </widget>
328       </item>
329       <item row="0" column="3">
330        <spacer name="horizontalSpacer_5">
331         <property name="orientation">
332          <enum>Qt::Horizontal</enum>
333         </property>
334         <property name="sizeHint" stdset="0">
335          <size>
336           <width>40</width>
337           <height>20</height>
338          </size>
339         </property>
340        </spacer>
341       </item>
342       <item row="1" column="2" colspan="3">
343        <widget class="Line" name="line">
344         <property name="orientation">
345          <enum>Qt::Horizontal</enum>
346         </property>
347        </widget>
348       </item>
349       <item row="2" column="0" rowspan="6" colspan="7">
350        <widget class="QStackedWidget" name="styleStackedWidget">
351         <property name="currentIndex">
352          <number>0</number>
353         </property>
354         <widget class="QWidget" name="nativePage">
355          <layout class="QHBoxLayout" name="horizontalLayout_4">
356           <property name="leftMargin">
357            <number>0</number>
358           </property>
359           <property name="rightMargin">
360            <number>0</number>
361           </property>
362           <item>
363            <widget class="InterfacePreviewWidget" name="mainPreview">
364             <property name="sizePolicy">
365              <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
366               <horstretch>0</horstretch>
367               <verstretch>0</verstretch>
368              </sizepolicy>
369             </property>
370             <property name="minimumSize">
371              <size>
372               <width>122</width>
373               <height>50</height>
374              </size>
375             </property>
376             <property name="baseSize">
377              <size>
378               <width>0</width>
379               <height>0</height>
380              </size>
381             </property>
382             <property name="styleSheet">
383              <string notr="true">background-color: rgb(192, 192, 192);</string>
384             </property>
385             <property name="alignment">
386              <set>Qt::AlignHCenter|Qt::AlignTop</set>
387             </property>
388            </widget>
389           </item>
390           <item>
391            <widget class="QWidget" name="native_zone" native="true">
392             <property name="sizePolicy">
393              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
394               <horstretch>10</horstretch>
395               <verstretch>0</verstretch>
396              </sizepolicy>
397             </property>
398             <layout class="QGridLayout">
399              <property name="leftMargin">
400               <number>0</number>
401              </property>
402              <property name="topMargin">
403               <number>0</number>
404              </property>
405              <item row="0" column="0" colspan="3">
406               <widget class="QCheckBox" name="fsController">
407                <property name="text">
408                 <string>Show controls in full screen mode</string>
409                </property>
410               </widget>
411              </item>
412              <item row="1" column="0">
413               <widget class="QCheckBox" name="minimalviewBox">
414                <property name="text">
415                 <string>Start in minimal view mode</string>
416                </property>
417               </widget>
418              </item>
419              <item row="1" column="2" colspan="2">
420               <widget class="QCheckBox" name="pauseMinimizedBox">
421                <property name="text">
422                 <string>Pause playback when minimized</string>
423                </property>
424               </widget>
425              </item>
426              <item row="2" column="0">
427               <widget class="QCheckBox" name="embedVideo">
428                <property name="text">
429                 <string>Integrate video in interface</string>
430                </property>
431               </widget>
432              </item>
433              <item row="3" column="0" rowspan="2">
434               <widget class="QCheckBox" name="systrayBox">
435                <property name="text">
436                 <string>Show systray icon</string>
437                </property>
438               </widget>
439              </item>
440              <item row="6" column="0">
441               <widget class="QLabel" name="stylesLabel">
442                <property name="sizePolicy">
443                 <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
444                  <horstretch>0</horstretch>
445                  <verstretch>0</verstretch>
446                 </sizepolicy>
447                </property>
448                <property name="text">
449                 <string>Force window style:</string>
450                </property>
451                <property name="buddy">
452                 <cstring>stylesCombo</cstring>
453                </property>
454               </widget>
455              </item>
456              <item row="6" column="2" colspan="2">
457               <widget class="QComboBox" name="stylesCombo"/>
458              </item>
459              <item row="1" column="1">
460               <spacer name="horizontalSpacer_3">
461                <property name="orientation">
462                 <enum>Qt::Horizontal</enum>
463                </property>
464                <property name="sizeHint" stdset="0">
465                 <size>
466                  <width>40</width>
467                  <height>20</height>
468                 </size>
469                </property>
470               </spacer>
471              </item>
472              <item row="1" column="4">
473               <spacer name="horizontalSpacer_7">
474                <property name="orientation">
475                 <enum>Qt::Horizontal</enum>
476                </property>
477                <property name="sizeHint" stdset="0">
478                 <size>
479                  <width>40</width>
480                  <height>20</height>
481                 </size>
482                </property>
483               </spacer>
484              </item>
485              <item row="2" column="2" colspan="2">
486               <widget class="QCheckBox" name="resizingBox">
487                <property name="text">
488                 <string>Resize interface to video size</string>
489                </property>
490               </widget>
491              </item>
492              <item row="5" column="0" colspan="2">
493               <widget class="QLabel" name="notificationComboLabel">
494                <property name="text">
495                 <string>Show media change popup:</string>
496                </property>
497               </widget>
498              </item>
499              <item row="5" column="2" colspan="2">
500               <widget class="QComboBox" name="notificationCombo"/>
501              </item>
502             </layout>
503            </widget>
504           </item>
505          </layout>
506         </widget>
507         <widget class="QWidget" name="skinsPage">
508          <layout class="QHBoxLayout" name="horizontalLayout_5">
509           <property name="leftMargin">
510            <number>0</number>
511           </property>
512           <property name="rightMargin">
513            <number>0</number>
514           </property>
515           <item>
516            <widget class="InterfacePreviewWidget" name="skinsPreview">
517             <property name="sizePolicy">
518              <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
519               <horstretch>0</horstretch>
520               <verstretch>0</verstretch>
521              </sizepolicy>
522             </property>
523             <property name="minimumSize">
524              <size>
525               <width>122</width>
526               <height>50</height>
527              </size>
528             </property>
529             <property name="styleSheet">
530              <string notr="true">background-color: rgb(192, 192, 192);</string>
531             </property>
532             <property name="alignment">
533              <set>Qt::AlignCenter</set>
534             </property>
535            </widget>
536           </item>
537           <item>
538            <widget class="QWidget" name="skins_zone" native="true">
539             <property name="enabled">
540              <bool>true</bool>
541             </property>
542             <property name="sizePolicy">
543              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
544               <horstretch>0</horstretch>
545               <verstretch>0</verstretch>
546              </sizepolicy>
547             </property>
548             <layout class="QGridLayout" name="gridLayout_7">
549              <property name="margin">
550               <number>0</number>
551              </property>
552              <item row="1" column="1">
553               <widget class="QLabel" name="skinFileLabel">
554                <property name="text">
555                 <string>Skin resource file:</string>
556                </property>
557                <property name="alignment">
558                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
559                </property>
560                <property name="buddy">
561                 <cstring>fileSkin</cstring>
562                </property>
563               </widget>
564              </item>
565              <item row="1" column="2">
566               <widget class="QLineEdit" name="fileSkin">
567                <property name="sizePolicy">
568                 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
569                  <horstretch>0</horstretch>
570                  <verstretch>0</verstretch>
571                 </sizepolicy>
572                </property>
573               </widget>
574              </item>
575              <item row="1" column="3">
576               <widget class="QPushButton" name="skinBrowse">
577                <property name="sizePolicy">
578                 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
579                  <horstretch>0</horstretch>
580                  <verstretch>0</verstretch>
581                 </sizepolicy>
582                </property>
583                <property name="text">
584                 <string>Choose...</string>
585                </property>
586               </widget>
587              </item>
588              <item row="2" column="1" colspan="3">
589               <widget class="QLabel" name="skinsLabel">
590                <property name="sizePolicy">
591                 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
592                  <horstretch>0</horstretch>
593                  <verstretch>0</verstretch>
594                 </sizepolicy>
595                </property>
596                <property name="frameShape">
597                 <enum>QFrame::NoFrame</enum>
598                </property>
599                <property name="text">
600                 <string notr="true">-This is the skinsLabel place-</string>
601                </property>
602                <property name="textFormat">
603                 <enum>Qt::RichText</enum>
604                </property>
605                <property name="scaledContents">
606                 <bool>false</bool>
607                </property>
608                <property name="alignment">
609                 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
610                </property>
611                <property name="wordWrap">
612                 <bool>true</bool>
613                </property>
614                <property name="margin">
615                 <number>5</number>
616                </property>
617                <property name="openExternalLinks">
618                 <bool>true</bool>
619                </property>
620               </widget>
621              </item>
622             </layout>
623            </widget>
624           </item>
625          </layout>
626         </widget>
627        </widget>
628       </item>
629      </layout>
630     </widget>
631    </item>
632   </layout>
633  </widget>
634  <customwidgets>
635   <customwidget>
636    <class>InterfacePreviewWidget</class>
637    <extends>QLabel</extends>
638    <header>components/preferences_widgets.hpp</header>
639   </customwidget>
640  </customwidgets>
641  <tabstops>
642   <tabstop>qt</tabstop>
643   <tabstop>skins</tabstop>
644   <tabstop>fsController</tabstop>
645   <tabstop>minimalviewBox</tabstop>
646   <tabstop>pauseMinimizedBox</tabstop>
647   <tabstop>embedVideo</tabstop>
648   <tabstop>resizingBox</tabstop>
649   <tabstop>systrayBox</tabstop>
650   <tabstop>stylesCombo</tabstop>
651   <tabstop>OneInterfaceMode</tabstop>
652   <tabstop>EnqueueOneInterfaceMode</tabstop>
653   <tabstop>artFetcher</tabstop>
654   <tabstop>updatesBox</tabstop>
655   <tabstop>updatesDays</tabstop>
656   <tabstop>saveRecentlyPlayed</tabstop>
657   <tabstop>recentlyPlayedFilters</tabstop>
658   <tabstop>treePlaylist</tabstop>
659   <tabstop>assoButton</tabstop>
660   <tabstop>fileSkin</tabstop>
661   <tabstop>skinBrowse</tabstop>
662  </tabstops>
663  <resources/>
664  <connections/>
665 </ui>