mainwindow.ui 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  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>1920</width>
  10. <height>800</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QPushButton" name="pushButton_Calc">
  18. <property name="geometry">
  19. <rect>
  20. <x>760</x>
  21. <y>30</y>
  22. <width>101</width>
  23. <height>41</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>Calc Park</string>
  28. </property>
  29. </widget>
  30. <widget class="QLineEdit" name="lineEdit_NowX">
  31. <property name="geometry">
  32. <rect>
  33. <x>123</x>
  34. <y>12</y>
  35. <width>121</width>
  36. <height>31</height>
  37. </rect>
  38. </property>
  39. </widget>
  40. <widget class="QLabel" name="label">
  41. <property name="geometry">
  42. <rect>
  43. <x>30</x>
  44. <y>15</y>
  45. <width>91</width>
  46. <height>31</height>
  47. </rect>
  48. </property>
  49. <property name="text">
  50. <string>Now X:</string>
  51. </property>
  52. </widget>
  53. <widget class="QLineEdit" name="lineEdit_NowY">
  54. <property name="geometry">
  55. <rect>
  56. <x>371</x>
  57. <y>17</y>
  58. <width>121</width>
  59. <height>31</height>
  60. </rect>
  61. </property>
  62. <property name="text">
  63. <string/>
  64. </property>
  65. </widget>
  66. <widget class="QLabel" name="label_2">
  67. <property name="geometry">
  68. <rect>
  69. <x>281</x>
  70. <y>12</y>
  71. <width>91</width>
  72. <height>31</height>
  73. </rect>
  74. </property>
  75. <property name="text">
  76. <string>Now Y:</string>
  77. </property>
  78. </widget>
  79. <widget class="QLabel" name="label_3">
  80. <property name="geometry">
  81. <rect>
  82. <x>509</x>
  83. <y>10</y>
  84. <width>91</width>
  85. <height>31</height>
  86. </rect>
  87. </property>
  88. <property name="text">
  89. <string>Now HDG:</string>
  90. </property>
  91. </widget>
  92. <widget class="QLineEdit" name="lineEdit_NowHdg">
  93. <property name="geometry">
  94. <rect>
  95. <x>613</x>
  96. <y>13</y>
  97. <width>121</width>
  98. <height>31</height>
  99. </rect>
  100. </property>
  101. <property name="text">
  102. <string/>
  103. </property>
  104. </widget>
  105. <widget class="QPlainTextEdit" name="plainTextEdit">
  106. <property name="geometry">
  107. <rect>
  108. <x>40</x>
  109. <y>100</y>
  110. <width>350</width>
  111. <height>621</height>
  112. </rect>
  113. </property>
  114. </widget>
  115. <widget class="QLineEdit" name="lineEdit_MinRadius">
  116. <property name="geometry">
  117. <rect>
  118. <x>123</x>
  119. <y>60</y>
  120. <width>121</width>
  121. <height>31</height>
  122. </rect>
  123. </property>
  124. </widget>
  125. <widget class="QLineEdit" name="lineEdit_MaxWheel">
  126. <property name="geometry">
  127. <rect>
  128. <x>371</x>
  129. <y>60</y>
  130. <width>121</width>
  131. <height>31</height>
  132. </rect>
  133. </property>
  134. </widget>
  135. <widget class="QLineEdit" name="lineEdit_StraightDis">
  136. <property name="geometry">
  137. <rect>
  138. <x>614</x>
  139. <y>60</y>
  140. <width>121</width>
  141. <height>31</height>
  142. </rect>
  143. </property>
  144. </widget>
  145. <widget class="QLabel" name="label_4">
  146. <property name="geometry">
  147. <rect>
  148. <x>30</x>
  149. <y>60</y>
  150. <width>91</width>
  151. <height>31</height>
  152. </rect>
  153. </property>
  154. <property name="text">
  155. <string>Radius:</string>
  156. </property>
  157. </widget>
  158. <widget class="QLabel" name="label_5">
  159. <property name="geometry">
  160. <rect>
  161. <x>281</x>
  162. <y>60</y>
  163. <width>91</width>
  164. <height>31</height>
  165. </rect>
  166. </property>
  167. <property name="text">
  168. <string>Wheel:</string>
  169. </property>
  170. </widget>
  171. <widget class="QLabel" name="label_6">
  172. <property name="geometry">
  173. <rect>
  174. <x>507</x>
  175. <y>60</y>
  176. <width>101</width>
  177. <height>31</height>
  178. </rect>
  179. </property>
  180. <property name="text">
  181. <string>Last Straight:</string>
  182. </property>
  183. </widget>
  184. <widget class="QLabel" name="label_7">
  185. <property name="geometry">
  186. <rect>
  187. <x>927</x>
  188. <y>16</y>
  189. <width>91</width>
  190. <height>31</height>
  191. </rect>
  192. </property>
  193. <property name="text">
  194. <string>Park Lon:</string>
  195. </property>
  196. </widget>
  197. <widget class="QLineEdit" name="lineEdit_ParkHeading">
  198. <property name="geometry">
  199. <rect>
  200. <x>1520</x>
  201. <y>14</y>
  202. <width>121</width>
  203. <height>31</height>
  204. </rect>
  205. </property>
  206. <property name="text">
  207. <string/>
  208. </property>
  209. </widget>
  210. <widget class="QLabel" name="label_8">
  211. <property name="geometry">
  212. <rect>
  213. <x>1178</x>
  214. <y>61</y>
  215. <width>91</width>
  216. <height>31</height>
  217. </rect>
  218. </property>
  219. <property name="text">
  220. <string>Now Lat:</string>
  221. </property>
  222. </widget>
  223. <widget class="QLabel" name="label_9">
  224. <property name="geometry">
  225. <rect>
  226. <x>1396</x>
  227. <y>61</y>
  228. <width>121</width>
  229. <height>31</height>
  230. </rect>
  231. </property>
  232. <property name="text">
  233. <string>Now Heading:</string>
  234. </property>
  235. </widget>
  236. <widget class="QLineEdit" name="lineEdit_NowLat">
  237. <property name="geometry">
  238. <rect>
  239. <x>1262</x>
  240. <y>61</y>
  241. <width>121</width>
  242. <height>31</height>
  243. </rect>
  244. </property>
  245. </widget>
  246. <widget class="QLabel" name="label_10">
  247. <property name="geometry">
  248. <rect>
  249. <x>1178</x>
  250. <y>13</y>
  251. <width>91</width>
  252. <height>31</height>
  253. </rect>
  254. </property>
  255. <property name="text">
  256. <string>Park Lat:</string>
  257. </property>
  258. </widget>
  259. <widget class="QLineEdit" name="lineEdit_NowLon">
  260. <property name="geometry">
  261. <rect>
  262. <x>1020</x>
  263. <y>61</y>
  264. <width>121</width>
  265. <height>31</height>
  266. </rect>
  267. </property>
  268. </widget>
  269. <widget class="QLineEdit" name="lineEdit_ParkLon">
  270. <property name="geometry">
  271. <rect>
  272. <x>1020</x>
  273. <y>13</y>
  274. <width>121</width>
  275. <height>31</height>
  276. </rect>
  277. </property>
  278. </widget>
  279. <widget class="QLabel" name="label_11">
  280. <property name="geometry">
  281. <rect>
  282. <x>927</x>
  283. <y>61</y>
  284. <width>91</width>
  285. <height>31</height>
  286. </rect>
  287. </property>
  288. <property name="text">
  289. <string>Now Lon:</string>
  290. </property>
  291. </widget>
  292. <widget class="QLabel" name="label_12">
  293. <property name="geometry">
  294. <rect>
  295. <x>1396</x>
  296. <y>11</y>
  297. <width>121</width>
  298. <height>31</height>
  299. </rect>
  300. </property>
  301. <property name="text">
  302. <string>Park Heading:</string>
  303. </property>
  304. </widget>
  305. <widget class="QLineEdit" name="lineEdit_ParkLat">
  306. <property name="geometry">
  307. <rect>
  308. <x>1261</x>
  309. <y>18</y>
  310. <width>121</width>
  311. <height>31</height>
  312. </rect>
  313. </property>
  314. <property name="text">
  315. <string/>
  316. </property>
  317. </widget>
  318. <widget class="QLineEdit" name="lineEdit_NowHeading">
  319. <property name="geometry">
  320. <rect>
  321. <x>1521</x>
  322. <y>61</y>
  323. <width>121</width>
  324. <height>31</height>
  325. </rect>
  326. </property>
  327. </widget>
  328. <widget class="QPushButton" name="pushButton_CalcXY">
  329. <property name="geometry">
  330. <rect>
  331. <x>1670</x>
  332. <y>35</y>
  333. <width>121</width>
  334. <height>41</height>
  335. </rect>
  336. </property>
  337. <property name="text">
  338. <string>Calc XY</string>
  339. </property>
  340. </widget>
  341. </widget>
  342. <widget class="QMenuBar" name="menubar">
  343. <property name="geometry">
  344. <rect>
  345. <x>0</x>
  346. <y>0</y>
  347. <width>1920</width>
  348. <height>27</height>
  349. </rect>
  350. </property>
  351. </widget>
  352. <widget class="QStatusBar" name="statusbar"/>
  353. </widget>
  354. <tabstops>
  355. <tabstop>lineEdit_NowX</tabstop>
  356. <tabstop>lineEdit_NowY</tabstop>
  357. <tabstop>lineEdit_NowHdg</tabstop>
  358. <tabstop>lineEdit_MinRadius</tabstop>
  359. <tabstop>lineEdit_MaxWheel</tabstop>
  360. <tabstop>lineEdit_StraightDis</tabstop>
  361. <tabstop>pushButton_Calc</tabstop>
  362. <tabstop>lineEdit_ParkLon</tabstop>
  363. <tabstop>lineEdit_ParkLat</tabstop>
  364. <tabstop>lineEdit_ParkHeading</tabstop>
  365. <tabstop>lineEdit_NowLon</tabstop>
  366. <tabstop>lineEdit_NowLat</tabstop>
  367. <tabstop>lineEdit_NowHeading</tabstop>
  368. <tabstop>pushButton_CalcXY</tabstop>
  369. <tabstop>plainTextEdit</tabstop>
  370. </tabstops>
  371. <resources/>
  372. <connections/>
  373. </ui>