]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/sprefs_interface.ui
Remove security-policy UI
[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>483</width>
9     <height>617</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" >
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>_("Native or Skins")</string>
36      </property>
37      <layout class="QGridLayout" >
38       <item row="0" column="0" >
39        <widget class="QRadioButton" name="qt4" >
40         <property name="text" >
41          <string>_("Native")</string>
42         </property>
43        </widget>
44       </item>
45       <item row="0" column="1" colspan="3" >
46        <widget class="QLabel" name="defaultLabel" >
47         <property name="frameShape" >
48          <enum>QFrame::NoFrame</enum>
49         </property>
50         <property name="text" >
51          <string>_("This is VLC's default interface, with a native look and feel.")</string>
52         </property>
53         <property name="textFormat" >
54          <enum>Qt::RichText</enum>
55         </property>
56         <property name="wordWrap" >
57          <bool>true</bool>
58         </property>
59         <property name="margin" >
60          <number>10</number>
61         </property>
62        </widget>
63       </item>
64       <item row="1" column="1" >
65        <widget class="QLabel" name="label" >
66         <property name="sizePolicy" >
67          <sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
68           <horstretch>0</horstretch>
69           <verstretch>0</verstretch>
70          </sizepolicy>
71         </property>
72         <property name="text" >
73          <string>_("Display Mode")</string>
74         </property>
75        </widget>
76       </item>
77       <item row="1" column="2" colspan="2" >
78        <widget class="QComboBox" name="displayModeBox" >
79         <property name="sizePolicy" >
80          <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
81           <horstretch>0</horstretch>
82           <verstretch>0</verstretch>
83          </sizepolicy>
84         </property>
85        </widget>
86       </item>
87       <item row="2" column="1" colspan="3" >
88        <widget class="QCheckBox" name="embedVideo" >
89         <property name="text" >
90          <string>_("Integrate video in interface")</string>
91         </property>
92        </widget>
93       </item>
94       <item row="3" column="0" colspan="4" >
95        <widget class="Line" name="line" >
96         <property name="orientation" >
97          <enum>Qt::Horizontal</enum>
98         </property>
99        </widget>
100       </item>
101       <item row="4" column="0" >
102        <widget class="QRadioButton" name="skins" >
103         <property name="text" >
104          <string>_("Skins")</string>
105         </property>
106        </widget>
107       </item>
108       <item rowspan="2" row="4" column="1" colspan="3" >
109        <widget class="QLabel" name="skinsLabel" >
110         <property name="sizePolicy" >
111          <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
112           <horstretch>0</horstretch>
113           <verstretch>0</verstretch>
114          </sizepolicy>
115         </property>
116         <property name="frameShape" >
117          <enum>QFrame::NoFrame</enum>
118         </property>
119         <property name="text" >
120          <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>
121         </property>
122         <property name="textFormat" >
123          <enum>Qt::RichText</enum>
124         </property>
125         <property name="scaledContents" >
126          <bool>true</bool>
127         </property>
128         <property name="alignment" >
129          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
130         </property>
131         <property name="wordWrap" >
132          <bool>true</bool>
133         </property>
134         <property name="margin" >
135          <number>0</number>
136         </property>
137         <property name="openExternalLinks" >
138          <bool>true</bool>
139         </property>
140        </widget>
141       </item>
142       <item row="5" column="0" >
143        <spacer>
144         <property name="orientation" >
145          <enum>Qt::Vertical</enum>
146         </property>
147         <property name="sizeHint" >
148          <size>
149           <width>20</width>
150           <height>20</height>
151          </size>
152         </property>
153        </spacer>
154       </item>
155       <item row="6" column="0" >
156        <widget class="QLabel" name="label_4" >
157         <property name="text" >
158          <string>_("Skin File")</string>
159         </property>
160        </widget>
161       </item>
162       <item row="6" column="1" colspan="2" >
163        <widget class="QLineEdit" name="fileSkin" />
164       </item>
165       <item row="6" column="3" >
166        <widget class="QPushButton" name="skinBrowse" >
167         <property name="text" >
168          <string>_("Browse...")</string>
169         </property>
170        </widget>
171       </item>
172      </layout>
173     </widget>
174    </item>
175    <item row="2" column="0" colspan="2" >
176     <widget class="QGroupBox" name="OneInterfaceBox" >
177      <property name="title" >
178       <string>_("Instances")</string>
179      </property>
180      <layout class="QGridLayout" >
181       <item row="0" column="0" colspan="2" >
182        <widget class="QCheckBox" name="OneInterfaceMode" >
183         <property name="text" >
184          <string>_("Allow only one instance")</string>
185         </property>
186        </widget>
187       </item>
188       <item row="1" column="0" colspan="2" >
189        <widget class="QCheckBox" name="EnqueueOneInterfaceMode" >
190         <property name="text" >
191          <string>_("Enqueue files in playlist when in one instance mode")</string>
192         </property>
193        </widget>
194       </item>
195       <item row="2" column="0" >
196        <widget class="QLabel" name="assoName" >
197         <property name="text" >
198          <string>_("File associations:")</string>
199         </property>
200        </widget>
201       </item>
202       <item row="2" column="1" >
203        <widget class="QPushButton" name="assoButton" >
204         <property name="sizePolicy" >
205          <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
206           <horstretch>0</horstretch>
207           <verstretch>0</verstretch>
208          </sizepolicy>
209         </property>
210         <property name="text" >
211          <string>_("Association Setup")</string>
212         </property>
213        </widget>
214       </item>
215      </layout>
216     </widget>
217    </item>
218    <item row="2" column="0" colspan="2" >
219     <widget class="QGroupBox" name="groupBox_2" >
220      <property name="title" >
221       <string>_("Privacy / Network Interaction")</string>
222      </property>
223      <layout class="QGridLayout" >
224       <item row="0" column="0" >
225        <widget class="QLabel" name="artFetchLabel" >
226         <property name="text" >
227          <string>_("Album art download policy")</string>
228         </property>
229        </widget>
230       </item>
231       <item row="0" column="1" colspan="2" >
232        <widget class="QComboBox" name="artFetcher" />
233       </item>
234       <item row="1" column="0" colspan="2" >
235        <widget class="QCheckBox" name="metaFetcher" >
236         <property name="text" >
237          <string>_("Fetch the metadata from the Internet")</string>
238         </property>
239        </widget>
240       </item>
241       <item row="2" column="0" >
242        <widget class="QCheckBox" name="updatesBox" >
243         <property name="text" >
244          <string>_("Activate update notifier")</string>
245         </property>
246        </widget>
247       </item>
248       <item row="2" column="2" >
249        <widget class="QSpinBox" name="updatesDays" >
250         <property name="alignment" >
251          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
252         </property>
253         <property name="suffix" >
254          <string> days</string>
255         </property>
256        </widget>
257       </item>
258      </layout>
259     </widget>
260    </item>
261   </layout>
262  </widget>
263  <tabstops>
264   <tabstop>language</tabstop>
265   <tabstop>qt4</tabstop>
266   <tabstop>skins</tabstop>
267   <tabstop>fileSkin</tabstop>
268   <tabstop>skinBrowse</tabstop>
269   <tabstop>OneInterfaceMode</tabstop>
270   <tabstop>EnqueueOneInterfaceMode</tabstop>
271  </tabstops>
272  <resources/>
273  <connections/>
274 </ui>