all repos — mgba @ 67905d281bfecbb06f51f2ca5ac939df378734a5

mGBA Game Boy Advance Emulator

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

  1<?xml version="1.0" encoding="UTF-8"?>
  2<ui version="4.0">
  3 <class>MemoryView</class>
  4 <widget class="QWidget" name="MemoryView">
  5  <property name="geometry">
  6   <rect>
  7    <x>0</x>
  8    <y>0</y>
  9    <width>550</width>
 10    <height>640</height>
 11   </rect>
 12  </property>
 13  <property name="windowTitle">
 14   <string>Memory</string>
 15  </property>
 16  <layout class="QVBoxLayout" name="verticalLayout">
 17   <item>
 18    <layout class="QHBoxLayout" name="horizontalLayout">
 19     <item>
 20      <widget class="QComboBox" name="regions"/>
 21     </item>
 22     <item>
 23      <spacer name="horizontalSpacer">
 24       <property name="orientation">
 25        <enum>Qt::Horizontal</enum>
 26       </property>
 27       <property name="sizeHint" stdset="0">
 28        <size>
 29         <width>0</width>
 30         <height>0</height>
 31        </size>
 32       </property>
 33      </spacer>
 34     </item>
 35     <item>
 36      <widget class="QLabel" name="label">
 37       <property name="text">
 38        <string>Inspect Address:</string>
 39       </property>
 40      </widget>
 41     </item>
 42     <item>
 43      <widget class="QSpinBox" name="setAddress">
 44       <property name="prefix">
 45        <string>0x</string>
 46       </property>
 47       <property name="maximum">
 48        <number>268435455</number>
 49       </property>
 50       <property name="singleStep">
 51        <number>16</number>
 52       </property>
 53       <property name="displayIntegerBase">
 54        <number>16</number>
 55       </property>
 56      </widget>
 57     </item>
 58    </layout>
 59   </item>
 60   <item>
 61    <layout class="QHBoxLayout" name="horizontalLayout_3">
 62     <item>
 63      <widget class="QLabel" name="label_2">
 64       <property name="text">
 65        <string>Set Alignment:</string>
 66       </property>
 67      </widget>
 68     </item>
 69     <item>
 70      <spacer name="horizontalSpacer_2">
 71       <property name="orientation">
 72        <enum>Qt::Horizontal</enum>
 73       </property>
 74       <property name="sizeHint" stdset="0">
 75        <size>
 76         <width>0</width>
 77         <height>0</height>
 78        </size>
 79       </property>
 80      </spacer>
 81     </item>
 82     <item>
 83      <widget class="QRadioButton" name="width8">
 84       <property name="text">
 85        <string>1 Byte</string>
 86       </property>
 87       <property name="checked">
 88        <bool>true</bool>
 89       </property>
 90      </widget>
 91     </item>
 92     <item>
 93      <spacer name="horizontalSpacer_4">
 94       <property name="orientation">
 95        <enum>Qt::Horizontal</enum>
 96       </property>
 97       <property name="sizeHint" stdset="0">
 98        <size>
 99         <width>0</width>
100         <height>0</height>
101        </size>
102       </property>
103      </spacer>
104     </item>
105     <item>
106      <widget class="QRadioButton" name="width16">
107       <property name="text">
108        <string>2 Bytes</string>
109       </property>
110      </widget>
111     </item>
112     <item>
113      <spacer name="horizontalSpacer_5">
114       <property name="orientation">
115        <enum>Qt::Horizontal</enum>
116       </property>
117       <property name="sizeHint" stdset="0">
118        <size>
119         <width>0</width>
120         <height>0</height>
121        </size>
122       </property>
123      </spacer>
124     </item>
125     <item>
126      <widget class="QRadioButton" name="width32">
127       <property name="text">
128        <string>4 Bytes</string>
129       </property>
130      </widget>
131     </item>
132     <item>
133      <spacer name="horizontalSpacer_3">
134       <property name="orientation">
135        <enum>Qt::Horizontal</enum>
136       </property>
137       <property name="sizeHint" stdset="0">
138        <size>
139         <width>0</width>
140         <height>0</height>
141        </size>
142       </property>
143      </spacer>
144     </item>
145    </layout>
146   </item>
147   <item>
148    <widget class="QGBA::MemoryModel" name="hexfield" native="true">
149     <property name="sizePolicy">
150      <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
151       <horstretch>0</horstretch>
152       <verstretch>0</verstretch>
153      </sizepolicy>
154     </property>
155    </widget>
156   </item>
157   <item>
158    <layout class="QHBoxLayout" name="horizontalLayout_4">
159     <item>
160      <layout class="QFormLayout" name="formLayout">
161       <item row="0" column="0">
162        <widget class="QLabel" name="label_3">
163         <property name="text">
164          <string>Signed Integer:</string>
165         </property>
166        </widget>
167       </item>
168       <item row="0" column="1">
169        <widget class="QLineEdit" name="sintVal">
170         <property name="readOnly">
171          <bool>true</bool>
172         </property>
173        </widget>
174       </item>
175      </layout>
176     </item>
177     <item>
178      <layout class="QFormLayout" name="formLayout_4">
179       <item row="0" column="0">
180        <widget class="QLabel" name="label_4">
181         <property name="text">
182          <string>Unsigned Integer:</string>
183         </property>
184        </widget>
185       </item>
186       <item row="0" column="1">
187        <widget class="QLineEdit" name="uintVal">
188         <property name="readOnly">
189          <bool>true</bool>
190         </property>
191        </widget>
192       </item>
193      </layout>
194     </item>
195    </layout>
196   </item>
197  </layout>
198 </widget>
199 <customwidgets>
200  <customwidget>
201   <class>QGBA::MemoryModel</class>
202   <extends>QWidget</extends>
203   <header>MemoryModel.h</header>
204   <container>1</container>
205  </customwidget>
206 </customwidgets>
207 <resources/>
208 <connections/>
209</ui>