Files
melonDS/src/frontend/qt_sdl/RAMInfoDialog.ui
Nadia Holmquist Pedersen 5f991d07a3 Fix tab ordering everywhere
2023-05-01 06:24:53 +02:00

247 lines
5.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>RAMInfoDialog</class>
<widget class="QDialog" name="RAMInfoDialog">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>550</width>
<height>411</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>550</width>
<height>411</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>550</width>
<height>411</height>
</size>
</property>
<property name="windowTitle">
<string>RAM info - melonDS</string>
</property>
<property name="modal">
<bool>false</bool>
</property>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>340</x>
<y>10</y>
<width>201</width>
<height>111</height>
</rect>
</property>
<property name="title">
<string>Search</string>
</property>
<widget class="QPushButton" name="btnSearch">
<property name="geometry">
<rect>
<x>130</x>
<y>20</y>
<width>61</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Search</string>
</property>
</widget>
<widget class="QLineEdit" name="txtSearch">
<property name="geometry">
<rect>
<x>50</x>
<y>20</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="maxLength">
<number>5</number>
</property>
</widget>
<widget class="QPushButton" name="btnClear">
<property name="geometry">
<rect>
<x>120</x>
<y>80</y>
<width>71</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Clear</string>
</property>
</widget>
<widget class="QLabel" name="labelValue">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>41</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Value:</string>
</property>
</widget>
<widget class="QRadioButton" name="radiobtn1byte">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>90</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>1byte</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="radiobtn2bytes">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>90</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>2bytes</string>
</property>
</widget>
<widget class="QRadioButton" name="radiobtn4bytes">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>90</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>4bytes</string>
</property>
</widget>
</widget>
<widget class="QProgressBar" name="progressBar">
<property name="geometry">
<rect>
<x>10</x>
<y>380</y>
<width>321</width>
<height>23</height>
</rect>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="value">
<number>0</number>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="textVisible">
<bool>true</bool>
</property>
<property name="format">
<string>%p%</string>
</property>
</widget>
<widget class="QTableWidget" name="ramTable">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>321</width>
<height>341</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>321</width>
<height>341</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>321</width>
<height>341</height>
</size>
</property>
<property name="editTriggers">
<set>QAbstractItemView::AnyKeyPressed|QAbstractItemView::DoubleClicked</set>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderMinimumSectionSize">
<number>16</number>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>16</number>
</attribute>
<column>
<property name="text">
<string>Address</string>
</property>
</column>
<column>
<property name="text">
<string>Value</string>
</property>
</column>
<column>
<property name="text">
<string>Previous</string>
</property>
</column>
</widget>
<widget class="QLabel" name="txtFound">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Found:</string>
</property>
</widget>
</widget>
<tabstops>
<tabstop>ramTable</tabstop>
<tabstop>txtSearch</tabstop>
<tabstop>btnSearch</tabstop>
<tabstop>radiobtn1byte</tabstop>
<tabstop>radiobtn2bytes</tabstop>
<tabstop>radiobtn4bytes</tabstop>
<tabstop>btnClear</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>