all repos — mgba @ bd9a9e445e782e2bf623f5212060db5fbe60cc4b

mGBA Game Boy Advance Emulator

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

  1<?xml version="1.0" encoding="UTF-8"?>
  2<ui version="4.0">
  3 <class>MemorySearch</class>
  4 <widget class="QWidget" name="MemorySearch">
  5  <property name="geometry">
  6   <rect>
  7    <x>0</x>
  8    <y>0</y>
  9    <width>631</width>
 10    <height>378</height>
 11   </rect>
 12  </property>
 13  <property name="minimumSize">
 14   <size>
 15    <width>540</width>
 16    <height>241</height>
 17   </size>
 18  </property>
 19  <property name="windowTitle">
 20   <string>Form</string>
 21  </property>
 22  <layout class="QGridLayout" name="gridLayout">
 23   <item row="0" column="1">
 24    <widget class="QTableWidget" name="results">
 25     <property name="sizePolicy">
 26      <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
 27       <horstretch>1</horstretch>
 28       <verstretch>0</verstretch>
 29      </sizepolicy>
 30     </property>
 31     <property name="selectionBehavior">
 32      <enum>QAbstractItemView::SelectRows</enum>
 33     </property>
 34     <property name="showGrid">
 35      <bool>false</bool>
 36     </property>
 37     <attribute name="verticalHeaderVisible">
 38      <bool>false</bool>
 39     </attribute>
 40     <column>
 41      <property name="text">
 42       <string>Address</string>
 43      </property>
 44     </column>
 45     <column>
 46      <property name="text">
 47       <string>Current Value</string>
 48      </property>
 49     </column>
 50     <column>
 51      <property name="text">
 52       <string>Type</string>
 53      </property>
 54     </column>
 55    </widget>
 56   </item>
 57   <item row="0" column="0">
 58    <layout class="QFormLayout" name="formLayout">
 59     <item row="0" column="0">
 60      <widget class="QLabel" name="label">
 61       <property name="text">
 62        <string>Value</string>
 63       </property>
 64      </widget>
 65     </item>
 66     <item row="0" column="1">
 67      <widget class="QLineEdit" name="value"/>
 68     </item>
 69     <item row="1" column="0">
 70      <widget class="QLabel" name="label_2">
 71       <property name="text">
 72        <string>Type</string>
 73       </property>
 74      </widget>
 75     </item>
 76     <item row="1" column="1">
 77      <widget class="QRadioButton" name="typeNum">
 78       <property name="text">
 79        <string>Numeric</string>
 80       </property>
 81       <property name="checked">
 82        <bool>true</bool>
 83       </property>
 84       <attribute name="buttonGroup">
 85        <string notr="true">type</string>
 86       </attribute>
 87      </widget>
 88     </item>
 89     <item row="2" column="1">
 90      <widget class="QRadioButton" name="typeStr">
 91       <property name="text">
 92        <string>Text</string>
 93       </property>
 94       <attribute name="buttonGroup">
 95        <string notr="true">type</string>
 96       </attribute>
 97      </widget>
 98     </item>
 99     <item row="3" column="0">
100      <widget class="QLabel" name="label_3">
101       <property name="text">
102        <string>Width</string>
103       </property>
104      </widget>
105     </item>
106     <item row="3" column="1">
107      <widget class="QRadioButton" name="bits8">
108       <property name="text">
109        <string>1 Byte (8-bit)</string>
110       </property>
111       <attribute name="buttonGroup">
112        <string notr="true">width</string>
113       </attribute>
114      </widget>
115     </item>
116     <item row="4" column="1">
117      <widget class="QRadioButton" name="bits16">
118       <property name="text">
119        <string>2 Bytes (16-bit)</string>
120       </property>
121       <attribute name="buttonGroup">
122        <string notr="true">width</string>
123       </attribute>
124      </widget>
125     </item>
126     <item row="5" column="1">
127      <widget class="QRadioButton" name="bits32">
128       <property name="text">
129        <string>4 Bytes (32-bit)</string>
130       </property>
131       <property name="checked">
132        <bool>true</bool>
133       </property>
134       <attribute name="buttonGroup">
135        <string notr="true">width</string>
136       </attribute>
137      </widget>
138     </item>
139     <item row="6" column="0">
140      <widget class="QLabel" name="label_4">
141       <property name="text">
142        <string>Number type</string>
143       </property>
144      </widget>
145     </item>
146     <item row="6" column="1">
147      <widget class="QRadioButton" name="numHex">
148       <property name="text">
149        <string>Hexadecimal</string>
150       </property>
151       <property name="checked">
152        <bool>true</bool>
153       </property>
154      </widget>
155     </item>
156     <item row="7" column="1">
157      <widget class="QRadioButton" name="numDec">
158       <property name="text">
159        <string>Decimal</string>
160       </property>
161      </widget>
162     </item>
163     <item row="8" column="1">
164      <widget class="QRadioButton" name="numGuess">
165       <property name="text">
166        <string>Guess</string>
167       </property>
168      </widget>
169     </item>
170    </layout>
171   </item>
172   <item row="2" column="0" colspan="2">
173    <widget class="QDialogButtonBox" name="buttonBox">
174     <property name="standardButtons">
175      <set>QDialogButtonBox::Close</set>
176     </property>
177    </widget>
178   </item>
179   <item row="1" column="0" colspan="2">
180    <layout class="QHBoxLayout" name="horizontalLayout_2">
181     <item>
182      <widget class="QPushButton" name="search">
183       <property name="text">
184        <string>Search</string>
185       </property>
186      </widget>
187     </item>
188     <item>
189      <widget class="QPushButton" name="searchWithin">
190       <property name="text">
191        <string>Search Within</string>
192       </property>
193      </widget>
194     </item>
195     <item>
196      <widget class="QPushButton" name="viewMem">
197       <property name="enabled">
198        <bool>false</bool>
199       </property>
200       <property name="text">
201        <string>View in Memory View</string>
202       </property>
203      </widget>
204     </item>
205     <item>
206      <widget class="QPushButton" name="refresh">
207       <property name="text">
208        <string>Refresh</string>
209       </property>
210      </widget>
211     </item>
212    </layout>
213   </item>
214  </layout>
215 </widget>
216 <resources/>
217 <connections/>
218 <buttongroups>
219  <buttongroup name="type"/>
220  <buttongroup name="width"/>
221  <buttongroup name="numType"/>
222 </buttongroups>
223</ui>