all repos — mgba @ 1584687c141cf9b00babf9bf299094419e6f0ccd

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