add:添加控制升降台功能

This commit is contained in:
tangchao0503
2024-06-20 16:26:54 +08:00
parent 868b60ff67
commit 8e3315338f
4 changed files with 76 additions and 3 deletions

View File

@ -285,7 +285,7 @@
</size>
</property>
<property name="currentIndex">
<number>3</number>
<number>4</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
@ -1682,6 +1682,52 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_7">
<attribute name="title">
<string>升降台</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QPushButton" name="objective_table_up_btn">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>上升</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="objective_table_down_btn">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>下降</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="objective_table_stop_btn">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>停止</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</widget>
</item>
@ -1697,7 +1743,7 @@
<x>0</x>
<y>0</y>
<width>2213</width>
<height>37</height>
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="file">