2025-12-10 00:01:32 +08:00

37 lines
1.8 KiB
XML

<?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>900</width><height>600</height></rect></property>
<property name="windowTitle"><string>WorkpiecePosition - 工件定位</string></property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="label_status">
<property name="geometry"><rect><x>20</x><y>20</y><width>200</width><height>30</height></rect></property>
<property name="text"><string>状态: 未初始化</string></property>
</widget>
<widget class="QPushButton" name="btn_start">
<property name="geometry"><rect><x>240</x><y>20</y><width>80</width><height>30</height></rect></property>
<property name="text"><string>开始检测</string></property>
</widget>
<widget class="QPushButton" name="btn_stop">
<property name="geometry"><rect><x>330</x><y>20</y><width>80</width><height>30</height></rect></property>
<property name="text"><string>停止检测</string></property>
</widget>
<widget class="QTextEdit" name="textEdit_marks">
<property name="geometry"><rect><x>20</x><y>60</y><width>400</width><height>400</height></rect></property>
<property name="readOnly"><bool>true</bool></property>
</widget>
<widget class="QTextEdit" name="textEdit_center">
<property name="geometry"><rect><x>440</x><y>60</y><width>200</width><height>400</height></rect></property>
<property name="readOnly"><bool>true</bool></property>
</widget>
<widget class="QListView" name="listView_log">
<property name="geometry"><rect><x>660</x><y>60</y><width>220</width><height>400</height></rect></property>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>