mainwindow.ui 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523
  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>1183</width>
  10. <height>722</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>870</x>
  58. <y>270</y>
  59. <width>291</width>
  60. <height>311</height>
  61. </rect>
  62. </property>
  63. <property name="title">
  64. <string>Control</string>
  65. </property>
  66. <widget class="QRadioButton" name="radioButton_manual">
  67. <property name="geometry">
  68. <rect>
  69. <x>10</x>
  70. <y>40</y>
  71. <width>61</width>
  72. <height>23</height>
  73. </rect>
  74. </property>
  75. <property name="text">
  76. <string>远程</string>
  77. </property>
  78. </widget>
  79. <widget class="QRadioButton" name="radioButton_auto">
  80. <property name="geometry">
  81. <rect>
  82. <x>10</x>
  83. <y>70</y>
  84. <width>61</width>
  85. <height>23</height>
  86. </rect>
  87. </property>
  88. <property name="text">
  89. <string>自动</string>
  90. </property>
  91. </widget>
  92. <widget class="QGroupBox" name="groupBox">
  93. <property name="geometry">
  94. <rect>
  95. <x>10</x>
  96. <y>110</y>
  97. <width>71</width>
  98. <height>101</height>
  99. </rect>
  100. </property>
  101. <property name="title">
  102. <string>档位</string>
  103. </property>
  104. <widget class="QRadioButton" name="radioButton_Drive">
  105. <property name="geometry">
  106. <rect>
  107. <x>10</x>
  108. <y>30</y>
  109. <width>112</width>
  110. <height>23</height>
  111. </rect>
  112. </property>
  113. <property name="text">
  114. <string>前进</string>
  115. </property>
  116. </widget>
  117. <widget class="QRadioButton" name="radioButton_Null">
  118. <property name="geometry">
  119. <rect>
  120. <x>10</x>
  121. <y>50</y>
  122. <width>112</width>
  123. <height>23</height>
  124. </rect>
  125. </property>
  126. <property name="text">
  127. <string>空档</string>
  128. </property>
  129. </widget>
  130. <widget class="QRadioButton" name="radioButton_Rear">
  131. <property name="geometry">
  132. <rect>
  133. <x>10</x>
  134. <y>70</y>
  135. <width>112</width>
  136. <height>23</height>
  137. </rect>
  138. </property>
  139. <property name="text">
  140. <string>后退</string>
  141. </property>
  142. </widget>
  143. </widget>
  144. </widget>
  145. <widget class="QGroupBox" name="groupBox_map">
  146. <property name="geometry">
  147. <rect>
  148. <x>280</x>
  149. <y>320</y>
  150. <width>351</width>
  151. <height>121</height>
  152. </rect>
  153. </property>
  154. <property name="title">
  155. <string>Map</string>
  156. </property>
  157. <widget class="QPushButton" name="pushButton_Go">
  158. <property name="geometry">
  159. <rect>
  160. <x>240</x>
  161. <y>50</y>
  162. <width>91</width>
  163. <height>41</height>
  164. </rect>
  165. </property>
  166. <property name="text">
  167. <string>前往</string>
  168. </property>
  169. </widget>
  170. <widget class="QComboBox" name="comboBox_Station">
  171. <property name="geometry">
  172. <rect>
  173. <x>10</x>
  174. <y>50</y>
  175. <width>211</width>
  176. <height>41</height>
  177. </rect>
  178. </property>
  179. </widget>
  180. </widget>
  181. <widget class="QGroupBox" name="groupBox_gps">
  182. <property name="geometry">
  183. <rect>
  184. <x>280</x>
  185. <y>470</y>
  186. <width>361</width>
  187. <height>151</height>
  188. </rect>
  189. </property>
  190. <property name="title">
  191. <string>GPS</string>
  192. </property>
  193. <widget class="QLineEdit" name="lineEdit_gpsins">
  194. <property name="geometry">
  195. <rect>
  196. <x>80</x>
  197. <y>30</y>
  198. <width>81</width>
  199. <height>25</height>
  200. </rect>
  201. </property>
  202. </widget>
  203. <widget class="QLabel" name="label_gpsins">
  204. <property name="geometry">
  205. <rect>
  206. <x>10</x>
  207. <y>30</y>
  208. <width>67</width>
  209. <height>17</height>
  210. </rect>
  211. </property>
  212. <property name="text">
  213. <string>Ins</string>
  214. </property>
  215. </widget>
  216. <widget class="QLabel" name="label_gpsrtk">
  217. <property name="geometry">
  218. <rect>
  219. <x>190</x>
  220. <y>30</y>
  221. <width>67</width>
  222. <height>17</height>
  223. </rect>
  224. </property>
  225. <property name="text">
  226. <string>RTK</string>
  227. </property>
  228. </widget>
  229. <widget class="QLineEdit" name="lineEdit_gpsrtk">
  230. <property name="geometry">
  231. <rect>
  232. <x>250</x>
  233. <y>30</y>
  234. <width>81</width>
  235. <height>25</height>
  236. </rect>
  237. </property>
  238. </widget>
  239. <widget class="QLineEdit" name="lineEdit_gpslon">
  240. <property name="geometry">
  241. <rect>
  242. <x>80</x>
  243. <y>60</y>
  244. <width>81</width>
  245. <height>25</height>
  246. </rect>
  247. </property>
  248. </widget>
  249. <widget class="QLineEdit" name="lineEdit_gpslat">
  250. <property name="geometry">
  251. <rect>
  252. <x>250</x>
  253. <y>60</y>
  254. <width>81</width>
  255. <height>25</height>
  256. </rect>
  257. </property>
  258. </widget>
  259. <widget class="QLabel" name="label_gpslon">
  260. <property name="geometry">
  261. <rect>
  262. <x>10</x>
  263. <y>60</y>
  264. <width>67</width>
  265. <height>17</height>
  266. </rect>
  267. </property>
  268. <property name="text">
  269. <string>Lon</string>
  270. </property>
  271. </widget>
  272. <widget class="QLabel" name="label_gpslat">
  273. <property name="geometry">
  274. <rect>
  275. <x>190</x>
  276. <y>60</y>
  277. <width>67</width>
  278. <height>17</height>
  279. </rect>
  280. </property>
  281. <property name="text">
  282. <string>Lat</string>
  283. </property>
  284. </widget>
  285. <widget class="QLabel" name="label_gpsheading">
  286. <property name="geometry">
  287. <rect>
  288. <x>10</x>
  289. <y>90</y>
  290. <width>67</width>
  291. <height>17</height>
  292. </rect>
  293. </property>
  294. <property name="text">
  295. <string>Heading</string>
  296. </property>
  297. </widget>
  298. <widget class="QLineEdit" name="lineEdit_gpsheading">
  299. <property name="geometry">
  300. <rect>
  301. <x>80</x>
  302. <y>90</y>
  303. <width>81</width>
  304. <height>25</height>
  305. </rect>
  306. </property>
  307. </widget>
  308. <widget class="QLineEdit" name="lineEdit_gpsheight">
  309. <property name="geometry">
  310. <rect>
  311. <x>250</x>
  312. <y>90</y>
  313. <width>81</width>
  314. <height>25</height>
  315. </rect>
  316. </property>
  317. </widget>
  318. <widget class="QLabel" name="label_gpsheight">
  319. <property name="geometry">
  320. <rect>
  321. <x>190</x>
  322. <y>90</y>
  323. <width>67</width>
  324. <height>17</height>
  325. </rect>
  326. </property>
  327. <property name="text">
  328. <string>Height</string>
  329. </property>
  330. </widget>
  331. <widget class="QLineEdit" name="lineEdit_gpsspeed">
  332. <property name="geometry">
  333. <rect>
  334. <x>80</x>
  335. <y>120</y>
  336. <width>81</width>
  337. <height>25</height>
  338. </rect>
  339. </property>
  340. </widget>
  341. <widget class="QLineEdit" name="lineEdit_gpssat">
  342. <property name="geometry">
  343. <rect>
  344. <x>250</x>
  345. <y>120</y>
  346. <width>81</width>
  347. <height>25</height>
  348. </rect>
  349. </property>
  350. </widget>
  351. <widget class="QLabel" name="label_gpsspeed">
  352. <property name="geometry">
  353. <rect>
  354. <x>10</x>
  355. <y>120</y>
  356. <width>67</width>
  357. <height>17</height>
  358. </rect>
  359. </property>
  360. <property name="text">
  361. <string>Speed</string>
  362. </property>
  363. </widget>
  364. <widget class="QLabel" name="label_gpssat">
  365. <property name="geometry">
  366. <rect>
  367. <x>190</x>
  368. <y>120</y>
  369. <width>67</width>
  370. <height>17</height>
  371. </rect>
  372. </property>
  373. <property name="text">
  374. <string>Sat</string>
  375. </property>
  376. </widget>
  377. </widget>
  378. <widget class="QGroupBox" name="groupBox_picsel">
  379. <property name="geometry">
  380. <rect>
  381. <x>280</x>
  382. <y>210</y>
  383. <width>551</width>
  384. <height>91</height>
  385. </rect>
  386. </property>
  387. <property name="title">
  388. <string>图像</string>
  389. </property>
  390. <widget class="QRadioButton" name="radioButton_picfront">
  391. <property name="geometry">
  392. <rect>
  393. <x>10</x>
  394. <y>40</y>
  395. <width>51</width>
  396. <height>23</height>
  397. </rect>
  398. </property>
  399. <property name="text">
  400. <string>前</string>
  401. </property>
  402. </widget>
  403. <widget class="QRadioButton" name="radioButton_picrear">
  404. <property name="geometry">
  405. <rect>
  406. <x>70</x>
  407. <y>40</y>
  408. <width>51</width>
  409. <height>21</height>
  410. </rect>
  411. </property>
  412. <property name="text">
  413. <string>后</string>
  414. </property>
  415. </widget>
  416. <widget class="QRadioButton" name="radioButton_picleft">
  417. <property name="geometry">
  418. <rect>
  419. <x>140</x>
  420. <y>40</y>
  421. <width>41</width>
  422. <height>21</height>
  423. </rect>
  424. </property>
  425. <property name="text">
  426. <string>左</string>
  427. </property>
  428. </widget>
  429. <widget class="QRadioButton" name="radioButton_picright">
  430. <property name="geometry">
  431. <rect>
  432. <x>220</x>
  433. <y>40</y>
  434. <width>41</width>
  435. <height>23</height>
  436. </rect>
  437. </property>
  438. <property name="text">
  439. <string>右</string>
  440. </property>
  441. </widget>
  442. <widget class="QPushButton" name="pushButton_AllPic">
  443. <property name="geometry">
  444. <rect>
  445. <x>300</x>
  446. <y>40</y>
  447. <width>71</width>
  448. <height>25</height>
  449. </rect>
  450. </property>
  451. <property name="text">
  452. <string>All</string>
  453. </property>
  454. </widget>
  455. <widget class="QCheckBox" name="checkBox">
  456. <property name="geometry">
  457. <rect>
  458. <x>390</x>
  459. <y>40</y>
  460. <width>71</width>
  461. <height>23</height>
  462. </rect>
  463. </property>
  464. <property name="text">
  465. <string>Save</string>
  466. </property>
  467. </widget>
  468. <widget class="QPushButton" name="pushButton_big">
  469. <property name="geometry">
  470. <rect>
  471. <x>460</x>
  472. <y>40</y>
  473. <width>51</width>
  474. <height>25</height>
  475. </rect>
  476. </property>
  477. <property name="text">
  478. <string>Big</string>
  479. </property>
  480. </widget>
  481. </widget>
  482. </widget>
  483. <widget class="QMenuBar" name="menubar">
  484. <property name="geometry">
  485. <rect>
  486. <x>0</x>
  487. <y>0</y>
  488. <width>1183</width>
  489. <height>28</height>
  490. </rect>
  491. </property>
  492. <widget class="QMenu" name="menuFile">
  493. <property name="title">
  494. <string>File</string>
  495. </property>
  496. <addaction name="actionSetting"/>
  497. <addaction name="actionSet_Query_Pass"/>
  498. <addaction name="actionSet_Ctrl_Pass"/>
  499. </widget>
  500. <addaction name="menuFile"/>
  501. </widget>
  502. <widget class="QStatusBar" name="statusbar"/>
  503. <action name="actionSetting">
  504. <property name="text">
  505. <string>Setting</string>
  506. </property>
  507. </action>
  508. <action name="actionSet_Query_Pass">
  509. <property name="text">
  510. <string>Set Query Pass</string>
  511. </property>
  512. </action>
  513. <action name="actionSet_Ctrl_Pass">
  514. <property name="text">
  515. <string>Set Ctrl Pass</string>
  516. </property>
  517. </action>
  518. </widget>
  519. <resources>
  520. <include location="remotectrl.qrc"/>
  521. </resources>
  522. <connections/>
  523. </ui>