Improved settings dialog layout for portrait mode.
[vlc-remote] / src / settingsdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SettingsDialog</class>
4  <widget class="QDialog" name="SettingsDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>799</width>
10     <height>446</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Application Settings</string>
15   </property>
16   <widget class="QWidget" name="verticalLayoutWidget">
17    <property name="geometry">
18     <rect>
19      <x>0</x>
20      <y>0</y>
21      <width>781</width>
22      <height>391</height>
23     </rect>
24    </property>
25    <layout class="QVBoxLayout" name="verticalLayout">
26     <property name="sizeConstraint">
27      <enum>QLayout::SetDefaultConstraint</enum>
28     </property>
29     <item>
30      <widget class="QScrollArea" name="scrollArea">
31       <property name="sizePolicy">
32        <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
33         <horstretch>0</horstretch>
34         <verstretch>0</verstretch>
35        </sizepolicy>
36       </property>
37       <property name="horizontalScrollBarPolicy">
38        <enum>Qt::ScrollBarAsNeeded</enum>
39       </property>
40       <property name="widgetResizable">
41        <bool>false</bool>
42       </property>
43       <widget class="QWidget" name="scrollAreaWidgetContents">
44        <property name="geometry">
45         <rect>
46          <x>0</x>
47          <y>0</y>
48          <width>600</width>
49          <height>1000</height>
50         </rect>
51        </property>
52        <property name="sizePolicy">
53         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
54          <horstretch>0</horstretch>
55          <verstretch>0</verstretch>
56         </sizepolicy>
57        </property>
58        <widget class="QWidget" name="verticalLayoutWidget_2">
59         <property name="geometry">
60          <rect>
61           <x>0</x>
62           <y>0</y>
63           <width>321</width>
64           <height>471</height>
65          </rect>
66         </property>
67         <layout class="QVBoxLayout" name="verticalLayout_2">
68          <property name="sizeConstraint">
69           <enum>QLayout::SetMinimumSize</enum>
70          </property>
71          <item>
72           <widget class="QLabel" name="labelOrientation">
73            <property name="text">
74             <string>Orientation</string>
75            </property>
76           </widget>
77          </item>
78          <item>
79           <layout class="QHBoxLayout" name="horizontalLayout">
80            <item>
81             <widget class="QRadioButton" name="radioButtonLandscape">
82              <property name="text">
83               <string>Landscape</string>
84              </property>
85             </widget>
86            </item>
87            <item>
88             <widget class="QRadioButton" name="radioButtonPortrait">
89              <property name="text">
90               <string>Portrait</string>
91              </property>
92             </widget>
93            </item>
94            <item>
95             <widget class="QRadioButton" name="radioButtonAutoRotate">
96              <property name="text">
97               <string>Auto</string>
98              </property>
99             </widget>
100            </item>
101           </layout>
102          </item>
103          <item>
104           <widget class="QLabel" name="labelBehaviour">
105            <property name="text">
106             <string>Behaviour</string>
107            </property>
108           </widget>
109          </item>
110          <item>
111           <layout class="QHBoxLayout" name="horizontalLayout_2">
112            <item>
113             <widget class="QCheckBox" name="checkBoxShowArt">
114              <property name="layoutDirection">
115               <enum>Qt::LeftToRight</enum>
116              </property>
117              <property name="text">
118               <string>Show album art?</string>
119              </property>
120             </widget>
121            </item>
122           </layout>
123          </item>
124          <item>
125           <layout class="QHBoxLayout" name="horizontalLayout_3">
126            <item>
127             <widget class="QCheckBox" name="checkBoxUnknownFiles">
128              <property name="text">
129               <string>Show unknown filetypes?</string>
130              </property>
131             </widget>
132            </item>
133           </layout>
134          </item>
135          <item>
136           <layout class="QHBoxLayout" name="horizontalLayout_6">
137            <item>
138             <widget class="QCheckBox" name="checkBoxAlertOnClose">
139              <property name="text">
140               <string>Alert on close when media playing?</string>
141              </property>
142             </widget>
143            </item>
144           </layout>
145          </item>
146          <item>
147           <widget class="QLabel" name="labelAdvanced">
148            <property name="text">
149             <string>Advanced settings</string>
150            </property>
151           </widget>
152          </item>
153          <item>
154           <layout class="QFormLayout" name="formLayout">
155            <property name="fieldGrowthPolicy">
156             <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
157            </property>
158            <property name="labelAlignment">
159             <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
160            </property>
161            <item row="8" column="0">
162             <widget class="QLabel" name="labelRetryNetwok">
163              <property name="text">
164               <string>Retry network delay (ms)</string>
165              </property>
166             </widget>
167            </item>
168            <item row="8" column="1">
169             <widget class="QComboBox" name="comboBoxRetryNetworkDelay">
170              <item>
171               <property name="text">
172                <string>1000</string>
173               </property>
174              </item>
175              <item>
176               <property name="text">
177                <string>2500</string>
178               </property>
179              </item>
180              <item>
181               <property name="text">
182                <string>5000</string>
183               </property>
184              </item>
185              <item>
186               <property name="text">
187                <string>10000</string>
188               </property>
189              </item>
190              <item>
191               <property name="text">
192                <string>25000</string>
193               </property>
194              </item>
195              <item>
196               <property name="text">
197                <string>50000</string>
198               </property>
199              </item>
200              <item>
201               <property name="text">
202                <string>100000</string>
203               </property>
204              </item>
205              <item>
206               <property name="text">
207                <string>250000</string>
208               </property>
209              </item>
210              <item>
211               <property name="text">
212                <string>500000</string>
213               </property>
214              </item>
215             </widget>
216            </item>
217            <item row="5" column="1">
218             <widget class="QComboBox" name="comboBoxPollFrequency">
219              <item>
220               <property name="text">
221                <string>1000</string>
222               </property>
223              </item>
224              <item>
225               <property name="text">
226                <string>2500</string>
227               </property>
228              </item>
229              <item>
230               <property name="text">
231                <string>5000</string>
232               </property>
233              </item>
234              <item>
235               <property name="text">
236                <string>10000</string>
237               </property>
238              </item>
239              <item>
240               <property name="text">
241                <string>25000</string>
242               </property>
243              </item>
244              <item>
245               <property name="text">
246                <string>50000</string>
247               </property>
248              </item>
249              <item>
250               <property name="text">
251                <string>100000</string>
252               </property>
253              </item>
254              <item>
255               <property name="text">
256                <string>250000</string>
257               </property>
258              </item>
259              <item>
260               <property name="text">
261                <string>500000</string>
262               </property>
263              </item>
264             </widget>
265            </item>
266            <item row="5" column="0">
267             <widget class="QLabel" name="labelPollFrequency">
268              <property name="text">
269               <string>Update frequency (ms)</string>
270              </property>
271             </widget>
272            </item>
273            <item row="6" column="0">
274             <widget class="QLabel" name="labelPingTimeout">
275              <property name="text">
276               <string>Ping timeout (ms)</string>
277              </property>
278             </widget>
279            </item>
280            <item row="6" column="1">
281             <widget class="QComboBox" name="comboBoxPingTimeout">
282              <item>
283               <property name="text">
284                <string>100</string>
285               </property>
286              </item>
287              <item>
288               <property name="text">
289                <string>250</string>
290               </property>
291              </item>
292              <item>
293               <property name="text">
294                <string>500</string>
295               </property>
296              </item>
297              <item>
298               <property name="text">
299                <string>1000</string>
300               </property>
301              </item>
302              <item>
303               <property name="text">
304                <string>2500</string>
305               </property>
306              </item>
307              <item>
308               <property name="text">
309                <string>5000</string>
310               </property>
311              </item>
312              <item>
313               <property name="text">
314                <string>10000</string>
315               </property>
316              </item>
317              <item>
318               <property name="text">
319                <string>25000</string>
320               </property>
321              </item>
322              <item>
323               <property name="text">
324                <string>50000</string>
325               </property>
326              </item>
327              <item>
328               <property name="text">
329                <string>100000</string>
330               </property>
331              </item>
332              <item>
333               <property name="text">
334                <string>250000</string>
335               </property>
336              </item>
337              <item>
338               <property name="text">
339                <string>500000</string>
340               </property>
341              </item>
342             </widget>
343            </item>
344            <item row="7" column="0">
345             <widget class="QLabel" name="labelConnectionTimeout">
346              <property name="text">
347               <string>Connection timeout (ms)</string>
348              </property>
349             </widget>
350            </item>
351            <item row="7" column="1">
352             <widget class="QComboBox" name="comboBoxConnectionTimeout">
353              <item>
354               <property name="text">
355                <string>1000</string>
356               </property>
357              </item>
358              <item>
359               <property name="text">
360                <string>2500</string>
361               </property>
362              </item>
363              <item>
364               <property name="text">
365                <string>5000</string>
366               </property>
367              </item>
368              <item>
369               <property name="text">
370                <string>7500</string>
371               </property>
372              </item>
373              <item>
374               <property name="text">
375                <string>10000</string>
376               </property>
377              </item>
378              <item>
379               <property name="text">
380                <string>25000</string>
381               </property>
382              </item>
383              <item>
384               <property name="text">
385                <string>50000</string>
386               </property>
387              </item>
388              <item>
389               <property name="text">
390                <string>100000</string>
391               </property>
392              </item>
393              <item>
394               <property name="text">
395                <string>250000</string>
396               </property>
397              </item>
398              <item>
399               <property name="text">
400                <string>500000</string>
401               </property>
402              </item>
403             </widget>
404            </item>
405            <item row="9" column="0">
406             <widget class="QLabel" name="labelRetrieveArtDelay">
407              <property name="text">
408               <string>Retrieve Art Delay</string>
409              </property>
410             </widget>
411            </item>
412            <item row="9" column="1">
413             <widget class="QComboBox" name="comboBoxRetrieveArtDelay">
414              <item>
415               <property name="text">
416                <string>100</string>
417               </property>
418              </item>
419              <item>
420               <property name="text">
421                <string>250</string>
422               </property>
423              </item>
424              <item>
425               <property name="text">
426                <string>500</string>
427               </property>
428              </item>
429              <item>
430               <property name="text">
431                <string>1000</string>
432               </property>
433              </item>
434              <item>
435               <property name="text">
436                <string>2500</string>
437               </property>
438              </item>
439              <item>
440               <property name="text">
441                <string>5000</string>
442               </property>
443              </item>
444              <item>
445               <property name="text">
446                <string>10000</string>
447               </property>
448              </item>
449              <item>
450               <property name="text">
451                <string>25000</string>
452               </property>
453              </item>
454              <item>
455               <property name="text">
456                <string>50000</string>
457               </property>
458              </item>
459              <item>
460               <property name="text">
461                <string>100000</string>
462               </property>
463              </item>
464              <item>
465               <property name="text">
466                <string>250000</string>
467               </property>
468              </item>
469              <item>
470               <property name="text">
471                <string>500000</string>
472               </property>
473              </item>
474             </widget>
475            </item>
476           </layout>
477          </item>
478         </layout>
479        </widget>
480       </widget>
481      </widget>
482     </item>
483    </layout>
484   </widget>
485  </widget>
486  <resources/>
487  <connections/>
488 </ui>