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>462</width>
10 <height>194</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="QGridLayout" name="gridLayout_2">
23 <property name="sizeConstraint">
24 <enum>QLayout::SetFixedSize</enum>
25 </property>
26 <item row="0" column="0" rowspan="2">
27 <widget class="QGroupBox" name="groupBox_4">
28 <property name="title">
29 <string>Format</string>
30 </property>
31 <layout class="QVBoxLayout" name="verticalLayout_6">
32 <item>
33 <widget class="QComboBox" name="container">
34 <property name="editable">
35 <bool>true</bool>
36 </property>
37 <item>
38 <property name="text">
39 <string>MKV</string>
40 </property>
41 </item>
42 <item>
43 <property name="text">
44 <string>AVI</string>
45 </property>
46 </item>
47 <item>
48 <property name="text">
49 <string>MP4</string>
50 </property>
51 </item>
52 </widget>
53 </item>
54 <item>
55 <widget class="QComboBox" name="video">
56 <property name="editable">
57 <bool>true</bool>
58 </property>
59 <item>
60 <property name="text">
61 <string>PNG</string>
62 </property>
63 </item>
64 <item>
65 <property name="text">
66 <string>h.264</string>
67 </property>
68 </item>
69 <item>
70 <property name="text">
71 <string>FFV1</string>
72 </property>
73 </item>
74 </widget>
75 </item>
76 <item>
77 <widget class="QComboBox" name="audio">
78 <property name="editable">
79 <bool>true</bool>
80 </property>
81 <item>
82 <property name="text">
83 <string>FLAC</string>
84 </property>
85 </item>
86 <item>
87 <property name="text">
88 <string>Vorbis</string>
89 </property>
90 </item>
91 <item>
92 <property name="text">
93 <string>MP3</string>
94 </property>
95 </item>
96 <item>
97 <property name="text">
98 <string>AAC</string>
99 </property>
100 </item>
101 <item>
102 <property name="text">
103 <string>Uncompressed</string>
104 </property>
105 </item>
106 </widget>
107 </item>
108 </layout>
109 </widget>
110 </item>
111 <item row="1" column="1">
112 <widget class="QGroupBox" name="groupBox">
113 <property name="title">
114 <string> Bitrate</string>
115 </property>
116 <layout class="QHBoxLayout" name="horizontalLayout">
117 <item>
118 <widget class="QLabel" name="label">
119 <property name="text">
120 <string>Video</string>
121 </property>
122 <property name="alignment">
123 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
124 </property>
125 <property name="buddy">
126 <cstring>vbr</cstring>
127 </property>
128 </widget>
129 </item>
130 <item>
131 <widget class="QSpinBox" name="vbr">
132 <property name="suffix">
133 <string/>
134 </property>
135 <property name="minimum">
136 <number>200</number>
137 </property>
138 <property name="maximum">
139 <number>2000</number>
140 </property>
141 <property name="value">
142 <number>400</number>
143 </property>
144 </widget>
145 </item>
146 <item>
147 <widget class="QLabel" name="label_2">
148 <property name="text">
149 <string>Audio</string>
150 </property>
151 <property name="alignment">
152 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
153 </property>
154 <property name="buddy">
155 <cstring>abr</cstring>
156 </property>
157 </widget>
158 </item>
159 <item>
160 <widget class="QSpinBox" name="abr">
161 <property name="minimum">
162 <number>16</number>
163 </property>
164 <property name="maximum">
165 <number>320</number>
166 </property>
167 <property name="value">
168 <number>192</number>
169 </property>
170 </widget>
171 </item>
172 </layout>
173 </widget>
174 </item>
175 <item row="0" column="1">
176 <layout class="QGridLayout" name="gridLayout">
177 <item row="1" column="0">
178 <widget class="QPushButton" name="start">
179 <property name="enabled">
180 <bool>false</bool>
181 </property>
182 <property name="sizePolicy">
183 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
184 <horstretch>0</horstretch>
185 <verstretch>0</verstretch>
186 </sizepolicy>
187 </property>
188 <property name="text">
189 <string>Start</string>
190 </property>
191 </widget>
192 </item>
193 <item row="1" column="1">
194 <widget class="QPushButton" name="stop">
195 <property name="enabled">
196 <bool>false</bool>
197 </property>
198 <property name="sizePolicy">
199 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
200 <horstretch>0</horstretch>
201 <verstretch>0</verstretch>
202 </sizepolicy>
203 </property>
204 <property name="text">
205 <string>Stop</string>
206 </property>
207 </widget>
208 </item>
209 <item row="1" column="2">
210 <widget class="QPushButton" name="selectFile">
211 <property name="sizePolicy">
212 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
213 <horstretch>0</horstretch>
214 <verstretch>0</verstretch>
215 </sizepolicy>
216 </property>
217 <property name="text">
218 <string>Select File</string>
219 </property>
220 </widget>
221 </item>
222 <item row="0" column="0" colspan="3">
223 <widget class="QLineEdit" name="filename">
224 <property name="sizePolicy">
225 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
226 <horstretch>1</horstretch>
227 <verstretch>0</verstretch>
228 </sizepolicy>
229 </property>
230 </widget>
231 </item>
232 </layout>
233 </item>
234 <item row="2" column="0" colspan="2">
235 <widget class="QDialogButtonBox" name="buttonBox">
236 <property name="standardButtons">
237 <set>QDialogButtonBox::Close</set>
238 </property>
239 </widget>
240 </item>
241 </layout>
242 </widget>
243 <tabstops>
244 <tabstop>filename</tabstop>
245 <tabstop>start</tabstop>
246 <tabstop>stop</tabstop>
247 <tabstop>selectFile</tabstop>
248 <tabstop>container</tabstop>
249 <tabstop>video</tabstop>
250 <tabstop>audio</tabstop>
251 <tabstop>vbr</tabstop>
252 <tabstop>abr</tabstop>
253 </tabstops>
254 <resources/>
255 <connections/>
256</ui>