all repos — mgba @ 9dc49df0bca23925cfcc8193a1770463fd9916cf

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