mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-05 06:47:53 +00:00
41 lines
937 B
Text
41 lines
937 B
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>ARMRegisters</class>
|
||
|
<widget class="QDockWidget" name="ARMRegisters">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>400</width>
|
||
|
<height>300</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>ARM registers</string>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="dockWidgetContents">
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<widget class="QTreeWidget" name="treeWidget">
|
||
|
<property name="alternatingRowColors">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<column>
|
||
|
<property name="text">
|
||
|
<string>Register</string>
|
||
|
</property>
|
||
|
</column>
|
||
|
<column>
|
||
|
<property name="text">
|
||
|
<string>Value</string>
|
||
|
</property>
|
||
|
</column>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|