2020-03-28 21:27:22 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>ToolsUI</class>
|
|
|
|
|
<widget class="QWidget" name="ToolsUI">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2020-05-28 18:11:23 +08:00
|
|
|
<width>891</width>
|
|
|
|
|
<height>645</height>
|
2020-03-28 21:27:22 +08:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Form</string>
|
|
|
|
|
</property>
|
2020-05-29 19:30:33 +08:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
2020-08-19 22:21:48 +08:00
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="Line" name="line">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-05-29 19:30:33 +08:00
|
|
|
<item row="0" column="0">
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2020-12-03 16:07:39 +08:00
|
|
|
<item row="6" column="0">
|
|
|
|
|
<widget class="QPushButton" name="ServoSystem">
|
2020-05-29 19:30:33 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
2020-10-07 19:50:45 +08:00
|
|
|
<width>0</width>
|
|
|
|
|
<height>0</height>
|
2020-05-29 19:30:33 +08:00
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2020-12-03 16:07:39 +08:00
|
|
|
<string>ServoSystem</string>
|
2020-05-29 19:30:33 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-12-03 16:07:39 +08:00
|
|
|
<item row="4" column="0">
|
|
|
|
|
<widget class="QPushButton" name="pushButton_Servos">
|
2020-10-09 17:01:39 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-12-03 16:07:39 +08:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Servos</string>
|
2020-10-10 12:12:30 +08:00
|
|
|
</property>
|
2020-12-03 16:07:39 +08:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="8" column="0">
|
|
|
|
|
<widget class="QPushButton" name="pushButton_Diagram">
|
2020-10-09 17:01:39 +08:00
|
|
|
<property name="text">
|
2020-12-03 16:07:39 +08:00
|
|
|
<string>Diagram</string>
|
2020-10-09 17:01:39 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-12-03 16:07:39 +08:00
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QPushButton" name="pushButton_Log">
|
2020-05-29 19:30:33 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
2020-10-07 19:50:45 +08:00
|
|
|
<width>0</width>
|
|
|
|
|
<height>0</height>
|
2020-05-29 19:30:33 +08:00
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-12-03 16:07:39 +08:00
|
|
|
<property name="maximumSize">
|
2020-05-29 19:30:33 +08:00
|
|
|
<size>
|
2020-12-03 16:07:39 +08:00
|
|
|
<width>16777215</width>
|
|
|
|
|
<height>16777215</height>
|
2020-05-29 19:30:33 +08:00
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-12-03 16:07:39 +08:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Log</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2020-10-26 21:42:04 +08:00
|
|
|
</item>
|
2020-12-03 16:07:39 +08:00
|
|
|
<item row="11" column="0">
|
2020-10-26 21:42:04 +08:00
|
|
|
<widget class="QPushButton" name="pushButton_ShowExtern">
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">background-color: rgb(107, 255, 246);</string>
|
|
|
|
|
</property>
|
2020-05-29 19:30:33 +08:00
|
|
|
<property name="text">
|
2020-10-26 21:42:04 +08:00
|
|
|
<string>弹出右侧窗口-></string>
|
2020-05-29 19:30:33 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-12-03 16:07:39 +08:00
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QPushButton" name="pushButton_Replay">
|
2020-10-10 12:12:30 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-12-03 16:07:39 +08:00
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>16777215</width>
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-10-10 12:12:30 +08:00
|
|
|
<property name="text">
|
2020-12-03 16:07:39 +08:00
|
|
|
<string>Replay</string>
|
2020-10-10 12:12:30 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-12-03 16:07:39 +08:00
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QPushButton" name="pushButton_Inspector">
|
2020-05-29 19:30:33 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
2020-10-07 19:50:45 +08:00
|
|
|
<width>0</width>
|
|
|
|
|
<height>0</height>
|
2020-05-29 19:30:33 +08:00
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
2020-10-07 19:50:45 +08:00
|
|
|
<width>16777215</width>
|
|
|
|
|
<height>16777215</height>
|
2020-05-29 19:30:33 +08:00
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2020-12-03 16:07:39 +08:00
|
|
|
<string>Inspector</string>
|
2020-05-29 19:30:33 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-12-03 16:07:39 +08:00
|
|
|
<item row="5" column="0">
|
|
|
|
|
<widget class="QPushButton" name="PowerSystem">
|
2020-05-29 19:30:33 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
2020-10-07 19:50:45 +08:00
|
|
|
<width>0</width>
|
|
|
|
|
<height>0</height>
|
2020-05-29 19:30:33 +08:00
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2020-12-03 16:07:39 +08:00
|
|
|
<string>PowerSystem</string>
|
2020-05-29 19:30:33 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-12-03 16:07:39 +08:00
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QPushButton" name="pushButton_Console">
|
2020-10-26 21:42:04 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-12-03 16:07:39 +08:00
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>16777215</width>
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-10-10 12:12:30 +08:00
|
|
|
<property name="text">
|
2020-12-03 16:07:39 +08:00
|
|
|
<string>Console</string>
|
2020-10-10 12:12:30 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-12-03 16:07:39 +08:00
|
|
|
<item row="7" column="0">
|
|
|
|
|
<widget class="QPushButton" name="pushButton_CommandBox">
|
2020-08-19 22:21:48 +08:00
|
|
|
<property name="minimumSize">
|
2020-06-04 18:20:13 +08:00
|
|
|
<size>
|
2020-10-07 19:50:45 +08:00
|
|
|
<width>0</width>
|
|
|
|
|
<height>0</height>
|
2020-06-04 18:20:13 +08:00
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-08-19 22:21:48 +08:00
|
|
|
<property name="text">
|
2020-12-03 16:07:39 +08:00
|
|
|
<string>CommandBox</string>
|
2020-10-09 17:01:39 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2020-12-03 16:07:39 +08:00
|
|
|
<item row="10" column="0">
|
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="9" column="0">
|
|
|
|
|
<widget class="QPushButton" name="pushButton_Senser">
|
2020-10-09 17:01:39 +08:00
|
|
|
<property name="text">
|
2020-12-03 16:07:39 +08:00
|
|
|
<string>Senser</string>
|
2020-08-19 22:21:48 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
2020-06-04 18:20:13 +08:00
|
|
|
</item>
|
2020-05-29 19:30:33 +08:00
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="2">
|
|
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
|
<property name="frameShape">
|
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="frameShadow">
|
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2020-03-28 21:27:22 +08:00
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|