all repos — mgba @ 3dfc2bfcb34306cf5108e4b7e998aa3cdffb4389

mGBA Game Boy Advance Emulator

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>Xvid</string>
 72         </property>
 73        </item>
 74        <item>
 75         <property name="text">
 76          <string>Uncompressed</string>
 77         </property>
 78        </item>
 79       </widget>
 80      </item>
 81      <item>
 82       <widget class="QComboBox" name="audio">
 83        <property name="editable">
 84         <bool>true</bool>
 85        </property>
 86        <item>
 87         <property name="text">
 88          <string>FLAC</string>
 89         </property>
 90        </item>
 91        <item>
 92         <property name="text">
 93          <string>Vorbis</string>
 94         </property>
 95        </item>
 96        <item>
 97         <property name="text">
 98          <string>MP3</string>
 99         </property>
100        </item>
101        <item>
102         <property name="text">
103          <string>AAC</string>
104         </property>
105        </item>
106        <item>
107         <property name="text">
108          <string>Uncompressed</string>
109         </property>
110        </item>
111       </widget>
112      </item>
113     </layout>
114    </widget>
115   </item>
116   <item row="1" column="1">
117    <widget class="QGroupBox" name="groupBox">
118     <property name="title">
119      <string> Bitrate</string>
120     </property>
121     <layout class="QHBoxLayout" name="horizontalLayout">
122      <item>
123       <widget class="QLabel" name="label">
124        <property name="text">
125         <string>Video</string>
126        </property>
127        <property name="alignment">
128         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
129        </property>
130        <property name="buddy">
131         <cstring>vbr</cstring>
132        </property>
133       </widget>
134      </item>
135      <item>
136       <widget class="QSpinBox" name="vbr">
137        <property name="suffix">
138         <string/>
139        </property>
140        <property name="minimum">
141         <number>200</number>
142        </property>
143        <property name="maximum">
144         <number>9999</number>
145        </property>
146        <property name="value">
147         <number>800</number>
148        </property>
149       </widget>
150      </item>
151      <item>
152       <widget class="QLabel" name="label_2">
153        <property name="text">
154         <string>Audio</string>
155        </property>
156        <property name="alignment">
157         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
158        </property>
159        <property name="buddy">
160         <cstring>abr</cstring>
161        </property>
162       </widget>
163      </item>
164      <item>
165       <widget class="QSpinBox" name="abr">
166        <property name="minimum">
167         <number>16</number>
168        </property>
169        <property name="maximum">
170         <number>320</number>
171        </property>
172        <property name="value">
173         <number>192</number>
174        </property>
175       </widget>
176      </item>
177     </layout>
178    </widget>
179   </item>
180   <item row="0" column="1">
181    <layout class="QGridLayout" name="gridLayout">
182     <item row="1" column="0">
183      <widget class="QPushButton" name="start">
184       <property name="enabled">
185        <bool>false</bool>
186       </property>
187       <property name="sizePolicy">
188        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
189         <horstretch>0</horstretch>
190         <verstretch>0</verstretch>
191        </sizepolicy>
192       </property>
193       <property name="text">
194        <string>Start</string>
195       </property>
196      </widget>
197     </item>
198     <item row="1" column="1">
199      <widget class="QPushButton" name="stop">
200       <property name="enabled">
201        <bool>false</bool>
202       </property>
203       <property name="sizePolicy">
204        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
205         <horstretch>0</horstretch>
206         <verstretch>0</verstretch>
207        </sizepolicy>
208       </property>
209       <property name="text">
210        <string>Stop</string>
211       </property>
212      </widget>
213     </item>
214     <item row="1" column="2">
215      <widget class="QPushButton" name="selectFile">
216       <property name="sizePolicy">
217        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
218         <horstretch>0</horstretch>
219         <verstretch>0</verstretch>
220        </sizepolicy>
221       </property>
222       <property name="text">
223        <string>Select File</string>
224       </property>
225      </widget>
226     </item>
227     <item row="0" column="0" colspan="3">
228      <widget class="QLineEdit" name="filename">
229       <property name="sizePolicy">
230        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
231         <horstretch>1</horstretch>
232         <verstretch>0</verstretch>
233        </sizepolicy>
234       </property>
235      </widget>
236     </item>
237    </layout>
238   </item>
239   <item row="2" column="0" colspan="2">
240    <widget class="QDialogButtonBox" name="buttonBox">
241     <property name="standardButtons">
242      <set>QDialogButtonBox::Close</set>
243     </property>
244    </widget>
245   </item>
246  </layout>
247 </widget>
248 <tabstops>
249  <tabstop>filename</tabstop>
250  <tabstop>start</tabstop>
251  <tabstop>stop</tabstop>
252  <tabstop>selectFile</tabstop>
253  <tabstop>container</tabstop>
254  <tabstop>video</tabstop>
255  <tabstop>audio</tabstop>
256  <tabstop>vbr</tabstop>
257  <tabstop>abr</tabstop>
258 </tabstops>
259 <resources/>
260 <connections/>
261</ui>