all repos — mgba @ 8708a0db52de758753a675bc646fb7b6cdafb874

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>220</height>
 11   </rect>
 12  </property>
 13  <property name="windowTitle">
 14   <string>Record GIF</string>
 15  </property>
 16  <layout class="QGridLayout" name="gridLayout_3">
 17   <property name="sizeConstraint">
 18    <enum>QLayout::SetFixedSize</enum>
 19   </property>
 20   <item row="1" column="0">
 21    <spacer name="horizontalSpacer_2">
 22     <property name="orientation">
 23      <enum>Qt::Horizontal</enum>
 24     </property>
 25     <property name="sizeHint" stdset="0">
 26      <size>
 27       <width>40</width>
 28       <height>20</height>
 29      </size>
 30     </property>
 31    </spacer>
 32   </item>
 33   <item row="1" column="1">
 34    <widget class="QLabel" name="label">
 35     <property name="text">
 36      <string>Frameskip</string>
 37     </property>
 38    </widget>
 39   </item>
 40   <item row="1" column="2">
 41    <widget class="QSpinBox" name="frameskip">
 42     <property name="value">
 43      <number>2</number>
 44     </property>
 45    </widget>
 46   </item>
 47   <item row="2" column="0" colspan="3">
 48    <widget class="QDialogButtonBox" name="buttonBox">
 49     <property name="standardButtons">
 50      <set>QDialogButtonBox::Close</set>
 51     </property>
 52    </widget>
 53   </item>
 54   <item row="0" column="0" colspan="3">
 55    <layout class="QGridLayout" name="gridLayout">
 56     <item row="1" column="0">
 57      <widget class="QPushButton" name="start">
 58       <property name="enabled">
 59        <bool>false</bool>
 60       </property>
 61       <property name="sizePolicy">
 62        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 63         <horstretch>0</horstretch>
 64         <verstretch>0</verstretch>
 65        </sizepolicy>
 66       </property>
 67       <property name="text">
 68        <string>Start</string>
 69       </property>
 70      </widget>
 71     </item>
 72     <item row="1" column="1">
 73      <widget class="QPushButton" name="stop">
 74       <property name="enabled">
 75        <bool>false</bool>
 76       </property>
 77       <property name="sizePolicy">
 78        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 79         <horstretch>0</horstretch>
 80         <verstretch>0</verstretch>
 81        </sizepolicy>
 82       </property>
 83       <property name="text">
 84        <string>Stop</string>
 85       </property>
 86      </widget>
 87     </item>
 88     <item row="1" column="2">
 89      <spacer name="horizontalSpacer">
 90       <property name="orientation">
 91        <enum>Qt::Horizontal</enum>
 92       </property>
 93       <property name="sizeHint" stdset="0">
 94        <size>
 95         <width>40</width>
 96         <height>20</height>
 97        </size>
 98       </property>
 99      </spacer>
100     </item>
101     <item row="1" column="3">
102      <widget class="QPushButton" name="selectFile">
103       <property name="sizePolicy">
104        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
105         <horstretch>0</horstretch>
106         <verstretch>0</verstretch>
107        </sizepolicy>
108       </property>
109       <property name="text">
110        <string>Select File</string>
111       </property>
112      </widget>
113     </item>
114     <item row="0" column="0" colspan="4">
115      <widget class="QLineEdit" name="filename">
116       <property name="sizePolicy">
117        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
118         <horstretch>1</horstretch>
119         <verstretch>0</verstretch>
120        </sizepolicy>
121       </property>
122      </widget>
123     </item>
124    </layout>
125   </item>
126  </layout>
127 </widget>
128 <resources/>
129 <connections>
130  <connection>
131   <sender>buttonBox</sender>
132   <signal>rejected()</signal>
133   <receiver>GIFView</receiver>
134   <slot>close()</slot>
135   <hints>
136    <hint type="sourcelabel">
137     <x>138</x>
138     <y>226</y>
139    </hint>
140    <hint type="destinationlabel">
141     <x>138</x>
142     <y>123</y>
143    </hint>
144   </hints>
145  </connection>
146 </connections>
147</ui>