mainwindow.ui 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  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>840</x>
  58. <y>240</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>30</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>80</x>
  83. <y>30</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>210</x>
  96. <y>20</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 class="QSlider" name="horizontalSlider_wheelspeed">
  145. <property name="geometry">
  146. <rect>
  147. <x>10</x>
  148. <y>100</y>
  149. <width>181</width>
  150. <height>21</height>
  151. </rect>
  152. </property>
  153. <property name="orientation">
  154. <enum>Qt::Horizontal</enum>
  155. </property>
  156. </widget>
  157. <widget class="QLabel" name="label">
  158. <property name="geometry">
  159. <rect>
  160. <x>10</x>
  161. <y>60</y>
  162. <width>131</width>
  163. <height>31</height>
  164. </rect>
  165. </property>
  166. <property name="text">
  167. <string>Wheel Speed:</string>
  168. </property>
  169. </widget>
  170. </widget>
  171. <widget class="QGroupBox" name="groupBox_map">
  172. <property name="geometry">
  173. <rect>
  174. <x>420</x>
  175. <y>190</y>
  176. <width>351</width>
  177. <height>121</height>
  178. </rect>
  179. </property>
  180. <property name="title">
  181. <string>Map</string>
  182. </property>
  183. <widget class="QPushButton" name="pushButton_Go">
  184. <property name="geometry">
  185. <rect>
  186. <x>240</x>
  187. <y>50</y>
  188. <width>91</width>
  189. <height>41</height>
  190. </rect>
  191. </property>
  192. <property name="text">
  193. <string>前往</string>
  194. </property>
  195. </widget>
  196. <widget class="QComboBox" name="comboBox_Station">
  197. <property name="geometry">
  198. <rect>
  199. <x>10</x>
  200. <y>50</y>
  201. <width>211</width>
  202. <height>41</height>
  203. </rect>
  204. </property>
  205. </widget>
  206. </widget>
  207. <widget class="QGroupBox" name="groupBox_gps">
  208. <property name="geometry">
  209. <rect>
  210. <x>200</x>
  211. <y>320</y>
  212. <width>411</width>
  213. <height>351</height>
  214. </rect>
  215. </property>
  216. <property name="title">
  217. <string>GPS</string>
  218. </property>
  219. <widget class="QLineEdit" name="lineEdit_gpsins">
  220. <property name="geometry">
  221. <rect>
  222. <x>80</x>
  223. <y>30</y>
  224. <width>81</width>
  225. <height>25</height>
  226. </rect>
  227. </property>
  228. </widget>
  229. <widget class="QLabel" name="label_gpsins">
  230. <property name="geometry">
  231. <rect>
  232. <x>10</x>
  233. <y>30</y>
  234. <width>67</width>
  235. <height>17</height>
  236. </rect>
  237. </property>
  238. <property name="text">
  239. <string>Ins</string>
  240. </property>
  241. </widget>
  242. <widget class="QLabel" name="label_gpsrtk">
  243. <property name="geometry">
  244. <rect>
  245. <x>190</x>
  246. <y>30</y>
  247. <width>67</width>
  248. <height>17</height>
  249. </rect>
  250. </property>
  251. <property name="text">
  252. <string>RTK</string>
  253. </property>
  254. </widget>
  255. <widget class="QLineEdit" name="lineEdit_gpsrtk">
  256. <property name="geometry">
  257. <rect>
  258. <x>250</x>
  259. <y>30</y>
  260. <width>81</width>
  261. <height>25</height>
  262. </rect>
  263. </property>
  264. </widget>
  265. <widget class="QLineEdit" name="lineEdit_gpslon">
  266. <property name="geometry">
  267. <rect>
  268. <x>80</x>
  269. <y>60</y>
  270. <width>81</width>
  271. <height>25</height>
  272. </rect>
  273. </property>
  274. </widget>
  275. <widget class="QLineEdit" name="lineEdit_gpslat">
  276. <property name="geometry">
  277. <rect>
  278. <x>250</x>
  279. <y>60</y>
  280. <width>81</width>
  281. <height>25</height>
  282. </rect>
  283. </property>
  284. </widget>
  285. <widget class="QLabel" name="label_gpslon">
  286. <property name="geometry">
  287. <rect>
  288. <x>10</x>
  289. <y>60</y>
  290. <width>67</width>
  291. <height>17</height>
  292. </rect>
  293. </property>
  294. <property name="text">
  295. <string>Lon</string>
  296. </property>
  297. </widget>
  298. <widget class="QLabel" name="label_gpslat">
  299. <property name="geometry">
  300. <rect>
  301. <x>190</x>
  302. <y>60</y>
  303. <width>67</width>
  304. <height>17</height>
  305. </rect>
  306. </property>
  307. <property name="text">
  308. <string>Lat</string>
  309. </property>
  310. </widget>
  311. <widget class="QLabel" name="label_gpsheading">
  312. <property name="geometry">
  313. <rect>
  314. <x>10</x>
  315. <y>90</y>
  316. <width>67</width>
  317. <height>17</height>
  318. </rect>
  319. </property>
  320. <property name="text">
  321. <string>Heading</string>
  322. </property>
  323. </widget>
  324. <widget class="QLineEdit" name="lineEdit_gpsheading">
  325. <property name="geometry">
  326. <rect>
  327. <x>80</x>
  328. <y>90</y>
  329. <width>81</width>
  330. <height>25</height>
  331. </rect>
  332. </property>
  333. </widget>
  334. <widget class="QLineEdit" name="lineEdit_gpsheight">
  335. <property name="geometry">
  336. <rect>
  337. <x>250</x>
  338. <y>90</y>
  339. <width>81</width>
  340. <height>25</height>
  341. </rect>
  342. </property>
  343. </widget>
  344. <widget class="QLabel" name="label_gpsheight">
  345. <property name="geometry">
  346. <rect>
  347. <x>190</x>
  348. <y>90</y>
  349. <width>67</width>
  350. <height>17</height>
  351. </rect>
  352. </property>
  353. <property name="text">
  354. <string>Height</string>
  355. </property>
  356. </widget>
  357. <widget class="QLineEdit" name="lineEdit_gpsspeed">
  358. <property name="geometry">
  359. <rect>
  360. <x>80</x>
  361. <y>120</y>
  362. <width>81</width>
  363. <height>25</height>
  364. </rect>
  365. </property>
  366. </widget>
  367. <widget class="QLineEdit" name="lineEdit_gpssat">
  368. <property name="geometry">
  369. <rect>
  370. <x>250</x>
  371. <y>120</y>
  372. <width>81</width>
  373. <height>25</height>
  374. </rect>
  375. </property>
  376. </widget>
  377. <widget class="QLabel" name="label_gpsspeed">
  378. <property name="geometry">
  379. <rect>
  380. <x>10</x>
  381. <y>120</y>
  382. <width>67</width>
  383. <height>17</height>
  384. </rect>
  385. </property>
  386. <property name="text">
  387. <string>Speed</string>
  388. </property>
  389. </widget>
  390. <widget class="QLabel" name="label_gpssat">
  391. <property name="geometry">
  392. <rect>
  393. <x>190</x>
  394. <y>120</y>
  395. <width>67</width>
  396. <height>17</height>
  397. </rect>
  398. </property>
  399. <property name="text">
  400. <string>Sat</string>
  401. </property>
  402. </widget>
  403. </widget>
  404. </widget>
  405. <widget class="QMenuBar" name="menubar">
  406. <property name="geometry">
  407. <rect>
  408. <x>0</x>
  409. <y>0</y>
  410. <width>1183</width>
  411. <height>28</height>
  412. </rect>
  413. </property>
  414. <widget class="QMenu" name="menuFile">
  415. <property name="title">
  416. <string>File</string>
  417. </property>
  418. <addaction name="actionSetting"/>
  419. <addaction name="actionSet_Query_Pass"/>
  420. <addaction name="actionSet_Ctrl_Pass"/>
  421. </widget>
  422. <widget class="QMenu" name="menuView">
  423. <property name="title">
  424. <string>View</string>
  425. </property>
  426. <addaction name="actionFullScreem"/>
  427. <addaction name="actionNormal"/>
  428. </widget>
  429. <addaction name="menuFile"/>
  430. <addaction name="menuView"/>
  431. </widget>
  432. <widget class="QStatusBar" name="statusbar"/>
  433. <action name="actionSetting">
  434. <property name="text">
  435. <string>Setting</string>
  436. </property>
  437. </action>
  438. <action name="actionSet_Query_Pass">
  439. <property name="text">
  440. <string>Set Query Pass</string>
  441. </property>
  442. </action>
  443. <action name="actionSet_Ctrl_Pass">
  444. <property name="text">
  445. <string>Set Ctrl Pass</string>
  446. </property>
  447. </action>
  448. <action name="actionFullScreem">
  449. <property name="text">
  450. <string>FullScreen</string>
  451. </property>
  452. </action>
  453. <action name="actionNormal">
  454. <property name="text">
  455. <string>Normal</string>
  456. </property>
  457. </action>
  458. </widget>
  459. <resources>
  460. <include location="remotectrl.qrc"/>
  461. </resources>
  462. <connections/>
  463. </ui>