mainwindowcenter.ui 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindowCenter</class>
  4. <widget class="QMainWindow" name="MainWindowCenter">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1920</width>
  10. <height>603</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset resource="remotectrl.qrc">
  18. <normaloff>:/remotectrl.png</normaloff>:/remotectrl.png</iconset>
  19. </property>
  20. <widget class="QWidget" name="centralwidget">
  21. <widget class="QLineEdit" name="lineEdit_lat">
  22. <property name="geometry">
  23. <rect>
  24. <x>940</x>
  25. <y>50</y>
  26. <width>113</width>
  27. <height>25</height>
  28. </rect>
  29. </property>
  30. </widget>
  31. <widget class="QLineEdit" name="lineEdit_lon">
  32. <property name="geometry">
  33. <rect>
  34. <x>940</x>
  35. <y>110</y>
  36. <width>113</width>
  37. <height>25</height>
  38. </rect>
  39. </property>
  40. </widget>
  41. <widget class="QPushButton" name="pushButton_test">
  42. <property name="geometry">
  43. <rect>
  44. <x>950</x>
  45. <y>190</y>
  46. <width>89</width>
  47. <height>25</height>
  48. </rect>
  49. </property>
  50. <property name="text">
  51. <string>Test</string>
  52. </property>
  53. </widget>
  54. <widget class="QGroupBox" name="groupBox_rem">
  55. <property name="geometry">
  56. <rect>
  57. <x>840</x>
  58. <y>240</y>
  59. <width>291</width>
  60. <height>311</height>
  61. </rect>
  62. </property>
  63. <property name="styleSheet">
  64. <string notr="true"/>
  65. </property>
  66. <property name="title">
  67. <string>Control</string>
  68. </property>
  69. <widget class="QRadioButton" name="radioButton_manual">
  70. <property name="geometry">
  71. <rect>
  72. <x>10</x>
  73. <y>30</y>
  74. <width>61</width>
  75. <height>23</height>
  76. </rect>
  77. </property>
  78. <property name="text">
  79. <string>远程</string>
  80. </property>
  81. </widget>
  82. <widget class="QRadioButton" name="radioButton_auto">
  83. <property name="geometry">
  84. <rect>
  85. <x>80</x>
  86. <y>30</y>
  87. <width>61</width>
  88. <height>23</height>
  89. </rect>
  90. </property>
  91. <property name="text">
  92. <string>自动</string>
  93. </property>
  94. </widget>
  95. <widget class="QGroupBox" name="groupBox">
  96. <property name="geometry">
  97. <rect>
  98. <x>10</x>
  99. <y>129</y>
  100. <width>151</width>
  101. <height>121</height>
  102. </rect>
  103. </property>
  104. <property name="title">
  105. <string>档位</string>
  106. </property>
  107. <widget class="QRadioButton" name="radioButton_Drive">
  108. <property name="geometry">
  109. <rect>
  110. <x>10</x>
  111. <y>30</y>
  112. <width>112</width>
  113. <height>23</height>
  114. </rect>
  115. </property>
  116. <property name="text">
  117. <string>前进</string>
  118. </property>
  119. </widget>
  120. <widget class="QRadioButton" name="radioButton_Null">
  121. <property name="geometry">
  122. <rect>
  123. <x>10</x>
  124. <y>60</y>
  125. <width>112</width>
  126. <height>23</height>
  127. </rect>
  128. </property>
  129. <property name="text">
  130. <string>空档</string>
  131. </property>
  132. </widget>
  133. <widget class="QRadioButton" name="radioButton_Rear">
  134. <property name="geometry">
  135. <rect>
  136. <x>10</x>
  137. <y>90</y>
  138. <width>112</width>
  139. <height>23</height>
  140. </rect>
  141. </property>
  142. <property name="text">
  143. <string>后退</string>
  144. </property>
  145. </widget>
  146. </widget>
  147. <widget class="QSlider" name="horizontalSlider_wheelspeed">
  148. <property name="geometry">
  149. <rect>
  150. <x>10</x>
  151. <y>100</y>
  152. <width>181</width>
  153. <height>21</height>
  154. </rect>
  155. </property>
  156. <property name="orientation">
  157. <enum>Qt::Horizontal</enum>
  158. </property>
  159. </widget>
  160. <widget class="QLabel" name="label">
  161. <property name="geometry">
  162. <rect>
  163. <x>10</x>
  164. <y>60</y>
  165. <width>131</width>
  166. <height>31</height>
  167. </rect>
  168. </property>
  169. <property name="text">
  170. <string>Wheel Speed:</string>
  171. </property>
  172. </widget>
  173. </widget>
  174. <widget class="QGroupBox" name="groupBox_map">
  175. <property name="geometry">
  176. <rect>
  177. <x>420</x>
  178. <y>190</y>
  179. <width>351</width>
  180. <height>121</height>
  181. </rect>
  182. </property>
  183. <property name="styleSheet">
  184. <string notr="true"/>
  185. </property>
  186. <property name="title">
  187. <string>Map</string>
  188. </property>
  189. <widget class="QPushButton" name="pushButton_Go">
  190. <property name="geometry">
  191. <rect>
  192. <x>240</x>
  193. <y>50</y>
  194. <width>91</width>
  195. <height>41</height>
  196. </rect>
  197. </property>
  198. <property name="text">
  199. <string>前往</string>
  200. </property>
  201. </widget>
  202. <widget class="QComboBox" name="comboBox_Station">
  203. <property name="geometry">
  204. <rect>
  205. <x>10</x>
  206. <y>50</y>
  207. <width>211</width>
  208. <height>41</height>
  209. </rect>
  210. </property>
  211. </widget>
  212. </widget>
  213. <widget class="QGroupBox" name="groupBox_gps">
  214. <property name="geometry">
  215. <rect>
  216. <x>200</x>
  217. <y>320</y>
  218. <width>411</width>
  219. <height>351</height>
  220. </rect>
  221. </property>
  222. <property name="styleSheet">
  223. <string notr="true"/>
  224. </property>
  225. <property name="title">
  226. <string>GPS</string>
  227. </property>
  228. <widget class="QLineEdit" name="lineEdit_gpsins">
  229. <property name="geometry">
  230. <rect>
  231. <x>80</x>
  232. <y>30</y>
  233. <width>81</width>
  234. <height>25</height>
  235. </rect>
  236. </property>
  237. </widget>
  238. <widget class="QLabel" name="label_gpsins">
  239. <property name="geometry">
  240. <rect>
  241. <x>10</x>
  242. <y>30</y>
  243. <width>67</width>
  244. <height>17</height>
  245. </rect>
  246. </property>
  247. <property name="text">
  248. <string>Ins</string>
  249. </property>
  250. </widget>
  251. <widget class="QLabel" name="label_gpsrtk">
  252. <property name="geometry">
  253. <rect>
  254. <x>190</x>
  255. <y>30</y>
  256. <width>67</width>
  257. <height>17</height>
  258. </rect>
  259. </property>
  260. <property name="text">
  261. <string>RTK</string>
  262. </property>
  263. </widget>
  264. <widget class="QLineEdit" name="lineEdit_gpsrtk">
  265. <property name="geometry">
  266. <rect>
  267. <x>250</x>
  268. <y>30</y>
  269. <width>81</width>
  270. <height>25</height>
  271. </rect>
  272. </property>
  273. </widget>
  274. <widget class="QLineEdit" name="lineEdit_gpslon">
  275. <property name="geometry">
  276. <rect>
  277. <x>80</x>
  278. <y>60</y>
  279. <width>81</width>
  280. <height>25</height>
  281. </rect>
  282. </property>
  283. </widget>
  284. <widget class="QLineEdit" name="lineEdit_gpslat">
  285. <property name="geometry">
  286. <rect>
  287. <x>250</x>
  288. <y>60</y>
  289. <width>81</width>
  290. <height>25</height>
  291. </rect>
  292. </property>
  293. </widget>
  294. <widget class="QLabel" name="label_gpslon">
  295. <property name="geometry">
  296. <rect>
  297. <x>10</x>
  298. <y>60</y>
  299. <width>67</width>
  300. <height>17</height>
  301. </rect>
  302. </property>
  303. <property name="text">
  304. <string>Lon</string>
  305. </property>
  306. </widget>
  307. <widget class="QLabel" name="label_gpslat">
  308. <property name="geometry">
  309. <rect>
  310. <x>190</x>
  311. <y>60</y>
  312. <width>67</width>
  313. <height>17</height>
  314. </rect>
  315. </property>
  316. <property name="text">
  317. <string>Lat</string>
  318. </property>
  319. </widget>
  320. <widget class="QLabel" name="label_gpsheading">
  321. <property name="geometry">
  322. <rect>
  323. <x>10</x>
  324. <y>90</y>
  325. <width>67</width>
  326. <height>17</height>
  327. </rect>
  328. </property>
  329. <property name="text">
  330. <string>Heading</string>
  331. </property>
  332. </widget>
  333. <widget class="QLineEdit" name="lineEdit_gpsheading">
  334. <property name="geometry">
  335. <rect>
  336. <x>80</x>
  337. <y>90</y>
  338. <width>81</width>
  339. <height>25</height>
  340. </rect>
  341. </property>
  342. </widget>
  343. <widget class="QLineEdit" name="lineEdit_gpsheight">
  344. <property name="geometry">
  345. <rect>
  346. <x>250</x>
  347. <y>90</y>
  348. <width>81</width>
  349. <height>25</height>
  350. </rect>
  351. </property>
  352. </widget>
  353. <widget class="QLabel" name="label_gpsheight">
  354. <property name="geometry">
  355. <rect>
  356. <x>190</x>
  357. <y>90</y>
  358. <width>67</width>
  359. <height>17</height>
  360. </rect>
  361. </property>
  362. <property name="text">
  363. <string>Height</string>
  364. </property>
  365. </widget>
  366. <widget class="QLineEdit" name="lineEdit_gpsspeed">
  367. <property name="geometry">
  368. <rect>
  369. <x>80</x>
  370. <y>120</y>
  371. <width>81</width>
  372. <height>25</height>
  373. </rect>
  374. </property>
  375. </widget>
  376. <widget class="QLineEdit" name="lineEdit_gpssat">
  377. <property name="geometry">
  378. <rect>
  379. <x>250</x>
  380. <y>120</y>
  381. <width>81</width>
  382. <height>25</height>
  383. </rect>
  384. </property>
  385. </widget>
  386. <widget class="QLabel" name="label_gpsspeed">
  387. <property name="geometry">
  388. <rect>
  389. <x>10</x>
  390. <y>120</y>
  391. <width>67</width>
  392. <height>17</height>
  393. </rect>
  394. </property>
  395. <property name="text">
  396. <string>Speed</string>
  397. </property>
  398. </widget>
  399. <widget class="QLabel" name="label_gpssat">
  400. <property name="geometry">
  401. <rect>
  402. <x>190</x>
  403. <y>120</y>
  404. <width>67</width>
  405. <height>17</height>
  406. </rect>
  407. </property>
  408. <property name="text">
  409. <string>Sat</string>
  410. </property>
  411. </widget>
  412. </widget>
  413. <widget class="QGroupBox" name="groupBox_Status">
  414. <property name="geometry">
  415. <rect>
  416. <x>0</x>
  417. <y>0</y>
  418. <width>471</width>
  419. <height>121</height>
  420. </rect>
  421. </property>
  422. <property name="title">
  423. <string>Status</string>
  424. </property>
  425. <widget class="QLineEdit" name="lineEdit_Status_Connect">
  426. <property name="geometry">
  427. <rect>
  428. <x>87</x>
  429. <y>30</y>
  430. <width>81</width>
  431. <height>25</height>
  432. </rect>
  433. </property>
  434. </widget>
  435. <widget class="QLabel" name="label_Status_Connect">
  436. <property name="geometry">
  437. <rect>
  438. <x>10</x>
  439. <y>30</y>
  440. <width>67</width>
  441. <height>17</height>
  442. </rect>
  443. </property>
  444. <property name="text">
  445. <string>Connect</string>
  446. </property>
  447. </widget>
  448. <widget class="QLabel" name="label_Status_Vehicle">
  449. <property name="geometry">
  450. <rect>
  451. <x>230</x>
  452. <y>30</y>
  453. <width>67</width>
  454. <height>17</height>
  455. </rect>
  456. </property>
  457. <property name="text">
  458. <string>Vehicle</string>
  459. </property>
  460. </widget>
  461. <widget class="QLineEdit" name="lineEdit_Status_Vehicle">
  462. <property name="geometry">
  463. <rect>
  464. <x>310</x>
  465. <y>30</y>
  466. <width>81</width>
  467. <height>25</height>
  468. </rect>
  469. </property>
  470. </widget>
  471. <widget class="QLabel" name="label_Status_Front">
  472. <property name="geometry">
  473. <rect>
  474. <x>10</x>
  475. <y>60</y>
  476. <width>67</width>
  477. <height>17</height>
  478. </rect>
  479. </property>
  480. <property name="text">
  481. <string>Front</string>
  482. </property>
  483. </widget>
  484. <widget class="QLabel" name="label_Status_Rear">
  485. <property name="geometry">
  486. <rect>
  487. <x>230</x>
  488. <y>60</y>
  489. <width>67</width>
  490. <height>17</height>
  491. </rect>
  492. </property>
  493. <property name="text">
  494. <string>Rear</string>
  495. </property>
  496. </widget>
  497. <widget class="QLabel" name="label_Status_Left">
  498. <property name="geometry">
  499. <rect>
  500. <x>10</x>
  501. <y>90</y>
  502. <width>67</width>
  503. <height>17</height>
  504. </rect>
  505. </property>
  506. <property name="text">
  507. <string>Left</string>
  508. </property>
  509. </widget>
  510. <widget class="QLabel" name="label_Status_Right">
  511. <property name="geometry">
  512. <rect>
  513. <x>230</x>
  514. <y>90</y>
  515. <width>67</width>
  516. <height>17</height>
  517. </rect>
  518. </property>
  519. <property name="text">
  520. <string>Right</string>
  521. </property>
  522. </widget>
  523. <widget class="QLineEdit" name="lineEdit_Status_Front">
  524. <property name="geometry">
  525. <rect>
  526. <x>88</x>
  527. <y>60</y>
  528. <width>81</width>
  529. <height>25</height>
  530. </rect>
  531. </property>
  532. </widget>
  533. <widget class="QLineEdit" name="lineEdit_Status_Rear">
  534. <property name="geometry">
  535. <rect>
  536. <x>310</x>
  537. <y>60</y>
  538. <width>81</width>
  539. <height>25</height>
  540. </rect>
  541. </property>
  542. </widget>
  543. <widget class="QLineEdit" name="lineEdit_Status_Left">
  544. <property name="geometry">
  545. <rect>
  546. <x>90</x>
  547. <y>90</y>
  548. <width>81</width>
  549. <height>25</height>
  550. </rect>
  551. </property>
  552. </widget>
  553. <widget class="QLineEdit" name="lineEdit_Status_Right">
  554. <property name="geometry">
  555. <rect>
  556. <x>310</x>
  557. <y>90</y>
  558. <width>81</width>
  559. <height>25</height>
  560. </rect>
  561. </property>
  562. </widget>
  563. </widget>
  564. </widget>
  565. <widget class="QMenuBar" name="menubar">
  566. <property name="geometry">
  567. <rect>
  568. <x>0</x>
  569. <y>0</y>
  570. <width>1920</width>
  571. <height>28</height>
  572. </rect>
  573. </property>
  574. <widget class="QMenu" name="menuFile">
  575. <property name="title">
  576. <string>File</string>
  577. </property>
  578. <addaction name="actionSetting"/>
  579. <addaction name="actionSet_Query_Pass"/>
  580. <addaction name="actionSet_Ctrl_Pass"/>
  581. <addaction name="actionSave_Video"/>
  582. </widget>
  583. <widget class="QMenu" name="menuView">
  584. <property name="title">
  585. <string>View</string>
  586. </property>
  587. <addaction name="actionFullScreem"/>
  588. <addaction name="actionNormal"/>
  589. </widget>
  590. <addaction name="menuFile"/>
  591. <addaction name="menuView"/>
  592. </widget>
  593. <widget class="QStatusBar" name="statusbar"/>
  594. <action name="actionSetting">
  595. <property name="text">
  596. <string>Setting</string>
  597. </property>
  598. </action>
  599. <action name="actionSet_Query_Pass">
  600. <property name="text">
  601. <string>Set Query Pass</string>
  602. </property>
  603. </action>
  604. <action name="actionSet_Ctrl_Pass">
  605. <property name="text">
  606. <string>Set Ctrl Pass</string>
  607. </property>
  608. </action>
  609. <action name="actionFullScreem">
  610. <property name="text">
  611. <string>FullScreen</string>
  612. </property>
  613. </action>
  614. <action name="actionNormal">
  615. <property name="text">
  616. <string>Normal</string>
  617. </property>
  618. </action>
  619. <action name="actionSave_Video">
  620. <property name="checkable">
  621. <bool>true</bool>
  622. </property>
  623. <property name="text">
  624. <string>Save Video</string>
  625. </property>
  626. </action>
  627. </widget>
  628. <resources>
  629. <include location="remotectrl.qrc"/>
  630. </resources>
  631. <connections/>
  632. </ui>