all repos — mgba @ 447c053f7e802941d036da12233080e1a75403f4

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>540</width>
 10    <height>491</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>Memory Search</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="editTriggers">
 32      <set>QAbstractItemView::NoEditTriggers</set>
 33     </property>
 34     <property name="selectionBehavior">
 35      <enum>QAbstractItemView::SelectRows</enum>
 36     </property>
 37     <property name="showGrid">
 38      <bool>false</bool>
 39     </property>
 40     <attribute name="verticalHeaderVisible">
 41      <bool>false</bool>
 42     </attribute>
 43     <column>
 44      <property name="text">
 45       <string>Address</string>
 46      </property>
 47     </column>
 48     <column>
 49      <property name="text">
 50       <string>Current Value</string>
 51      </property>
 52     </column>
 53     <column>
 54      <property name="text">
 55       <string>Type</string>
 56      </property>
 57     </column>
 58    </widget>
 59   </item>
 60   <item row="0" column="0">
 61    <layout class="QFormLayout" name="formLayout">
 62     <item row="0" column="0">
 63      <widget class="QLabel" name="label">
 64       <property name="text">
 65        <string>Value</string>
 66       </property>
 67      </widget>
 68     </item>
 69     <item row="0" column="1">
 70      <widget class="QLineEdit" name="value"/>
 71     </item>
 72     <item row="1" column="0">
 73      <widget class="QLabel" name="label_2">
 74       <property name="text">
 75        <string>Type</string>
 76       </property>
 77      </widget>
 78     </item>
 79     <item row="1" column="1">
 80      <widget class="QRadioButton" name="typeNum">
 81       <property name="text">
 82        <string>Numeric</string>
 83       </property>
 84       <property name="checked">
 85        <bool>true</bool>
 86       </property>
 87       <attribute name="buttonGroup">
 88        <string notr="true">type</string>
 89       </attribute>
 90      </widget>
 91     </item>
 92     <item row="2" column="1">
 93      <widget class="QRadioButton" name="typeStr">
 94       <property name="text">
 95        <string>Text</string>
 96       </property>
 97       <attribute name="buttonGroup">
 98        <string notr="true">type</string>
 99       </attribute>
