all repos — mgba @ 2f643d79445b3cfb4d84ea6167d2c0bf005b855c

mGBA Game Boy Advance Emulator

src/platform/qt/GIFView.ui (view raw)

  1<?xml version="1.0" encoding="UTF-8"?>
  2<ui version="4.0">
  3 <class>GIFView</class>
  4 <widget class="QWidget" name="GIFView">
  5  <property name="geometry">
  6   <rect>
  7    <x>0</x>
  8    <y>0</y>
  9    <width>392</width>
 10    <height>262</height>
 11   </rect>
 12  </property>
 13  <property name="windowTitle">
 14   <string>Record GIF/APNG</string>
 15  </property>
 16  <layout class="QGridLayout" name="gridLayout_3">
 17   <property name="sizeConstraint">
 18    <enum>QLayout::SetFixedSize</enum>
 19   </property>
 20   <item row="2" column="0">
 21    <widget class="QRadioButton" name="fmtApng">
 22     <property name="text">
 23      <string>APNG</string>
 24     </property>
 25     <attribute name="buttonGroup">
 26      <string notr="true">format</string>
 27     </attribute>
 28    </widget>
 29   </item>
 30   <item row="2" column="2">
 31    <widget class="QSpinBox" name="frameskip">
 32     <property name="sizePolicy">
 33      <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 34       <horstretch>0</horstretch>
 35       <verstretch>0</verstretch>
 36      </sizepolicy>
 37     </property>
 38     <property name="maximum">
 39      <number>9</number>
 40     </property>
 41     <property name="value">
 42      <number>2</number>
 43     </property>
 44    </widget>
 45   </item>
 46   <item row="0" column="0" colspan="3">
 47    <layout class="QGridLayout" name="gridLayout">
 48     <item row="1" column="0">
 49      <widget class="QPushButton" name="start">
 50       <property name="enabled">
 51        <bool>false</bool>
 52       </property>
 53       <property name="sizePolicy">
 54        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 55         <horstretch>0</horstretch>
 56         <verstretch>0</verstretch>
 57        </sizepolicy>
 58       </property>
 59       <property name="text">
 60        <string>Start</string>
 61       </property>
 62      </widget>
 63     </item>
 64     <item row="1" column="1">
 65      <widget class="QPushButton" name="stop">
 66       <property name="enabled">
 67        <bool>false</bool>
 68       </property>
 69       <property name="sizePolicy">
 70        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 71         <horstretch>0</horstretch>
 72         <verstretch>0</verstretch>
 73        </sizepolicy>
 74       </property>
 75       <property name="text">
 76        <string>Stop</string>
 77       </property>
 78      </widget>
 79     </item>
 80     <item row="1" column="2">
 81      <spacer name="horizontalSpacer">
 82       <property name="orientation">
 83        <enum>Qt::Horizontal</enum>
 84       </property>
 85       <property name="sizeHint" stdset="0">
 86        <size>
 87         <width>40</width>
 88         <height>20</height>
 89        </size>
 90       </property>
 91      </spacer>
 92     </item>
 93     <item row="1" column="3">
 94      <widget class="QPushButton" name="selectFile">
 95       <property name="sizePolicy">
 96        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 97         <horstretch>0</horstretch>
 98         <verstretch>0</verstretch>
 99        </sizepolicy>
100       </property>
101       <property name="text">
102        <string>Select File</string>
103       </property>
104      </widget>
105     </item>
106     <item row="0" column="0" colspan="4">
107      <widget class="QLineEdit" name="filename">
108       <property name="sizePolicy">
109        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
110         <horstretch>1</horstretch>
111         <verstretch>0</verstretch>
112        </sizepolicy>
113       </property>
114      </widget>
115     </item>
116    </layout>
117   </item>
118   <item row="2" column="1">
119    <widget class="QLabel" name="label">
120     <property name="text">
121      <string>Frameskip</string>
122     </property>
123    </widget>
124   </item>
125   <item row="3" column="0" colspan="3">
126    <widget class="QDialogButtonBox" name="buttonBox">
127     <property name="standardButtons">
128      <set>QDialogButtonBox::Close</set>
129     </property>
130    </widget>
131   </item>
132   <item row="1" column="0">
133    <widget class="QRadioButton" name="fmtGif">
134     <property name="text">
135      <string>GIF</string>
136     </property>
137     <property name="checked">
138      <bool>true</bool>
139     </property>
140     <attribute name="buttonGroup">
141      <string notr="true">format</string>
142     </attribute>
143    </widget>
144   </item>
145   <item row="1" column="1" colspan="2">
146    <widget class="QCheckBox" name="loop">
147     <property name="text">
148      <string>Loop</string>
149     </property>
150     <property name="checked">
151      <bool>true</bool>
152     </property>
153    </widget>
154   </item>
155  </layout>
156 </widget>
157 <tabstops>
158  <tabstop>filename</tabstop>
159  <tabstop>start</tabstop>
160  <tabstop>stop</tabstop>
161  <tabstop>selectFile</tabstop>
162  <tabstop>fmtGif</tabstop>
163  <tabstop>fmtApng</tabstop>
164  <tabstop>loop</tabstop>
165  <tabstop>frameskip</tabstop>
166 </tabstops>
167 <resources/>
168 <connections>
169  <connection>
170   <sender>buttonBox</sender>
171   <signal>rejected()</signal>
172   <receiver>GIFView</receiver>
173   <slot>close()</slot>
174   <hints>
175    <hint type="sourcelabel">
176     <x>138</x>
177     <y>226</y>
178    </hint>
179    <hint type="destinationlabel">
180     <x>138</x>
181     <y>123</y>
182    </hint>
183   </hints>
184  </connection>
185 </connections>
186 <buttongroups>
187  <buttongroup name="format"/>
188 </buttongroups>
189</ui>