56 lines
1.2 KiB
Plaintext
56 lines
1.2 KiB
Plaintext
|
<?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>800</width>
|
||
|
<height>600</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>MainWindow</string>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="centralwidget">
|
||
|
<widget class="QPushButton" name="btn_read_register">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>50</x>
|
||
|
<y>20</y>
|
||
|
<width>93</width>
|
||
|
<height>29</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>read</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QTextEdit" name="txt_content_1">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>60</x>
|
||
|
<y>100</y>
|
||
|
<width>331</width>
|
||
|
<height>331</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QTextEdit" name="txt_content_2">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>410</x>
|
||
|
<y>100</y>
|
||
|
<width>341</width>
|
||
|
<height>331</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<widget class="QStatusBar" name="statusbar"/>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|