mainwindow.ui 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>768</width>
  10. <height>600</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QPushButton" name="pushButton_ConnectServer">
  18. <property name="geometry">
  19. <rect>
  20. <x>50</x>
  21. <y>30</y>
  22. <width>151</width>
  23. <height>51</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>连接服务器</string>
  28. </property>
  29. </widget>
  30. <widget class="QPushButton" name="pushButton_StartRM">
  31. <property name="geometry">
  32. <rect>
  33. <x>99</x>
  34. <y>110</y>
  35. <width>231</width>
  36. <height>81</height>
  37. </rect>
  38. </property>
  39. <property name="text">
  40. <string>开启远程驾驶服务</string>
  41. </property>
  42. </widget>
  43. <widget class="QPushButton" name="pushButton_StopRM">
  44. <property name="geometry">
  45. <rect>
  46. <x>443</x>
  47. <y>110</y>
  48. <width>231</width>
  49. <height>81</height>
  50. </rect>
  51. </property>
  52. <property name="text">
  53. <string>关闭远程驾驶服务</string>
  54. </property>
  55. </widget>
  56. <widget class="QPushButton" name="pushButton_StartGroup">
  57. <property name="geometry">
  58. <rect>
  59. <x>99</x>
  60. <y>230</y>
  61. <width>231</width>
  62. <height>81</height>
  63. </rect>
  64. </property>
  65. <property name="text">
  66. <string>开启编队服务</string>
  67. </property>
  68. </widget>
  69. <widget class="QPushButton" name="pushButton_StopGroup">
  70. <property name="geometry">
  71. <rect>
  72. <x>444</x>
  73. <y>230</y>
  74. <width>231</width>
  75. <height>81</height>
  76. </rect>
  77. </property>
  78. <property name="text">
  79. <string>关闭编队服务</string>
  80. </property>
  81. </widget>
  82. <widget class="QPlainTextEdit" name="plainTextEdit">
  83. <property name="geometry">
  84. <rect>
  85. <x>50</x>
  86. <y>340</y>
  87. <width>671</width>
  88. <height>171</height>
  89. </rect>
  90. </property>
  91. </widget>
  92. </widget>
  93. <widget class="QMenuBar" name="menubar">
  94. <property name="geometry">
  95. <rect>
  96. <x>0</x>
  97. <y>0</y>
  98. <width>768</width>
  99. <height>28</height>
  100. </rect>
  101. </property>
  102. </widget>
  103. <widget class="QStatusBar" name="statusbar"/>
  104. </widget>
  105. <resources/>
  106. <connections/>
  107. </ui>