修改了按键顺序

This commit is contained in:
hm
2020-11-02 11:49:43 +08:00
parent 43ddb1ff3e
commit d4a559e2fa
+5 -5
View File
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>373</width>
<height>534</height>
<height>563</height>
</rect>
</property>
<property name="windowTitle">
@@ -47,16 +47,16 @@
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="pushButton_Servo_Check">
<widget class="QPushButton" name="pushButton_Servo_Read">
<property name="text">
<string>上电自检</string>
<string>舵面找零</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_Servo_Read">
<widget class="QPushButton" name="pushButton_Servo_Check">
<property name="text">
<string>舵面找零</string>
<string>上电自检</string>
</property>
</widget>
</item>