mainwindow.ui 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  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>750</width>
  10. <height>464</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <widget class="QLabel" name="label">
  18. <property name="geometry">
  19. <rect>
  20. <x>30</x>
  21. <y>80</y>
  22. <width>151</width>
  23. <height>31</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>Vechicle CAN</string>
  28. </property>
  29. </widget>
  30. <widget class="QLabel" name="label_2">
  31. <property name="geometry">
  32. <rect>
  33. <x>30</x>
  34. <y>140</y>
  35. <width>141</width>
  36. <height>31</height>
  37. </rect>
  38. </property>
  39. <property name="text">
  40. <string>Radar</string>
  41. </property>
  42. </widget>
  43. <widget class="QLabel" name="label_3">
  44. <property name="geometry">
  45. <rect>
  46. <x>30</x>
  47. <y>198</y>
  48. <width>141</width>
  49. <height>31</height>
  50. </rect>
  51. </property>
  52. <property name="text">
  53. <string>GPS</string>
  54. </property>
  55. </widget>
  56. <widget class="QLabel" name="label_4">
  57. <property name="geometry">
  58. <rect>
  59. <x>30</x>
  60. <y>260</y>
  61. <width>131</width>
  62. <height>31</height>
  63. </rect>
  64. </property>
  65. <property name="text">
  66. <string>Center Lidar</string>
  67. </property>
  68. </widget>
  69. <widget class="QLabel" name="label_5">
  70. <property name="geometry">
  71. <rect>
  72. <x>370</x>
  73. <y>80</y>
  74. <width>141</width>
  75. <height>31</height>
  76. </rect>
  77. </property>
  78. <property name="text">
  79. <string>Left Lidar</string>
  80. </property>
  81. </widget>
  82. <widget class="QLabel" name="label_6">
  83. <property name="geometry">
  84. <rect>
  85. <x>368</x>
  86. <y>141</y>
  87. <width>131</width>
  88. <height>31</height>
  89. </rect>
  90. </property>
  91. <property name="text">
  92. <string>Right Lidar</string>
  93. </property>
  94. </widget>
  95. <widget class="QLabel" name="label_7">
  96. <property name="geometry">
  97. <rect>
  98. <x>368</x>
  99. <y>203</y>
  100. <width>141</width>
  101. <height>31</height>
  102. </rect>
  103. </property>
  104. <property name="text">
  105. <string>Front Camera</string>
  106. </property>
  107. </widget>
  108. <widget class="QLabel" name="label_8">
  109. <property name="geometry">
  110. <rect>
  111. <x>365</x>
  112. <y>263</y>
  113. <width>141</width>
  114. <height>31</height>
  115. </rect>
  116. </property>
  117. <property name="text">
  118. <string>Lidar Perception</string>
  119. </property>
  120. </widget>
  121. <widget class="QPushButton" name="pushButton_Inspection">
  122. <property name="geometry">
  123. <rect>
  124. <x>100</x>
  125. <y>20</y>
  126. <width>181</width>
  127. <height>41</height>
  128. </rect>
  129. </property>
  130. <property name="text">
  131. <string>Inspection</string>
  132. </property>
  133. </widget>
  134. <widget class="QLineEdit" name="lineEdit_VehicleCAN">
  135. <property name="geometry">
  136. <rect>
  137. <x>170</x>
  138. <y>75</y>
  139. <width>171</width>
  140. <height>41</height>
  141. </rect>
  142. </property>
  143. <property name="readOnly">
  144. <bool>true</bool>
  145. </property>
  146. </widget>
  147. <widget class="QLineEdit" name="lineEdit_Radar">
  148. <property name="geometry">
  149. <rect>
  150. <x>170</x>
  151. <y>136</y>
  152. <width>171</width>
  153. <height>41</height>
  154. </rect>
  155. </property>
  156. <property name="readOnly">
  157. <bool>true</bool>
  158. </property>
  159. </widget>
  160. <widget class="QLineEdit" name="lineEdit_GPS">
  161. <property name="geometry">
  162. <rect>
  163. <x>170</x>
  164. <y>197</y>
  165. <width>171</width>
  166. <height>41</height>
  167. </rect>
  168. </property>
  169. <property name="readOnly">
  170. <bool>true</bool>
  171. </property>
  172. </widget>
  173. <widget class="QLineEdit" name="lineEdit_LidarCenter">
  174. <property name="geometry">
  175. <rect>
  176. <x>170</x>
  177. <y>260</y>
  178. <width>171</width>
  179. <height>41</height>
  180. </rect>
  181. </property>
  182. <property name="readOnly">
  183. <bool>true</bool>
  184. </property>
  185. </widget>
  186. <widget class="QLineEdit" name="lineEdit_CamFront">
  187. <property name="geometry">
  188. <rect>
  189. <x>520</x>
  190. <y>201</y>
  191. <width>171</width>
  192. <height>41</height>
  193. </rect>
  194. </property>
  195. <property name="readOnly">
  196. <bool>true</bool>
  197. </property>
  198. </widget>
  199. <widget class="QLineEdit" name="lineEdit_LidarLeft">
  200. <property name="geometry">
  201. <rect>
  202. <x>520</x>
  203. <y>79</y>
  204. <width>171</width>
  205. <height>41</height>
  206. </rect>
  207. </property>
  208. <property name="readOnly">
  209. <bool>true</bool>
  210. </property>
  211. </widget>
  212. <widget class="QLineEdit" name="lineEdit_LidarPeception">
  213. <property name="geometry">
  214. <rect>
  215. <x>520</x>
  216. <y>264</y>
  217. <width>171</width>
  218. <height>41</height>
  219. </rect>
  220. </property>
  221. <property name="readOnly">
  222. <bool>true</bool>
  223. </property>
  224. </widget>
  225. <widget class="QLineEdit" name="lineEdit_LidarRight">
  226. <property name="geometry">
  227. <rect>
  228. <x>520</x>
  229. <y>140</y>
  230. <width>171</width>
  231. <height>41</height>
  232. </rect>
  233. </property>
  234. <property name="readOnly">
  235. <bool>true</bool>
  236. </property>
  237. </widget>
  238. <widget class="QProgressBar" name="progressBar">
  239. <property name="geometry">
  240. <rect>
  241. <x>30</x>
  242. <y>330</y>
  243. <width>661</width>
  244. <height>51</height>
  245. </rect>
  246. </property>
  247. <property name="value">
  248. <number>24</number>
  249. </property>
  250. </widget>
  251. <widget class="QPushButton" name="pushButton_OutReport">
  252. <property name="geometry">
  253. <rect>
  254. <x>420</x>
  255. <y>20</y>
  256. <width>181</width>
  257. <height>41</height>
  258. </rect>
  259. </property>
  260. <property name="text">
  261. <string>Out Report</string>
  262. </property>
  263. </widget>
  264. </widget>
  265. <widget class="QMenuBar" name="menuBar">
  266. <property name="geometry">
  267. <rect>
  268. <x>0</x>
  269. <y>0</y>
  270. <width>750</width>
  271. <height>28</height>
  272. </rect>
  273. </property>
  274. </widget>
  275. <widget class="QToolBar" name="mainToolBar">
  276. <attribute name="toolBarArea">
  277. <enum>TopToolBarArea</enum>
  278. </attribute>
  279. <attribute name="toolBarBreak">
  280. <bool>false</bool>
  281. </attribute>
  282. </widget>
  283. <widget class="QStatusBar" name="statusBar"/>
  284. </widget>
  285. <layoutdefault spacing="6" margin="11"/>
  286. <resources/>
  287. <connections/>
  288. </ui>