adcintelligentshow.ui 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ADCIntelligentShow</class>
  4. <widget class="QMainWindow" name="ADCIntelligentShow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1181</width>
  10. <height>1126</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>ADCIntelligentShow</string>
  21. </property>
  22. <widget class="QWidget" name="centralWidget">
  23. <property name="sizePolicy">
  24. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  25. <horstretch>0</horstretch>
  26. <verstretch>0</verstretch>
  27. </sizepolicy>
  28. </property>
  29. <widget class="QLabel" name="label">
  30. <property name="geometry">
  31. <rect>
  32. <x>290</x>
  33. <y>90</y>
  34. <width>300</width>
  35. <height>181</height>
  36. </rect>
  37. </property>
  38. <property name="styleSheet">
  39. <string notr="true">font: 75 80pt &quot;微软雅黑&quot;;
  40. color: rgb(238, 238, 238);</string>
  41. </property>
  42. <property name="text">
  43. <string>0</string>
  44. </property>
  45. <property name="alignment">
  46. <set>Qt::AlignCenter</set>
  47. </property>
  48. </widget>
  49. <widget class="QPushButton" name="pushButton">
  50. <property name="geometry">
  51. <rect>
  52. <x>55</x>
  53. <y>133</y>
  54. <width>200</width>
  55. <height>200</height>
  56. </rect>
  57. </property>
  58. <property name="styleSheet">
  59. <string notr="true">border-image: url(:/new/pic/button_gray.png);</string>
  60. </property>
  61. <property name="text">
  62. <string/>
  63. </property>
  64. <property name="checkable">
  65. <bool>false</bool>
  66. </property>
  67. <property name="checked">
  68. <bool>false</bool>
  69. </property>
  70. <property name="flat">
  71. <bool>true</bool>
  72. </property>
  73. </widget>
  74. <widget class="QLabel" name="map">
  75. <property name="geometry">
  76. <rect>
  77. <x>240</x>
  78. <y>410</y>
  79. <width>90</width>
  80. <height>61</height>
  81. </rect>
  82. </property>
  83. <property name="styleSheet">
  84. <string notr="true">color: rgb(220, 220, 220);
  85. font: 15pt &quot;Arial&quot;;</string>
  86. </property>
  87. <property name="text">
  88. <string>地图</string>
  89. </property>
  90. <property name="alignment">
  91. <set>Qt::AlignCenter</set>
  92. </property>
  93. </widget>
  94. <widget class="QLabel" name="run">
  95. <property name="geometry">
  96. <rect>
  97. <x>80</x>
  98. <y>410</y>
  99. <width>90</width>
  100. <height>61</height>
  101. </rect>
  102. </property>
  103. <property name="styleSheet">
  104. <string notr="true">color: rgb(220, 220, 220);
  105. font: 15pt &quot;Arial&quot;;</string>
  106. </property>
  107. <property name="text">
  108. <string>运行</string>
  109. </property>
  110. <property name="alignment">
  111. <set>Qt::AlignCenter</set>
  112. </property>
  113. </widget>
  114. <widget class="QLabel" name="can">
  115. <property name="geometry">
  116. <rect>
  117. <x>400</x>
  118. <y>410</y>
  119. <width>90</width>
  120. <height>61</height>
  121. </rect>
  122. </property>
  123. <property name="styleSheet">
  124. <string notr="true">font:15pt &quot;Arial&quot;;
  125. color: rgb(220, 220, 220);</string>
  126. </property>
  127. <property name="text">
  128. <string>Can卡</string>
  129. </property>
  130. <property name="alignment">
  131. <set>Qt::AlignCenter</set>
  132. </property>
  133. </widget>
  134. <widget class="QLabel" name="label_9">
  135. <property name="geometry">
  136. <rect>
  137. <x>60</x>
  138. <y>480</y>
  139. <width>101</width>
  140. <height>51</height>
  141. </rect>
  142. </property>
  143. <property name="styleSheet">
  144. <string notr="true">font: 15pt &quot;Arial&quot;;
  145. color: rgb(220, 220, 220);</string>
  146. </property>
  147. <property name="text">
  148. <string>加速度</string>
  149. </property>
  150. <property name="alignment">
  151. <set>Qt::AlignCenter</set>
  152. </property>
  153. </widget>
  154. <widget class="QLabel" name="label_11">
  155. <property name="geometry">
  156. <rect>
  157. <x>400</x>
  158. <y>480</y>
  159. <width>90</width>
  160. <height>51</height>
  161. </rect>
  162. </property>
  163. <property name="styleSheet">
  164. <string notr="true">color: rgb(200, 200, 200);
  165. font: 15pt &quot;Arial&quot;;
  166. </string>
  167. </property>
  168. <property name="text">
  169. <string>转向</string>
  170. </property>
  171. <property name="alignment">
  172. <set>Qt::AlignCenter</set>
  173. </property>
  174. </widget>
  175. <widget class="QLabel" name="acc">
  176. <property name="geometry">
  177. <rect>
  178. <x>170</x>
  179. <y>480</y>
  180. <width>170</width>
  181. <height>51</height>
  182. </rect>
  183. </property>
  184. <property name="styleSheet">
  185. <string notr="true">color: rgb(255, 255, 255);
  186. background-color: transparent;
  187. border-radius:10px;
  188. font: 13pt &quot;Arial&quot;;
  189. border:7px groove rgb(0,45,70);</string>
  190. </property>
  191. <property name="text">
  192. <string/>
  193. </property>
  194. <property name="alignment">
  195. <set>Qt::AlignCenter</set>
  196. </property>
  197. </widget>
  198. <widget class="QLabel" name="swerve">
  199. <property name="geometry">
  200. <rect>
  201. <x>500</x>
  202. <y>480</y>
  203. <width>170</width>
  204. <height>51</height>
  205. </rect>
  206. </property>
  207. <property name="styleSheet">
  208. <string notr="true">color: rgb(255, 255, 255);
  209. background-color: transparent;
  210. border-radius:10px;
  211. font: 13pt &quot;Arial&quot;;
  212. border:7px groove rgb(0,45,70);</string>
  213. </property>
  214. <property name="text">
  215. <string/>
  216. </property>
  217. <property name="alignment">
  218. <set>Qt::AlignCenter</set>
  219. </property>
  220. </widget>
  221. <widget class="QLabel" name="lng">
  222. <property name="geometry">
  223. <rect>
  224. <x>170</x>
  225. <y>550</y>
  226. <width>170</width>
  227. <height>51</height>
  228. </rect>
  229. </property>
  230. <property name="styleSheet">
  231. <string notr="true">color: rgb(255, 255, 255);
  232. background-color: transparent;
  233. border-radius:10px;
  234. font: 13pt &quot;Arial&quot;;
  235. border:7px groove rgb(0,45,70);</string>
  236. </property>
  237. <property name="text">
  238. <string/>
  239. </property>
  240. <property name="alignment">
  241. <set>Qt::AlignCenter</set>
  242. </property>
  243. </widget>
  244. <widget class="QLabel" name="label_12">
  245. <property name="geometry">
  246. <rect>
  247. <x>60</x>
  248. <y>550</y>
  249. <width>101</width>
  250. <height>51</height>
  251. </rect>
  252. </property>
  253. <property name="styleSheet">
  254. <string notr="true">font: 15pt &quot;Arial&quot;;
  255. color: rgb(200, 200, 200);</string>
  256. </property>
  257. <property name="text">
  258. <string>经度</string>
  259. </property>
  260. <property name="alignment">
  261. <set>Qt::AlignCenter</set>
  262. </property>
  263. </widget>
  264. <widget class="QLabel" name="label_13">
  265. <property name="geometry">
  266. <rect>
  267. <x>400</x>
  268. <y>550</y>
  269. <width>101</width>
  270. <height>51</height>
  271. </rect>
  272. </property>
  273. <property name="styleSheet">
  274. <string notr="true">font: 15pt &quot;Arial&quot;;
  275. color: rgb(200, 200, 200);</string>
  276. </property>
  277. <property name="text">
  278. <string>纬度</string>
  279. </property>
  280. <property name="alignment">
  281. <set>Qt::AlignCenter</set>
  282. </property>
  283. </widget>
  284. <widget class="QLabel" name="lat">
  285. <property name="geometry">
  286. <rect>
  287. <x>500</x>
  288. <y>550</y>
  289. <width>170</width>
  290. <height>51</height>
  291. </rect>
  292. </property>
  293. <property name="styleSheet">
  294. <string notr="true">color: rgb(255, 255, 255);
  295. background-color: transparent;
  296. border-radius:10px;
  297. font: 13pt &quot;Arial&quot;;
  298. border:7px groove rgb(0,45,70);</string>
  299. </property>
  300. <property name="text">
  301. <string/>
  302. </property>
  303. <property name="alignment">
  304. <set>Qt::AlignCenter</set>
  305. </property>
  306. </widget>
  307. <widget class="QLabel" name="label_15">
  308. <property name="geometry">
  309. <rect>
  310. <x>60</x>
  311. <y>690</y>
  312. <width>101</width>
  313. <height>51</height>
  314. </rect>
  315. </property>
  316. <property name="styleSheet">
  317. <string notr="true">color: rgb(200, 200, 200);
  318. font: 15pt &quot;Arial&quot;;</string>
  319. </property>
  320. <property name="text">
  321. <string>障碍物</string>
  322. </property>
  323. <property name="alignment">
  324. <set>Qt::AlignCenter</set>
  325. </property>
  326. </widget>
  327. <widget class="QLabel" name="radarob">
  328. <property name="geometry">
  329. <rect>
  330. <x>170</x>
  331. <y>620</y>
  332. <width>170</width>
  333. <height>51</height>
  334. </rect>
  335. </property>
  336. <property name="styleSheet">
  337. <string notr="true">color: rgb(255, 255, 255);
  338. background-color: transparent;
  339. border-radius:10px;
  340. font: 13pt &quot;Arial&quot;;
  341. border:7px groove rgb(0,45,70);</string>
  342. </property>
  343. <property name="text">
  344. <string/>
  345. </property>
  346. <property name="alignment">
  347. <set>Qt::AlignCenter</set>
  348. </property>
  349. </widget>
  350. <widget class="QLabel" name="lidarob">
  351. <property name="geometry">
  352. <rect>
  353. <x>500</x>
  354. <y>620</y>
  355. <width>170</width>
  356. <height>51</height>
  357. </rect>
  358. </property>
  359. <property name="styleSheet">
  360. <string notr="true">color: rgb(255, 255, 255);
  361. background-color: transparent;
  362. border-radius:10px;
  363. font: 13pt &quot;Arial&quot;;
  364. border:7px groove rgb(0,45,70);</string>
  365. </property>
  366. <property name="text">
  367. <string/>
  368. </property>
  369. <property name="alignment">
  370. <set>Qt::AlignCenter</set>
  371. </property>
  372. </widget>
  373. <widget class="QLabel" name="allob">
  374. <property name="geometry">
  375. <rect>
  376. <x>170</x>
  377. <y>690</y>
  378. <width>170</width>
  379. <height>51</height>
  380. </rect>
  381. </property>
  382. <property name="styleSheet">
  383. <string notr="true">color: rgb(255, 255, 255);
  384. background-color: transparent;
  385. border-radius:10px;
  386. font: 13pt &quot;Arial&quot;;
  387. border:7px groove rgb(0,45,70);</string>
  388. </property>
  389. <property name="text">
  390. <string/>
  391. </property>
  392. <property name="alignment">
  393. <set>Qt::AlignCenter</set>
  394. </property>
  395. </widget>
  396. <widget class="QLabel" name="local">
  397. <property name="geometry">
  398. <rect>
  399. <x>550</x>
  400. <y>410</y>
  401. <width>111</width>
  402. <height>61</height>
  403. </rect>
  404. </property>
  405. <property name="styleSheet">
  406. <string notr="true">color: rgb(220, 220, 220);
  407. font: 15pt &quot;Arial&quot;;</string>
  408. </property>
  409. <property name="text">
  410. <string>定位</string>
  411. </property>
  412. <property name="alignment">
  413. <set>Qt::AlignCenter</set>
  414. </property>
  415. </widget>
  416. <widget class="QLabel" name="radar">
  417. <property name="geometry">
  418. <rect>
  419. <x>80</x>
  420. <y>920</y>
  421. <width>90</width>
  422. <height>61</height>
  423. </rect>
  424. </property>
  425. <property name="styleSheet">
  426. <string notr="true">color: rgb(220, 220, 220);
  427. font: 15pt &quot;Arial&quot;;</string>
  428. </property>
  429. <property name="text">
  430. <string>毫米波</string>
  431. </property>
  432. <property name="alignment">
  433. <set>Qt::AlignCenter</set>
  434. </property>
  435. </widget>
  436. <widget class="QLabel" name="lidar">
  437. <property name="geometry">
  438. <rect>
  439. <x>240</x>
  440. <y>920</y>
  441. <width>90</width>
  442. <height>61</height>
  443. </rect>
  444. </property>
  445. <property name="styleSheet">
  446. <string notr="true">color: rgb(220, 220, 220);
  447. font: 15pt &quot;Arial&quot;;</string>
  448. </property>
  449. <property name="text">
  450. <string>激光</string>
  451. </property>
  452. <property name="alignment">
  453. <set>Qt::AlignCenter</set>
  454. </property>
  455. </widget>
  456. <widget class="QLabel" name="connect">
  457. <property name="geometry">
  458. <rect>
  459. <x>60</x>
  460. <y>70</y>
  461. <width>191</width>
  462. <height>51</height>
  463. </rect>
  464. </property>
  465. <property name="styleSheet">
  466. <string notr="true">image: url(:/new/pic/connect_grey.png);</string>
  467. </property>
  468. <property name="text">
  469. <string/>
  470. </property>
  471. <property name="alignment">
  472. <set>Qt::AlignCenter</set>
  473. </property>
  474. </widget>
  475. <widget class="QWidget" name="widget_2" native="true">
  476. <property name="geometry">
  477. <rect>
  478. <x>730</x>
  479. <y>-80</y>
  480. <width>1101</width>
  481. <height>1350</height>
  482. </rect>
  483. </property>
  484. </widget>
  485. <widget class="QPushButton" name="park">
  486. <property name="geometry">
  487. <rect>
  488. <x>400</x>
  489. <y>860</y>
  490. <width>120</width>
  491. <height>120</height>
  492. </rect>
  493. </property>
  494. <property name="autoFillBackground">
  495. <bool>false</bool>
  496. </property>
  497. <property name="styleSheet">
  498. <string notr="true">border-image: url(:/new/pic/park_gray.png);</string>
  499. </property>
  500. <property name="text">
  501. <string/>
  502. </property>
  503. <property name="flat">
  504. <bool>true</bool>
  505. </property>
  506. </widget>
  507. <widget class="QCheckBox" name="checkBox">
  508. <property name="geometry">
  509. <rect>
  510. <x>560</x>
  511. <y>689</y>
  512. <width>110</width>
  513. <height>110</height>
  514. </rect>
  515. </property>
  516. <property name="autoFillBackground">
  517. <bool>false</bool>
  518. </property>
  519. <property name="styleSheet">
  520. <string notr="true">color: rgb(255, 255, 255);
  521. font: 13pt &quot;Arial&quot;;</string>
  522. </property>
  523. <property name="text">
  524. <string/>
  525. </property>
  526. <property name="checked">
  527. <bool>false</bool>
  528. </property>
  529. <property name="autoRepeat">
  530. <bool>false</bool>
  531. </property>
  532. <property name="tristate">
  533. <bool>false</bool>
  534. </property>
  535. </widget>
  536. <widget class="QLabel" name="runimg">
  537. <property name="geometry">
  538. <rect>
  539. <x>100</x>
  540. <y>360</y>
  541. <width>51</width>
  542. <height>51</height>
  543. </rect>
  544. </property>
  545. <property name="styleSheet">
  546. <string notr="true">background-image: url(:/new/pic/blue.png);</string>
  547. </property>
  548. <property name="text">
  549. <string/>
  550. </property>
  551. <property name="alignment">
  552. <set>Qt::AlignCenter</set>
  553. </property>
  554. </widget>
  555. <widget class="QLabel" name="mapimg">
  556. <property name="geometry">
  557. <rect>
  558. <x>260</x>
  559. <y>360</y>
  560. <width>51</width>
  561. <height>51</height>
  562. </rect>
  563. </property>
  564. <property name="styleSheet">
  565. <string notr="true">background-image: url(:/new/pic/blue.png);</string>
  566. </property>
  567. <property name="text">
  568. <string/>
  569. </property>
  570. <property name="alignment">
  571. <set>Qt::AlignCenter</set>
  572. </property>
  573. </widget>
  574. <widget class="QLabel" name="canimg">
  575. <property name="geometry">
  576. <rect>
  577. <x>420</x>
  578. <y>360</y>
  579. <width>51</width>
  580. <height>51</height>
  581. </rect>
  582. </property>
  583. <property name="styleSheet">
  584. <string notr="true">background-image: url(:/new/pic/blue.png);</string>
  585. </property>
  586. <property name="text">
  587. <string/>
  588. </property>
  589. <property name="alignment">
  590. <set>Qt::AlignCenter</set>
  591. </property>
  592. </widget>
  593. <widget class="QLabel" name="localimg">
  594. <property name="geometry">
  595. <rect>
  596. <x>580</x>
  597. <y>360</y>
  598. <width>51</width>
  599. <height>51</height>
  600. </rect>
  601. </property>
  602. <property name="styleSheet">
  603. <string notr="true">background-image: url(:/new/pic/blue.png);</string>
  604. </property>
  605. <property name="text">
  606. <string/>
  607. </property>
  608. <property name="alignment">
  609. <set>Qt::AlignCenter</set>
  610. </property>
  611. </widget>
  612. <widget class="QLabel" name="radarimg">
  613. <property name="geometry">
  614. <rect>
  615. <x>100</x>
  616. <y>860</y>
  617. <width>51</width>
  618. <height>51</height>
  619. </rect>
  620. </property>
  621. <property name="styleSheet">
  622. <string notr="true">background-image: url(:/new/pic/blue.png);</string>
  623. </property>
  624. <property name="text">
  625. <string/>
  626. </property>
  627. <property name="alignment">
  628. <set>Qt::AlignCenter</set>
  629. </property>
  630. </widget>
  631. <widget class="QLabel" name="lidarimg">
  632. <property name="geometry">
  633. <rect>
  634. <x>260</x>
  635. <y>860</y>
  636. <width>51</width>
  637. <height>51</height>
  638. </rect>
  639. </property>
  640. <property name="styleSheet">
  641. <string notr="true">background-image: url(:/new/pic/blue.png);</string>
  642. </property>
  643. <property name="text">
  644. <string/>
  645. </property>
  646. <property name="alignment">
  647. <set>Qt::AlignCenter</set>
  648. </property>
  649. </widget>
  650. <widget class="QLabel" name="label_14">
  651. <property name="geometry">
  652. <rect>
  653. <x>60</x>
  654. <y>620</y>
  655. <width>101</width>
  656. <height>51</height>
  657. </rect>
  658. </property>
  659. <property name="styleSheet">
  660. <string notr="true">font: 15pt &quot;Arial&quot;;
  661. color: rgb(200, 200, 200);</string>
  662. </property>
  663. <property name="text">
  664. <string>毫米波</string>
  665. </property>
  666. <property name="alignment">
  667. <set>Qt::AlignCenter</set>
  668. </property>
  669. </widget>
  670. <widget class="QLabel" name="label_16">
  671. <property name="geometry">
  672. <rect>
  673. <x>400</x>
  674. <y>620</y>
  675. <width>101</width>
  676. <height>51</height>
  677. </rect>
  678. </property>
  679. <property name="styleSheet">
  680. <string notr="true">font: 15pt &quot;Arial&quot;;
  681. color: rgb(200, 200, 200);</string>
  682. </property>
  683. <property name="text">
  684. <string>激光</string>
  685. </property>
  686. <property name="alignment">
  687. <set>Qt::AlignCenter</set>
  688. </property>
  689. </widget>
  690. <widget class="QWidget" name="widget" native="true">
  691. <property name="geometry">
  692. <rect>
  693. <x>10</x>
  694. <y>0</y>
  695. <width>1900</width>
  696. <height>31</height>
  697. </rect>
  698. </property>
  699. <widget class="QLabel" name="label_2">
  700. <property name="geometry">
  701. <rect>
  702. <x>50</x>
  703. <y>5</y>
  704. <width>481</width>
  705. <height>30</height>
  706. </rect>
  707. </property>
  708. <property name="font">
  709. <font>
  710. <pointsize>15</pointsize>
  711. </font>
  712. </property>
  713. <property name="styleSheet">
  714. <string notr="true">color: rgb(255, 255, 255);</string>
  715. </property>
  716. <property name="text">
  717. <string>北京汽车技师学院</string>
  718. </property>
  719. <property name="alignment">
  720. <set>Qt::AlignCenter</set>
  721. </property>
  722. </widget>
  723. <widget class="QLabel" name="label_3">
  724. <property name="geometry">
  725. <rect>
  726. <x>1480</x>
  727. <y>6</y>
  728. <width>101</width>
  729. <height>31</height>
  730. </rect>
  731. </property>
  732. <property name="styleSheet">
  733. <string notr="true">color: rgb(255, 255, 255);</string>
  734. </property>
  735. <property name="text">
  736. <string>技术支持</string>
  737. </property>
  738. <property name="alignment">
  739. <set>Qt::AlignCenter</set>
  740. </property>
  741. </widget>
  742. <widget class="QLabel" name="label_4">
  743. <property name="geometry">
  744. <rect>
  745. <x>1360</x>
  746. <y>6</y>
  747. <width>101</width>
  748. <height>31</height>
  749. </rect>
  750. </property>
  751. <property name="styleSheet">
  752. <string notr="true">color: rgb(255, 255, 255);</string>
  753. </property>
  754. <property name="text">
  755. <string>商务合作</string>
  756. </property>
  757. <property name="alignment">
  758. <set>Qt::AlignCenter</set>
  759. </property>
  760. </widget>
  761. </widget>
  762. <widget class="QPushButton" name="pushButton_2">
  763. <property name="geometry">
  764. <rect>
  765. <x>550</x>
  766. <y>830</y>
  767. <width>171</width>
  768. <height>161</height>
  769. </rect>
  770. </property>
  771. <property name="autoFillBackground">
  772. <bool>false</bool>
  773. </property>
  774. <property name="text">
  775. <string/>
  776. </property>
  777. <property name="flat">
  778. <bool>true</bool>
  779. </property>
  780. </widget>
  781. <widget class="QCheckBox" name="checkBox_2">
  782. <property name="geometry">
  783. <rect>
  784. <x>400</x>
  785. <y>689</y>
  786. <width>110</width>
  787. <height>110</height>
  788. </rect>
  789. </property>
  790. <property name="styleSheet">
  791. <string notr="true">color: rgb(255, 255, 255);
  792. font: 13pt &quot;Arial&quot;;
  793. </string>
  794. </property>
  795. <property name="text">
  796. <string/>
  797. </property>
  798. </widget>
  799. <widget class="QLabel" name="label_5">
  800. <property name="geometry">
  801. <rect>
  802. <x>680</x>
  803. <y>270</y>
  804. <width>91</width>
  805. <height>31</height>
  806. </rect>
  807. </property>
  808. <property name="styleSheet">
  809. <string notr="true">font: 75 24pt &quot;Arial&quot;;</string>
  810. </property>
  811. <property name="text">
  812. <string/>
  813. </property>
  814. </widget>
  815. <widget class="QLabel" name="label_6">
  816. <property name="geometry">
  817. <rect>
  818. <x>610</x>
  819. <y>240</y>
  820. <width>121</width>
  821. <height>81</height>
  822. </rect>
  823. </property>
  824. <property name="styleSheet">
  825. <string notr="true">font: 75 28pt &quot;Arial&quot;;
  826. color: rgb(255, 255, 255);</string>
  827. </property>
  828. <property name="text">
  829. <string>km/h</string>
  830. </property>
  831. </widget>
  832. <widget class="QLabel" name="label_17">
  833. <property name="geometry">
  834. <rect>
  835. <x>60</x>
  836. <y>760</y>
  837. <width>101</width>
  838. <height>51</height>
  839. </rect>
  840. </property>
  841. <property name="styleSheet">
  842. <string notr="true">color: rgb(200, 200, 200);
  843. font: 15pt &quot;Arial&quot;;</string>
  844. </property>
  845. <property name="text">
  846. <string>制动</string>
  847. </property>
  848. <property name="alignment">
  849. <set>Qt::AlignCenter</set>
  850. </property>
  851. </widget>
  852. <widget class="QLabel" name="break_1">
  853. <property name="geometry">
  854. <rect>
  855. <x>170</x>
  856. <y>760</y>
  857. <width>170</width>
  858. <height>51</height>
  859. </rect>
  860. </property>
  861. <property name="styleSheet">
  862. <string notr="true">color: rgb(255, 255, 255);
  863. background-color: transparent;
  864. border-radius:10px;
  865. font: 13pt &quot;Arial&quot;;
  866. border:7px groove rgb(0,45,70);</string>
  867. </property>
  868. <property name="text">
  869. <string/>
  870. </property>
  871. <property name="alignment">
  872. <set>Qt::AlignCenter</set>
  873. </property>
  874. </widget>
  875. <zorder>pushButton_2</zorder>
  876. <zorder>run</zorder>
  877. <zorder>mapimg</zorder>
  878. <zorder>label</zorder>
  879. <zorder>pushButton</zorder>
  880. <zorder>map</zorder>
  881. <zorder>label_11</zorder>
  882. <zorder>acc</zorder>
  883. <zorder>swerve</zorder>
  884. <zorder>lng</zorder>
  885. <zorder>label_12</zorder>
  886. <zorder>label_13</zorder>
  887. <zorder>lat</zorder>
  888. <zorder>label_15</zorder>
  889. <zorder>radarob</zorder>
  890. <zorder>lidarob</zorder>
  891. <zorder>allob</zorder>
  892. <zorder>connect</zorder>
  893. <zorder>widget_2</zorder>
  894. <zorder>checkBox</zorder>
  895. <zorder>label_9</zorder>
  896. <zorder>canimg</zorder>
  897. <zorder>can</zorder>
  898. <zorder>localimg</zorder>
  899. <zorder>local</zorder>
  900. <zorder>radarimg</zorder>
  901. <zorder>radar</zorder>
  902. <zorder>lidarimg</zorder>
  903. <zorder>lidar</zorder>
  904. <zorder>park</zorder>
  905. <zorder>label_14</zorder>
  906. <zorder>label_16</zorder>
  907. <zorder>runimg</zorder>
  908. <zorder>widget</zorder>
  909. <zorder>checkBox_2</zorder>
  910. <zorder>label_5</zorder>
  911. <zorder>label_6</zorder>
  912. <zorder>label_17</zorder>
  913. <zorder>break_1</zorder>
  914. </widget>
  915. </widget>
  916. <layoutdefault spacing="6" margin="11"/>
  917. <resources/>
  918. <connections/>
  919. </ui>