100      </widget>
101     </item>
102     <item row="3" column="0" colspan="2">
103      <widget class="Line" name="line">
104       <property name="orientation">
105        <enum>Qt::Horizontal</enum>
106       </property>
107      </widget>
108     </item>
109     <item row="4" column="0">
110      <widget class="QLabel" name="label_3">
111       <property name="text">
112        <string>Width</string>
113       </property>
114      </widget>
115     </item>
116     <item row="4" column="1">
117      <widget class="QRadioButton" name="bitsGuess">
118       <property name="text">
119        <string>Guess</string>
120       </property>
121       <property name="checked">
122        <bool>true</bool>
123       </property>
124       <attribute name="buttonGroup">
125        <string notr="true">width</string>
126       </attribute>
127      </widget>
128     </item>
129     <item row="5" column="1">
130      <widget class="QRadioButton" name="bits8">
131       <property name="text">
132        <string>1 Byte (8-bit)</string>
133       </property>
134       <attribute name="buttonGroup">
135        <string notr="true">width</string>
136       </attribute>
137      </widget>
138     </item>
139     <item row="6" column="1">
140      <widget class="QRadioButton" name="bits16">
141       <property name="text">
142        <string>2 Bytes (16-bit)</string>
143       </property>
144       <attribute name="buttonGroup">
145        <string notr="true">width</string>
146       </attribute>
147      </widget>
148     </item>
149     <item row="7" column="1">
150      <widget class="QRadioButton" name="bits32">
151       <property name="text">
152        <string>4 Bytes (32-bit)</string>
153       </property>
154       <property name="checked">
155        <bool>false</bool>
156       </property>
157       <attribute name="buttonGroup">
158        <string notr="true">width</string>
159       </attribute>
160      </widget>
161     </item>
162     <item row="8" column="0" colspan="2">
163      <widget class="Line" name="line_2">
164       <property name="orientation">
165        <enum>Qt::Horizontal</enum>
166       </property>
167      </widget>
168     </item>
169     <item row="9" column="0">
170      <widget class="QLabel" name="label_4">
171       <property name="text">
172        <string>Number type</string>
173       </property>
174      </widget>
175     </item>
176     <item row="9" column="1">
177      <widget class="QRadioButton" name="numGuess">
178       <property name="text">
179        <string>Guess</string>
180       </property>
181       <property name="checked">
182        <bool>true</bool>
183       </property>
184      </widget>
185     </item>
186     <item row="10" column="1">
187      <widget class="QRadioButton" name="numDec">
188       <property name="text">
189        <string>Decimal</string>
190       </property>
191      </widget>
192     </item>
193     <item row="11" column="1">
194      <widget class="QRadioButton" name="numHex">
195       <property name="text">
196        <string>Hexadecimal</string>
197       </property>
198      </widget>
199     </item>
200     <item row="12" column="0" colspan="2">
201      <widget class="Line" name="line_3">
202       <property name="orientation">
203        <enum>Qt::Horizontal</enum>
204       </property>
205      </widget>
206     </item>
207     <item row="13" column="0">
208      <widget class="QLabel" name="label_5">
209       <property name="text">
210        <string>Compare</string>
211       </property>
212      </widget>
213     </item>
214     <item row="13" column="1">
215      <widget class="QRadioButton" name="opEqual">
216       <property name="text">
217        <string>Equal</string>
218       </property>
219       <property name="checked">
220        <bool>true</bool>
221       </property>
222       <attribute name="buttonGroup">
223        <string notr="true">op</string>
224       </attribute>
225      </widget>
226     </item>
227     <item row="14" column="1">
228      <widget class="QRadioButton" name="opGreater">
229       <property name="text">
230        <string>Greater</string>
231       </property>
232       <attribute name="buttonGroup">
233        <string notr="true">op</string>
234       </attribute>
235      </widget>
236     </item>
237     <item row="15" column="1">
238      <widget class="QRadioButton" name="opLess">
239       <property name="text">
240        <string>Less</string>
241       </property>
242       <attribute name="buttonGroup">
243        <string notr="true">op</string>
244       </attribute>
245      </widget>
246     </item>
247     <item row="16" column="1">
248      <widget class="QRadioButton" name="opDelta">
249       <property name="enabled">
250        <bool>false</bool>
251       </property>
252       <property name="text">
253        <string>Delta</string>
254       </property>
255       <attribute name="buttonGroup">
256        <string notr="true">op</string>
257       </attribute>
258      </widget>
259     </item>
260    </layout>
261   </item>
262   <item row="2" column="0" colspan="2">
263    <widget class="QDialogButtonBox" name="buttonBox">
264     <property name="standardButtons">
265      <set>QDialogButtonBox::Close</set>
266     </property>
267    </widget>
268   </item>
269   <item row="1" column="0" colspan="2">
270    <layout class="QHBoxLayout" name="horizontalLayout_2">
271     <item>
272      <widget class="QPushButton" name="search">
273       <property name="text">
274        <string>Search</string>
275       </property>
276      </widget>
277     </item>
278     <item>
279      <widget class="QPushButton" name="searchWithin">
280       <property name="text">
281        <string>Search Within</string>
282       </property>
283      </widget>
284     </item>
285     <item>
286      <widget class="QPushButton" name="viewMem">
287       <property name="text">
288        <string>Open in Memory Viewer</string>
289       </property>
290      </widget>
291     </item>
292     <item>
293      <widget class="QPushButton" name="refresh">
294       <property name="text">
295        <string>Refresh</string>
296       </property>
297      </widget>
298     </item>
299    </layout>
300   </item>
301  </layout>
302 </widget>
303 <resources/>
304 <connections>
305  <connection>
306   <sender>buttonBox</sender>
307   <signal>rejected()</signal>
308   <receiver>MemorySearch</receiver>
309   <slot>close()</slot>
310   <hints>
311    <hint type="sourcelabel">
312     <x>315</x>
313     <y>357</y>
314    </hint>
315    <hint type="destinationlabel">
316     <x>315</x>
317     <y>188</y>
318    </hint>
319   </hints>
320  </connection>
321 </connections>
322 <buttongroups>
323  <buttongroup name="width"/>
324  <buttongroup name="type"/>
325  <buttongroup name="op"/>
326 </buttongroups>
327</ui>