|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>RecordingOptions</class> |
|
4 <widget class="QDialog" name="RecordingOptions"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>469</width> |
|
10 <height>142</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Video options</string> |
|
15 </property> |
|
16 <layout class="QGridLayout" name="gridLayout" columnstretch="0,2,0"> |
|
17 <property name="sizeConstraint"> |
|
18 <enum>QLayout::SetMinAndMaxSize</enum> |
|
19 </property> |
|
20 <property name="leftMargin"> |
|
21 <number>16</number> |
|
22 </property> |
|
23 <property name="topMargin"> |
|
24 <number>0</number> |
|
25 </property> |
|
26 <property name="rightMargin"> |
|
27 <number>16</number> |
|
28 </property> |
|
29 <property name="bottomMargin"> |
|
30 <number>8</number> |
|
31 </property> |
|
32 <property name="horizontalSpacing"> |
|
33 <number>16</number> |
|
34 </property> |
|
35 <property name="verticalSpacing"> |
|
36 <number>0</number> |
|
37 </property> |
|
38 <item row="0" column="1"> |
|
39 <widget class="QLineEdit" name="file"/> |
|
40 </item> |
|
41 <item row="0" column="2" rowspan="3"> |
|
42 <spacer name="verticalSpacer"> |
|
43 <property name="orientation"> |
|
44 <enum>Qt::Vertical</enum> |
|
45 </property> |
|
46 <property name="sizeHint" stdset="0"> |
|
47 <size> |
|
48 <width>72</width> |
|
49 <height>56</height> |
|
50 </size> |
|
51 </property> |
|
52 </spacer> |
|
53 </item> |
|
54 <item row="1" column="0"> |
|
55 <widget class="QLabel" name="label_4"> |
|
56 <property name="text"> |
|
57 <string>Size</string> |
|
58 </property> |
|
59 </widget> |
|
60 </item> |
|
61 <item row="1" column="1"> |
|
62 <widget class="QComboBox" name="sizeCombo"> |
|
63 <item> |
|
64 <property name="text"> |
|
65 <string/> |
|
66 </property> |
|
67 </item> |
|
68 <item> |
|
69 <property name="text"> |
|
70 <string>VGA</string> |
|
71 </property> |
|
72 </item> |
|
73 <item> |
|
74 <property name="text"> |
|
75 <string>QVGA</string> |
|
76 </property> |
|
77 </item> |
|
78 <item> |
|
79 <property name="text"> |
|
80 <string>720p</string> |
|
81 </property> |
|
82 </item> |
|
83 </widget> |
|
84 </item> |
|
85 <item row="2" column="0" rowspan="2"> |
|
86 <widget class="QLabel" name="rateLabel"> |
|
87 <property name="text"> |
|
88 <string>Rate</string> |
|
89 </property> |
|
90 </widget> |
|
91 </item> |
|
92 <item row="2" column="1" rowspan="2"> |
|
93 <widget class="QComboBox" name="rateCombo"> |
|
94 <item> |
|
95 <property name="text"> |
|
96 <string>60 Hz</string> |
|
97 </property> |
|
98 </item> |
|
99 <item> |
|
100 <property name="text"> |
|
101 <string>50 Hz</string> |
|
102 </property> |
|
103 </item> |
|
104 <item> |
|
105 <property name="text"> |
|
106 <string>25 Hz</string> |
|
107 </property> |
|
108 </item> |
|
109 <item> |
|
110 <property name="text"> |
|
111 <string>24 Hz</string> |
|
112 </property> |
|
113 </item> |
|
114 <item> |
|
115 <property name="text"> |
|
116 <string>20 Hz</string> |
|
117 </property> |
|
118 </item> |
|
119 <item> |
|
120 <property name="text"> |
|
121 <string>15 Hz</string> |
|
122 </property> |
|
123 </item> |
|
124 <item> |
|
125 <property name="text"> |
|
126 <string>10 Hz</string> |
|
127 </property> |
|
128 </item> |
|
129 </widget> |
|
130 </item> |
|
131 <item row="5" column="1"> |
|
132 <widget class="QLineEdit" name="args"/> |
|
133 </item> |
|
134 <item row="4" column="1"> |
|
135 <widget class="QComboBox" name="profile"/> |
|
136 </item> |
|
137 <item row="4" column="0"> |
|
138 <widget class="QLabel" name="profileLabel"> |
|
139 <property name="text"> |
|
140 <string>Profile</string> |
|
141 </property> |
|
142 </widget> |
|
143 </item> |
|
144 <item row="6" column="0" colspan="2"> |
|
145 <widget class="QLabel" name="warning"> |
|
146 <property name="text"> |
|
147 <string notr="true">warning</string> |
|
148 </property> |
|
149 <property name="wordWrap"> |
|
150 <bool>true</bool> |
|
151 </property> |
|
152 </widget> |
|
153 </item> |
|
154 <item row="4" column="2" rowspan="3"> |
|
155 <widget class="QDialogButtonBox" name="buttonBox"> |
|
156 <property name="orientation"> |
|
157 <enum>Qt::Vertical</enum> |
|
158 </property> |
|
159 <property name="standardButtons"> |
|
160 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
161 </property> |
|
162 </widget> |
|
163 </item> |
|
164 <item row="0" column="0"> |
|
165 <widget class="QPushButton" name="pickfile"> |
|
166 <property name="text"> |
|
167 <string>File</string> |
|
168 </property> |
|
169 </widget> |
|
170 </item> |
|
171 <item row="5" column="0"> |
|
172 <widget class="QPushButton" name="ffmpegHelp"> |
|
173 <property name="text"> |
|
174 <string>Options</string> |
|
175 </property> |
|
176 </widget> |
|
177 </item> |
|
178 </layout> |
|
179 </widget> |
|
180 <resources/> |
|
181 <connections> |
|
182 <connection> |
|
183 <sender>buttonBox</sender> |
|
184 <signal>accepted()</signal> |
|
185 <receiver>RecordingOptions</receiver> |
|
186 <slot>accept()</slot> |
|
187 <hints> |
|
188 <hint type="sourcelabel"> |
|
189 <x>258</x> |
|
190 <y>424</y> |
|
191 </hint> |
|
192 <hint type="destinationlabel"> |
|
193 <x>60</x> |
|
194 <y>219</y> |
|
195 </hint> |
|
196 </hints> |
|
197 </connection> |
|
198 <connection> |
|
199 <sender>buttonBox</sender> |
|
200 <signal>rejected()</signal> |
|
201 <receiver>RecordingOptions</receiver> |
|
202 <slot>reject()</slot> |
|
203 <hints> |
|
204 <hint type="sourcelabel"> |
|
205 <x>258</x> |
|
206 <y>424</y> |
|
207 </hint> |
|
208 <hint type="destinationlabel"> |
|
209 <x>92</x> |
|
210 <y>219</y> |
|
211 </hint> |
|
212 </hints> |
|
213 </connection> |
|
214 <connection> |
|
215 <sender>profile</sender> |
|
216 <signal>activated(int)</signal> |
|
217 <receiver>RecordingOptions</receiver> |
|
218 <slot>pickProfile(int)</slot> |
|
219 <hints> |
|
220 <hint type="sourcelabel"> |
|
221 <x>92</x> |
|
222 <y>329</y> |
|
223 </hint> |
|
224 <hint type="destinationlabel"> |
|
225 <x>48</x> |
|
226 <y>194</y> |
|
227 </hint> |
|
228 </hints> |
|
229 </connection> |
|
230 <connection> |
|
231 <sender>args</sender> |
|
232 <signal>textEdited(QString)</signal> |
|
233 <receiver>RecordingOptions</receiver> |
|
234 <slot>storeCustomArgs(QString)</slot> |
|
235 <hints> |
|
236 <hint type="sourcelabel"> |
|
237 <x>128</x> |
|
238 <y>357</y> |
|
239 </hint> |
|
240 <hint type="destinationlabel"> |
|
241 <x>102</x> |
|
242 <y>189</y> |
|
243 </hint> |
|
244 </hints> |
|
245 </connection> |
|
246 </connections> |
|
247 <slots> |
|
248 <signal>filePicked(QString)</signal> |
|
249 <signal>argumentsPicked(QString)</signal> |
|
250 <slot>pickFile()</slot> |
|
251 <slot>pickProfile(int)</slot> |
|
252 <slot>storeCustomArgs(QString)</slot> |
|
253 </slots> |
|
254 </ui> |