Python/Thread/code/test_Qthread_0716_ui.ui

85 lines
1.8 KiB
Plaintext
Raw Normal View History

2024-04-19 19:54:41 +08:00
<?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>676</width>
<height>465</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="test_bt">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QLabel" name="view_1">
<property name="geometry">
<rect>
<x>100</x>
<y>50</y>
<width>251</width>
<height>231</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="view_2">
<property name="geometry">
<rect>
<x>360</x>
<y>50</y>
<width>251</width>
<height>231</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QTextEdit" name="textEdit">
<property name="geometry">
<rect>
<x>360</x>
<y>330</y>
<width>261</width>
<height>71</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="view_time">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>251</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>