|
@@ -0,0 +1,286 @@
|
|
|
+<?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>1600</width>
|
|
|
+ <height>900</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="windowTitle">
|
|
|
+ <string>MainWindow</string>
|
|
|
+ </property>
|
|
|
+ <widget class="QWidget" name="centralWidget">
|
|
|
+ <widget class="QGroupBox" name="groupBox">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>40</x>
|
|
|
+ <y>40</y>
|
|
|
+ <width>1001</width>
|
|
|
+ <height>251</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <pointsize>30</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="title">
|
|
|
+ <string>车速控制</string>
|
|
|
+ </property>
|
|
|
+ <widget class="QRadioButton" name="radioButton_5kmh">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>40</x>
|
|
|
+ <y>60</y>
|
|
|
+ <width>181</width>
|
|
|
+ <height>61</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <pointsize>30</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>5km/h</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QRadioButton" name="radioButton_10kmh">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>280</x>
|
|
|
+ <y>60</y>
|
|
|
+ <width>181</width>
|
|
|
+ <height>61</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <pointsize>30</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>10km/h</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QRadioButton" name="radioButton_15kmh">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>520</x>
|
|
|
+ <y>60</y>
|
|
|
+ <width>181</width>
|
|
|
+ <height>61</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <pointsize>30</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>15km/h</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QRadioButton" name="radioButton_20kmh">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>760</x>
|
|
|
+ <y>60</y>
|
|
|
+ <width>181</width>
|
|
|
+ <height>61</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <pointsize>30</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>20km/h</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QRadioButton" name="radioButton_30kmh">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>40</x>
|
|
|
+ <y>150</y>
|
|
|
+ <width>181</width>
|
|
|
+ <height>61</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <pointsize>30</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>30km/h</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QRadioButton" name="radioButton_40kmh">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>280</x>
|
|
|
+ <y>150</y>
|
|
|
+ <width>181</width>
|
|
|
+ <height>61</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <pointsize>30</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>40km/h</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QRadioButton" name="radioButton_60kmh">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>520</x>
|
|
|
+ <y>150</y>
|
|
|
+ <width>181</width>
|
|
|
+ <height>61</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <pointsize>30</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>60km/h</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QRadioButton" name="radioButton_80kmh">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>760</x>
|
|
|
+ <y>150</y>
|
|
|
+ <width>181</width>
|
|
|
+ <height>61</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <pointsize>30</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>80km/h</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ <widget class="QGroupBox" name="groupBox_2">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>50</x>
|
|
|
+ <y>340</y>
|
|
|
+ <width>991</width>
|
|
|
+ <height>331</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <pointsize>30</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="title">
|
|
|
+ <string>队形控制</string>
|
|
|
+ </property>
|
|
|
+ <widget class="QRadioButton" name="radioButton_origin">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>50</x>
|
|
|
+ <y>70</y>
|
|
|
+ <width>261</width>
|
|
|
+ <height>111</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>原车道</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QRadioButton" name="radioButton_frontleft">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>380</x>
|
|
|
+ <y>70</y>
|
|
|
+ <width>261</width>
|
|
|
+ <height>111</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>前左</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QRadioButton" name="radioButton_rearleft">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>690</x>
|
|
|
+ <y>70</y>
|
|
|
+ <width>261</width>
|
|
|
+ <height>111</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>后左</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QRadioButton" name="radioButton_frontright">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>50</x>
|
|
|
+ <y>180</y>
|
|
|
+ <width>261</width>
|
|
|
+ <height>111</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>前右</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QRadioButton" name="radioButton_rearright">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>380</x>
|
|
|
+ <y>180</y>
|
|
|
+ <width>261</width>
|
|
|
+ <height>111</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>后右</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ <widget class="QMenuBar" name="menuBar">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>0</x>
|
|
|
+ <y>0</y>
|
|
|
+ <width>1600</width>
|
|
|
+ <height>28</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QToolBar" name="mainToolBar">
|
|
|
+ <attribute name="toolBarArea">
|
|
|
+ <enum>TopToolBarArea</enum>
|
|
|
+ </attribute>
|
|
|
+ <attribute name="toolBarBreak">
|
|
|
+ <bool>false</bool>
|
|
|
+ </attribute>
|
|
|
+ </widget>
|
|
|
+ <widget class="QStatusBar" name="statusBar"/>
|
|
|
+ </widget>
|
|
|
+ <layoutdefault spacing="6" margin="11"/>
|
|
|
+ <resources/>
|
|
|
+ <connections/>
|
|
|
+</ui>
|