mirror of
https://github.com/mupen64plus/mupen64plus-oldsvn.git
synced 2025-04-02 10:52:35 -04:00
44 lines
1 KiB
XML
44 lines
1 KiB
XML
<ui version="4.0" >
|
|
<class>MemEditWidget</class>
|
|
<widget class="QWidget" name="MemEditWidget" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>557</width>
|
|
<height>334</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string>Memory</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout" >
|
|
<item row="0" column="0" colspan="3" >
|
|
<widget class="QTableView" name="tableView" >
|
|
<property name="showGrid" >
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1" >
|
|
<widget class="QLineEdit" name="lineEdit" />
|
|
</item>
|
|
<item row="1" column="0" >
|
|
<widget class="QLabel" name="labelAddress" >
|
|
<property name="text" >
|
|
<string>Address:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="2" >
|
|
<widget class="QCheckBox" name="checkAuto" >
|
|
<property name="text" >
|
|
<string>&Auto Refresh</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|