all repos — mgba @ 3c18fe162c2c76eca80692d37083f6809bae4c8d

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>342</width>
 10    <height>124</height>
 11   </rect>
 12  </property>
 13  <property name="windowTitle">
 14   <string>Record GIF</string>
 15  </property>
 16  <layout class="QVBoxLayout" name="verticalLayout">
 17   <property name="sizeConstraint">
 18    <enum>QLayout::SetFixedSize</enum>
 19   </property>
 20   <item>
 21    <layout class="QGridLayout" name="gridLayout">
 22     <item row="1" column="0">
 23      <widget class="QPushButton" name="start">
 24       <property name="enabled">
 25        <bool>false</bool>
 26       </property>
 27       <property name="sizePolicy">
 28        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 29         <horstretch>0</horstretch>
 30         <verstretch>0</verstretch>
 31        </sizepolicy>
 32       </property>
 33       <property name="text">
 34        <string>Start</string>
 35       </property>
 36      </widget>
 37     </item>
 38     <item row="1" column="1">
 39      <widget class="QPushButton" name="stop">
 40       <property name="enabled">
 41        <bool>false</bool>
 42       </property>
 43       <property name="sizePolicy">
 44        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 45         <horstretch>0</horstretch>
 46         <verstretch>0</verstretch>
 47        </sizepolicy>
 48       </property>
 49       <property name="text">
 50        <string>Stop</string>
 51       </property>
 52      </widget>
 53     </item>
 54     <item row="1" column="3">
 55      <widget class="QPushButton" name="selectFile">
 56       <property name="sizePolicy">
 57        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 58         <horstretch>0</horstretch>
 59         <verstretch>0</verstretch>
 60        </sizepolicy>
 61       </property>
 62       <property name="text">
 63        <string>Select File</string>
 64       </property>
 65      </widget>
 66     </item>
 67     <item row="0" column="0" colspan="4">
 68      <widget class="QLineEdit" name="filename">
 69       <property name="sizePolicy">
 70        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 71         <horstretch>1</horstretch>
 72         <verstretch>0</verstretch>
 73        </sizepolicy>
 74       </property>
 75      </widget>
 76     </item>
 77     <item row="1" column="2">
 78      <spacer name="horizontalSpacer">
 79       <property name="orientation">
 80        <enum>Qt::Horizontal</enum>
 81       </property>
 82       <property name="sizeHint" stdset="0">
 83        <size>
 84         <width>40</width>
 85         <height>20</height>
 86        </size>
 87       </property>
 88      </spacer>
 89     </item>
 90    </layout>
 91   </item>
 92   <item>
 93    <widget class="QDialogButtonBox" name="buttonBox">
 94     <property name="standardButtons">
 95      <set>QDialogButtonBox::Close</set>
 96     </property>
 97    </widget>
 98   </item>
 99  </layout>
100 </widget>
101 <resources/>
102 <connections/>
103</ui>