]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/sprefs_interface.ui
3f92d5627a1d9b87ce5528045a0d552864a957f8
[vlc] / modules / gui / qt4 / ui / sprefs_interface.ui
1 <ui version="4.0" >
2  <class>SPrefsInterface</class>
3  <widget class="QWidget" name="SPrefsInterface" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>629</width>
9     <height>576</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="windowTitle" >
19    <string>Form</string>
20   </property>
21   <layout class="QGridLayout" name="gridLayout_3" >
22    <item row="0" column="0" >
23     <widget class="QLabel" name="languageLabel" >
24      <property name="text" >
25       <string>_("Language")</string>
26      </property>
27     </widget>
28    </item>
29    <item row="0" column="1" >
30     <widget class="QComboBox" name="language" />
31    </item>
32    <item row="1" column="0" colspan="2" >
33     <widget class="QGroupBox" name="groupBox" >
34      <property name="title" >
35       <string>_("Interface Type")</string>
36      </property>
37      <layout class="QGridLayout" name="gridLayout" >
38       <item row="0" column="0" >
39        <widget class="QRadioButton" name="qt4" >
40         <property name="sizePolicy" >
41          <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
42           <horstretch>0</horstretch>
43           <verstretch>0</verstretch>
44          </sizepolicy>
45         </property>
46         <property name="text" >
47          <string>_("Native")</string>
48         </property>
49        </widget>
50       </item>
51       <item row="0" column="1" >
52        <spacer name="horizontalSpacer" >
53         <property name="orientation" >
54          <enum>Qt::Horizontal</enum>
55         </property>
56         <property name="sizeType" >
57          <enum>QSizePolicy::Fixed</enum>
58         </property>
59         <property name="sizeHint" stdset="0" >
60          <size>
61           <width>20</width>
62           <height>20</height>
63          </size>
64         </property>
65        </spacer>
66       </item>
67       <item row="0" column="2" colspan="4" >
68        <widget class="QLabel" name="defaultLabel" >
69         <property name="sizePolicy" >
70          <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
71           <horstretch>0</horstretch>
72           <verstretch>0</verstretch>
73          </sizepolicy>
74         </property>
75         <property name="frameShape" >
76          <enum>QFrame::NoFrame</enum>
77         </property>
78         <property name="text" >
79          <string>_("This is VLC's default interface, with a native look and feel.")</string>
80         </property>
81         <property name="textFormat" >
82          <enum>Qt::RichText</enum>
83         </property>
84         <property name="wordWrap" >
85          <bool>true</bool>
86         </property>
87         <property name="margin" >
88          <number>10</number>
89         </property>
90        </widget>
91       </item>
92       <item row="1" column="2" >
93        <widget class="QLabel" name="label" >
94         <property name="sizePolicy" >
95          <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
96           <horstretch>0</horstretch>
97           <verstretch>0</verstretch>
98          </sizepolicy>
99         </property>
100         <property name="text" >
101          <string>_("Display mode")</string>
102         </property>
103        </widget>
104       </item>
105       <item row="1" column="3" colspan="3" >
106        <widget class="QComboBox" name="displayModeBox" >
107         <property name="sizePolicy" >
108          <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
109           <horstretch>0</horstretch>
110           <verstretch>0</verstretch>
111          </sizepolicy>
112         </property>
113        </widget>
114       </item>
115       <item row="2" column="2" colspan="2" >
116        <widget class="QCheckBox" name="embedVideo" >
117         <property name="text" >
118          <string>_("Integrate video in interface")</string>
119         </property>
120        </widget>
121       </item>
122       <item row="2" column="4" colspan="2" >
123        <widget class="QCheckBox" name="systrayBox" >
124         <property name="text" >
125          <string>_("Systray icon")</string>
126         </property>
127        </widget>
128       </item>
129       <item row="3" column="2" colspan="4" >
130        <widget class="QCheckBox" name="fsController" >
131         <property name="text" >
132          <string>_("Show a controller in fullscreen")</string>
133         </property>
134        </widget>
135       </item>
136       <item row="5" column="0" >
137        <widget class="QRadioButton" name="skins" >
138         <property name="text" >
139          <string>_("Skins")</string>
140         </property>
141        </widget>
142       </item>
143       <item row="5" column="2" colspan="4" >
144        <widget class="QLabel" name="skinsLabel" >
145         <property name="sizePolicy" >
146          <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
147           <horstretch>0</horstretch>
148           <verstretch>0</verstretch>
149          </sizepolicy>
150         </property>
151         <property name="frameShape" >
152          <enum>QFrame::NoFrame</enum>
153         </property>
154         <property name="text" >
155          <string>_("This is VLC's skinnable interface. You can download skins at &lt;a href="http://www.videolan.org/vlc/skins.php">http://www.videolan.org/vlc/skins.php&lt;/a> to customize your player.")</string>
156         </property>
157         <property name="textFormat" >
158          <enum>Qt::RichText</enum>
159         </property>
160         <property name="scaledContents" >
161          <bool>false</bool>
162         </property>
163         <property name="alignment" >
164          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
165         </property>
166         <property name="wordWrap" >
167          <bool>true</bool>
168         </property>
169         <property name="margin" >
170          <number>5</number>
171         </property>
172         <property name="openExternalLinks" >
173          <bool>true</bool>
174         </property>
175        </widget>
176       </item>
177       <item row="6" column="0" colspan="2" >
178        <widget class="QLabel" name="label_4" >
179         <property name="text" >
180          <string>_("Skin file")</string>
181         </property>
182         <property name="alignment" >
183          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
184         </property>
185         <property name="buddy" >
186          <cstring>fileSkin</cstring>
187         </property>
188        </widget>
189       </item>
190       <item row="6" column="2" colspan="3" >
191        <widget class="QLineEdit" name="fileSkin" >
192         <property name="sizePolicy" >
193          <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
194           <horstretch>0</horstretch>
195           <verstretch>0</verstretch>
196          </sizepolicy>
197         </property>
198        </widget>
199       </item>
200       <item row="6" column="5" >
201        <widget class="QPushButton" name="skinBrowse" >
202         <property name="sizePolicy" >
203          <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
204           <horstretch>0</horstretch>
205           <verstretch>0</verstretch>
206          </sizepolicy>
207         </property>
208         <property name="text" >
209          <string>_("Browse...")</string>
210         </property>
211        </widget>
212       </item>
213       <item row="4" column="0" colspan="6" >
214        <widget class="Line" name="line" >
215         <property name="orientation" >
216          <enum>Qt::Horizontal</enum>
217         </property>
218        </widget>
219       </item>
220      </layout>
221     </widget>
222    </item>
223    <item row="2" column="0" colspan="2" >
224     <widget class="QGroupBox" name="OneInterfaceBox" >
225      <property name="title" >
226       <string>_("Instances")</string>
227      </property>
228      <layout class="QGridLayout" name="gridLayout_2" >
229       <item row="0" column="0" >
230        <widget class="QCheckBox" name="OneInterfaceMode" >
231         <property name="text" >
232          <string>_("Allow only one instance")</string>
233         </property>
234        </widget>
235       </item>
236       <item row="1" column="0" >
237        <widget class="QLabel" name="assoName" >
238         <property name="text" >
239          <string>_("File associations:")</string>
240         </property>
241        </widget>
242       </item>
243       <item row="0" column="1" colspan="2" >
244        <widget class="QCheckBox" name="EnqueueOneInterfaceMode" >
245         <property name="text" >
246          <string>_("Enqueue files in playlist when in one instance mode")</string>
247         </property>
248        </widget>
249       </item>
250       <item row="1" column="2" >
251        <widget class="QPushButton" name="assoButton" >
252         <property name="sizePolicy" >
253          <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
254           <horstretch>0</horstretch>
255           <verstretch>0</verstretch>
256          </sizepolicy>
257         </property>
258         <property name="text" >
259          <string>_("Association Setup")</string>
260         </property>
261        </widget>
262       </item>
263      </layout>
264     </widget>
265    </item>
266    <item row="3" column="0" colspan="2" >
267     <widget class="QGroupBox" name="groupBox_2" >
268      <property name="title" >
269       <string>_("Privacy / Network Interaction")</string>
270      </property>
271      <layout class="QGridLayout" >
272       <item row="0" column="0" >
273        <widget class="QLabel" name="artFetchLabel" >
274         <property name="text" >
275          <string>_("Album art download policy")</string>
276         </property>
277        </widget>
278       </item>
279       <item row="0" column="1" colspan="2" >
280        <widget class="QComboBox" name="artFetcher" />
281       </item>
282       <item row="1" column="0" >
283        <widget class="QCheckBox" name="updatesBox" >
284         <property name="text" >
285          <string>_("Activate update notifier")</string>
286         </property>
287        </widget>
288       </item>
289       <item row="1" column="2" >
290        <widget class="QSpinBox" name="updatesDays" >
291         <property name="alignment" >
292          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
293         </property>
294         <property name="suffix" >
295          <string> days</string>
296         </property>
297        </widget>
298       </item>
299      </layout>
300     </widget>
301    </item>
302   </layout>
303  </widget>
304  <tabstops>
305   <tabstop>language</tabstop>
306   <tabstop>qt4</tabstop>
307   <tabstop>displayModeBox</tabstop>
308   <tabstop>OneInterfaceMode</tabstop>
309   <tabstop>assoButton</tabstop>
310   <tabstop>artFetcher</tabstop>
311   <tabstop>updatesBox</tabstop>
312   <tabstop>updatesDays</tabstop>
313  </tabstops>
314  <resources/>
315  <connections/>
316 </ui>