LAMPCAE/src/MainWindow/dialogpointcloudscane.ui

130 lines
3.1 KiB
Plaintext
Raw Normal View History

2025-01-02 12:20:29 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>WBFZEquipment::DialogPointCloudScane</class>
<widget class="QDialog" name="WBFZEquipment::DialogPointCloudScane">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>499</width>
<height>384</height>
</rect>
</property>
<property name="windowTitle">
<string>植被场景检测装置</string>
</property>
<widget class="QPushButton" name="btnStartScan">
<property name="geometry">
<rect>
<x>310</x>
<y>250</y>
<width>75</width>
<height>71</height>
</rect>
</property>
<property name="text">
<string>开始扫描</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>34</x>
<y>220</y>
<width>261</width>
<height>131</height>
</rect>
</property>
<property name="title">
<string>参数项</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>水平点扫描点位</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>垂直点扫描点位</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEdit_2"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="gridLayoutWidget">
<property name="geometry">
<rect>
<x>50</x>
<y>80</y>
<width>381</width>
<height>141</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QPushButton" name="btnDown">
<property name="text">
<string>垂直向下运动</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QPushButton" name="btnUp">
<property name="text">
<string>垂直向上运动</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="btnForward">
<property name="text">
<string>平台前进</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="btnBackward">
<property name="text">
<string>平台后退</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>80</x>
<y>20</y>
<width>301</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>Agency FB</family>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
<string>植被场景检测装置</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>