all repos — mgba @ dc5fb14fa18c31812bc2bbab72b718a7846113c2

mGBA Game Boy Advance Emulator

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

  1<?xml version="1.0" encoding="UTF-8"?>
  2<ui version="4.0">
  3 <class>CheatsView</class>
  4 <widget class="QWidget" name="CheatsView">
  5  <property name="geometry">
  6   <rect>
  7    <x>0</x>
  8    <y>0</y>
  9    <width>422</width>
 10    <height>389</height>
 11   </rect>
 12  </property>
 13  <property name="windowTitle">
 14   <string>Cheats</string>
 15  </property>
 16  <layout class="QGridLayout" name="gridLayout">
 17   <item row="2" column="1" colspan="2">
 18    <widget class="QPushButton" name="remove">
 19     <property name="enabled">
 20      <bool>false</bool>
 21     </property>
 22     <property name="text">
 23      <string>Remove</string>
 24     </property>
 25    </widget>
 26   </item>
 27   <item row="0" column="1" colspan="2">
 28    <widget class="QPushButton" name="addSet">
 29     <property name="text">
 30      <string>Add New Set</string>
 31     </property>
 32    </widget>
 33   </item>
 34   <item row="7" column="1" colspan="2">
 35    <widget class="QPushButton" name="addGSA">
 36     <property name="text">
 37      <string>Add GameShark</string>
 38     </property>
 39    </widget>
 40   </item>
 41   <item row="8" column="1" colspan="2">
 42    <widget class="QPushButton" name="addPAR">
 43     <property name="enabled">
 44      <bool>false</bool>
 45     </property>
 46     <property name="text">
 47      <string>Add Pro Action Replay</string>
 48     </property>
 49    </widget>
 50   </item>
 51   <item row="9" column="1" colspan="2">
 52    <widget class="QPushButton" name="addCB">
 53     <property name="text">
 54      <string>Add CodeBreaker</string>
 55     </property>
 56    </widget>
 57   </item>
 58   <item row="1" column="1">
 59    <widget class="QPushButton" name="load">
 60     <property name="text">
 61      <string>Load</string>
 62     </property>
 63    </widget>
 64   </item>
 65   <item row="6" column="1" colspan="2">
 66    <widget class="QPushButton" name="add">
 67     <property name="text">
 68      <string>Add</string>
 69     </property>
 70    </widget>
 71   </item>
 72   <item row="1" column="2">
 73    <widget class="QPushButton" name="save">
 74     <property name="enabled">
 75      <bool>false</bool>
 76     </property>
 77     <property name="text">
 78      <string>Save</string>
 79     </property>
 80    </widget>
 81   </item>
 82   <item row="3" column="1" colspan="2">
 83    <widget class="Line" name="line">
 84     <property name="orientation">
 85      <enum>Qt::Horizontal</enum>
 86     </property>
 87    </widget>
 88   </item>
 89   <item row="0" column="0" rowspan="10">
 90    <widget class="QTreeView" name="cheatList">
 91     <property name="sizePolicy">
 92      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
 93       <horstretch>0</horstretch>
 94       <verstretch>0</verstretch>
 95      </sizepolicy>
 96     </property>
 97     <property name="defaultDropAction">
 98      <enum>Qt::MoveAction</enum>
 99     </property>
100     <property name="headerHidden">
101      <bool>true</bool>
102     </property>
103    </widget>
104   </item>
105   <item row="4" column="1" rowspan="2" colspan="2">
106    <widget class="QPlainTextEdit" name="codeEntry">
107     <property name="sizePolicy">
108      <sizepolicy hsizetype="Maximum" vsizetype="Expanding">
109       <horstretch>0</horstretch>
110       <verstretch>0</verstretch>
111      </sizepolicy>
112     </property>
113     <property name="maximumSize">
114      <size>
115       <width>180</width>
116       <height>16777215</height>
117      </size>
118     </property>
119     <property name="font">
120      <font>
121       <family>Courier New</family>
122      </font>
123     </property>
124    </widget>
125   </item>
126  </layout>
127 </widget>
128 <tabstops>
129  <tabstop>cheatList</tabstop>
130  <tabstop>addSet</tabstop>
131  <tabstop>load</tabstop>
132  <tabstop>codeEntry</tabstop>
133  <tabstop>add</tabstop>
134  <tabstop>addGSA</tabstop>
135  <tabstop>addPAR</tabstop>
136  <tabstop>addCB</tabstop>
137 </tabstops>
138 <resources/>
139 <connections/>
140</ui>