123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <?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>768</width>
- <height>600</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QPushButton" name="pushButton_ConnectServer">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>30</y>
- <width>151</width>
- <height>51</height>
- </rect>
- </property>
- <property name="text">
- <string>连接服务器</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_StartRM">
- <property name="geometry">
- <rect>
- <x>99</x>
- <y>110</y>
- <width>231</width>
- <height>81</height>
- </rect>
- </property>
- <property name="text">
- <string>开启远程驾驶服务</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_StopRM">
- <property name="geometry">
- <rect>
- <x>443</x>
- <y>110</y>
- <width>231</width>
- <height>81</height>
- </rect>
- </property>
- <property name="text">
- <string>关闭远程驾驶服务</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_StartGroup">
- <property name="geometry">
- <rect>
- <x>99</x>
- <y>230</y>
- <width>231</width>
- <height>81</height>
- </rect>
- </property>
- <property name="text">
- <string>开启编队服务</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_StopGroup">
- <property name="geometry">
- <rect>
- <x>444</x>
- <y>230</y>
- <width>231</width>
- <height>81</height>
- </rect>
- </property>
- <property name="text">
- <string>关闭编队服务</string>
- </property>
- </widget>
- <widget class="QPlainTextEdit" name="plainTextEdit">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>340</y>
- <width>671</width>
- <height>171</height>
- </rect>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>768</width>
- <height>28</height>
- </rect>
- </property>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- </widget>
- <resources/>
- <connections/>
- </ui>
|