src/platform/qt/VideoView.ui (view raw)
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>VideoView</class>
4 <widget class="QWidget" name="VideoView">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>351</width>
10 <height>510</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string>Record Video</string>
21 </property>
22 <layout class="QVBoxLayout" name="verticalLayout_4">
23 <property name="sizeConstraint">
24 <enum>QLayout::SetFixedSize</enum>
25 </property>
26 <item>
27 <layout class="QGridLayout" name="gridLayout">
28 <item row="1" column="0">
29 <widget class="QPushButton" name="start">
30 <property name="enabled">
31 <bool>false</bool>
32 </property>
33 <property name="sizePolicy">
34 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
35 <horstretch>0</horstretch>
36 <verstretch>0</verstretch>
37 </sizepolicy>
38 </property>
39 <property name="text">
40 <string>Start</string>
41 </property>
42 </widget>
43 </item>
44 <item row="1" column="1">
45 <widget class="QPushButton" name="stop">
46 <property name="enabled">
47 <bool>false</bool>
48 </property>
49 <property name="sizePolicy">
50 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
51 <horstretch>0</horstretch>
52 <verstretch>0</verstretch>
53 </sizepolicy>
54 </property>
55 <property name="text">
56 <string>Stop</string>
57 </property>
58 </widget>
59 </item>
60 <item row="1" column="3">
61 <widget class="QPushButton" name="selectFile">
62 <property name="sizePolicy">
63 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
64 <horstretch>0</horstretch>
65 <verstretch>0</verstretch>
66 </sizepolicy>
67 </property>
68 <property name="text">
69 <string>Select File</string>
70 </property>
71 </widget>
72 </item>
73 <item row="0" column="0" colspan="4">
74 <widget class="QLineEdit" name="filename">
75 <property name="sizePolicy">
76 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
77 <horstretch>1</horstretch>
78 <verstretch>0</verstretch>
79 </sizepolicy>
80 </property>
81 </widget>
82 </item>
83 <item row="1" column="2">
84 <spacer name="horizontalSpacer">
85 <property name="orientation">
86 <enum>Qt::Horizontal</enum>
87 </property>
88 <property name="sizeHint" stdset="0">
89 <size>
90 <width>40</width>
91 <height>20</height>
92 </size>
93 </property>
94 </spacer>
95 </item>
96 </layout>
97 </item>
98 <item>
99 <widget class="QGroupBox" name="groupBox_2">
100 <property name="title">
101 <string>Presets</string>
102 </property>
103 <layout class="QHBoxLayout" name="horizontalLayout_2">
104 <item>
105 <layout class="QVBoxLayout" name="verticalLayout_2">
106 <item>
107 <widget class="QRadioButton" name="presetHQ">
108 <property name="text">
109 <string>High &Quality</string>
110 </property>
111 <attribute name="buttonGroup">
112 <string notr="true">presets</string>
113 </attribute>
114 </widget>
115 </item>
116 <item>
117 <widget class="QRadioButton" name="presetYoutube">
118 <property name="text">
119 <string>&YouTube</string>
120 </property>
121 <attribute name="buttonGroup">
122 <string notr="true">presets</string>
123 </attribute>
124 </widget>
125 </item>
126 <item>
127 <widget class="QRadioButton" name="presetWebM">
128 <property name="text">
129 <string>WebM</string>
130 </property>
131 <attribute name="buttonGroup">
132 <string notr="true">presets</string>
133 </attribute>
134 </widget>
135 </item>
136 <item>
137 <widget class="QRadioButton" name="presetLossless">
138 <property name="text">
139 <string>&Lossless</string>
140 </property>
141 <property name="checked">
142 <bool>true</bool>
143 </property>
144 <attribute name="buttonGroup">
145 <string notr="true">presets</string>
146 </attribute>
147 </widget>
148 </item>
149 </layout>
150 </item>
151 <item>
152 <layout class="QVBoxLayout" name="verticalLayout_3">
153 <item>
154 <widget class="QRadioButton" name="preset1080">
155 <property name="text">
156 <string>&1080p</string>
157 </property>
158 <attribute name="buttonGroup">
159 <string notr="true">resolutions</string>
160 </attribute>
161 </widget>
162 </item>
163 <item>
164 <widget class="QRadioButton" name="preset720">
165 <property name="text">
166 <string>&720p</string>
167 </property>
168 <attribute name="buttonGroup">
169 <string notr="true">resolutions</string>
170 </attribute>
171 </widget>
172 </item>
173 <item>
174 <widget class="QRadioButton" name="preset480">
175 <property name="text">
176 <string>&480p</string>
177 </property>
178 <attribute name="buttonGroup">
179 <string notr="true">resolutions</string>
180 </attribute>
181 </widget>
182 </item>
183 <item>
184 <widget class="QRadioButton" name="presetNative">
185 <property name="enabled">
186 <bool>false</bool>
187 </property>
188 <property name="text">
189 <string>&Native</string>
190 </property>
191 <property name="checked">
192 <bool>true</bool>
193 </property>
194 <attribute name="buttonGroup">
195 <string notr="true">resolutions</string>
196 </attribute>
197 </widget>
198 </item>
199 </layout>
200 </item>
201 </layout>
202 </widget>
203 </item>
204 <item>
205 <widget class="QWidget" name="advancedBox" native="true">
206 <layout class="QGridLayout" name="gridLayout_6">
207 <property name="leftMargin">
208 <number>0</number>
209 </property>
210 <property name="topMargin">
211 <number>0</number>
212 </property>
213 <property name="rightMargin">
214 <number>0</number>
215 </property>
216 <property name="bottomMargin">
217 <number>0</number>
218 </property>
219 <item row="0" column="0">
220 <widget class="QGroupBox" name="formatBox">
221 <property name="title">
222 <string>Format</string>
223 </property>
224 <layout class="QVBoxLayout" name="verticalLayout_6">
225 <item>
226 <widget class="QComboBox" name="container">
227 <property name="editable">
228 <bool>true</bool>
229 </property>
230 <item>
231 <property name="text">
232 <string>MKV</string>
233 </property>
234 </item>
235 <item>
236 <property name="text">
237 <string>WebM</string>
238 </property>
239 </item>
240 <item>
241 <property name="text">
242 <string>AVI</string>
243 </property>
244 </item>
245 <item>
246 <property name="text">
247 <string>MP4</string>
248 </property>
249 </item>
250 </widget>
251 </item>
252 <item>
253 <widget class="QComboBox" name="video">
254 <property name="editable">
255 <bool>true</bool>
256 </property>
257 <item>
258 <property name="text">
259 <string>h.264</string>
260 </property>
261 </item>
262 <item>
263 <property name="text">
264 <string>h.264 (NVENC)</string>
265 </property>
266 </item>
267 <item>
268 <property name="text">
269 <string>HEVC</string>
270 </property>
271 </item>
272 <item>
273 <property name="text">
274 <string>VP8</string>
275 </property>
276 </item>
277 <item>
278 <property name="text">
279 <string>VP9</string>
280 </property>
281 </item>
282 <item>
283 <property name="text">
284 <string>FFV1</string>
285 </property>
286 </item>
287 </widget>
288 </item>
289 <item>
290 <widget class="QComboBox" name="audio">
291 <property name="editable">
292 <bool>true</bool>
293 </property>
294 <item>
295 <property name="text">
296 <string>FLAC</string>
297 </property>
298 </item>
299 <item>
300 <property name="text">
301 <string>Opus</string>
302 </property>
303 </item>
304 <item>
305 <property name="text">
306 <string>Vorbis</string>
307 </property>
308 </item>
309 <item>
310 <property name="text">
311 <string>MP3</string>
312 </property>
313 </item>
314 <item>
315 <property name="text">
316 <string>AAC</string>
317 </property>
318 </item>
319 <item>
320 <property name="text">
321 <string>Uncompressed</string>
322 </property>
323 </item>
324 </widget>
325 </item>
326 </layout>
327 </widget>
328 </item>
329 <item row="0" column="1">
330 <widget class="QGroupBox" name="bitrateBox">
331 <property name="title">
332 <string> Bitrate (kbps)</string>
333 </property>
334 <layout class="QGridLayout" name="gridLayout_3">
335 <item row="0" column="0">
336 <widget class="QLabel" name="label">
337 <property name="text">
338 <string>VBR </string>
339 </property>
340 <property name="alignment">
341 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
342 </property>
343 <property name="buddy">
344 <cstring>vbr</cstring>
345 </property>
346 </widget>
347 </item>
348 <item row="0" column="1">
349 <widget class="QSpinBox" name="vbr">
350 <property name="alignment">
351 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
352 </property>
353 <property name="suffix">
354 <string/>
355 </property>
356 <property name="maximum">
357 <number>10000</number>
358 </property>
359 <property name="value">
360 <number>400</number>
361 </property>
362 </widget>
363 </item>
364 <item row="1" column="1">
365 <widget class="QSpinBox" name="abr">
366 <property name="alignment">
367 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
368 </property>
369 <property name="minimum">
370 <number>16</number>
371 </property>
372 <property name="maximum">
373 <number>320</number>
374 </property>
375 <property name="value">
376 <number>128</number>
377 </property>
378 </widget>
379 </item>
380 <item row="1" column="0">
381 <widget class="QLabel" name="label_2">
382 <property name="text">
383 <string>ABR</string>
384 </property>
385 <property name="alignment">
386 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
387 </property>
388 <property name="buddy">
389 <cstring>abr</cstring>
390 </property>
391 </widget>
392 </item>
393 </layout>
394 </widget>
395 </item>
396 <item row="1" column="0" colspan="2">
397 <widget class="QGroupBox" name="dimensionsBox">
398 <property name="title">
399 <string>Dimensions</string>
400 </property>
401 <layout class="QGridLayout" name="gridLayout_4">
402 <item row="1" column="2">
403 <widget class="QLabel" name="label_4">
404 <property name="text">
405 <string>:</string>
406 </property>
407 <property name="alignment">
408 <set>Qt::AlignCenter</set>
409 </property>
410 </widget>
411 </item>
412 <item row="0" column="2">
413 <widget class="QLabel" name="label_3">
414 <property name="text">
415 <string>×</string>
416 </property>
417 <property name="alignment">
418 <set>Qt::AlignCenter</set>
419 </property>
420 </widget>
421 </item>
422 <item row="0" column="3">
423 <widget class="QSpinBox" name="height">
424 <property name="minimum">
425 <number>1</number>
426 </property>
427 <property name="maximum">
428 <number>3160</number>
429 </property>
430 </widget>
431 </item>
432 <item row="0" column="1">
433 <widget class="QSpinBox" name="width">
434 <property name="minimum">
435 <number>1</number>
436 </property>
437 <property name="maximum">
438 <number>3840</number>
439 </property>
440 </widget>
441 </item>
442 <item row="1" column="3">
443 <widget class="QSpinBox" name="hratio">
444 <property name="minimum">
445 <number>1</number>
446 </property>
447 <property name="maximum">
448 <number>9999</number>
449 </property>
450 </widget>
451 </item>
452 <item row="1" column="1">
453 <widget class="QSpinBox" name="wratio">
454 <property name="minimum">
455 <number>1</number>
456 </property>
457 <property name="maximum">
458 <number>9999</number>
459 </property>
460 </widget>
461 </item>
462 <item row="1" column="4">
463 <widget class="QCheckBox" name="lockRatio">
464 <property name="text">
465 <string>Lock aspect ratio</string>
466 </property>
467 </widget>
468 </item>
469 </layout>
470 </widget>
471 </item>
472 </layout>
473 </widget>
474 </item>
475 <item>
476 <layout class="QHBoxLayout" name="horizontalLayout">
477 <item>
478 <widget class="QCheckBox" name="showAdvanced">
479 <property name="text">
480 <string>Show advanced</string>
481 </property>
482 </widget>
483 </item>
484 <item>
485 <widget class="QDialogButtonBox" name="buttonBox">
486 <property name="standardButtons">
487 <set>QDialogButtonBox::Close</set>
488 </property>
489 </widget>
490 </item>
491 </layout>
492 </item>
493 </layout>
494 </widget>
495 <tabstops>
496 <tabstop>filename</tabstop>
497 <tabstop>start</tabstop>
498 <tabstop>stop</tabstop>
499 <tabstop>selectFile</tabstop>
500 <tabstop>presetHQ</tabstop>
501 <tabstop>presetYoutube</tabstop>
502 <tabstop>presetWebM</tabstop>
503 <tabstop>presetLossless</tabstop>
504 <tabstop>preset1080</tabstop>
505 <tabstop>preset720</tabstop>
506 <tabstop>preset480</tabstop>
507 <tabstop>presetNative</tabstop>
508 <tabstop>container</tabstop>
509 <tabstop>video</tabstop>
510 <tabstop>audio</tabstop>
511 <tabstop>vbr</tabstop>
512 <tabstop>abr</tabstop>
513 <tabstop>width</tabstop>
514 <tabstop>height</tabstop>
515 <tabstop>wratio</tabstop>
516 <tabstop>hratio</tabstop>
517 <tabstop>lockRatio</tabstop>
518 <tabstop>showAdvanced</tabstop>
519 </tabstops>
520 <resources/>
521 <connections/>
522 <buttongroups>
523 <buttongroup name="resolutions"/>
524 <buttongroup name="presets"/>
525 </buttongroups>
526</ui>