You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
1.6 KiB
72 lines
1.6 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1269</width>
|
|
<height>787</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<widget class="QWidget" name="gridLayoutWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>110</x>
|
|
<y>40</y>
|
|
<width>431</width>
|
|
<height>61</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QGridLayout" name="reg_table"/>
|
|
</widget>
|
|
<widget class="QPushButton" name="refresh_regs_button">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>40</y>
|
|
<width>91</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>刷新寄存器</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTextBrowser" name="logbrowser">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>560</x>
|
|
<y>40</y>
|
|
<width>461</width>
|
|
<height>351</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1269</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menu123">
|
|
<property name="title">
|
|
<string>123</string>
|
|
</property>
|
|
</widget>
|
|
<addaction name="menu123"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|