mainwindow.ui 11 KB

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