mainwindow.ui 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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>832</width>
  10. <height>598</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QLineEdit" name="lineEdit_Lon">
  18. <property name="geometry">
  19. <rect>
  20. <x>210</x>
  21. <y>280</y>
  22. <width>151</width>
  23. <height>31</height>
  24. </rect>
  25. </property>
  26. <property name="readOnly">
  27. <bool>true</bool>
  28. </property>
  29. </widget>
  30. <widget class="QLineEdit" name="lineEdit_Lat">
  31. <property name="geometry">
  32. <rect>
  33. <x>210</x>
  34. <y>347</y>
  35. <width>151</width>
  36. <height>31</height>
  37. </rect>
  38. </property>
  39. <property name="readOnly">
  40. <bool>true</bool>
  41. </property>
  42. </widget>
  43. <widget class="QLineEdit" name="lineEdit_Heading">
  44. <property name="geometry">
  45. <rect>
  46. <x>210</x>
  47. <y>415</y>
  48. <width>151</width>
  49. <height>31</height>
  50. </rect>
  51. </property>
  52. <property name="readOnly">
  53. <bool>true</bool>
  54. </property>
  55. </widget>
  56. <widget class="QPlainTextEdit" name="plainTextEdit">
  57. <property name="geometry">
  58. <rect>
  59. <x>70</x>
  60. <y>20</y>
  61. <width>691</width>
  62. <height>221</height>
  63. </rect>
  64. </property>
  65. <property name="readOnly">
  66. <bool>true</bool>
  67. </property>
  68. </widget>
  69. <widget class="QLabel" name="label">
  70. <property name="geometry">
  71. <rect>
  72. <x>65</x>
  73. <y>270</y>
  74. <width>151</width>
  75. <height>41</height>
  76. </rect>
  77. </property>
  78. <property name="text">
  79. <string>经度</string>
  80. </property>
  81. </widget>
  82. <widget class="QLabel" name="label_2">
  83. <property name="geometry">
  84. <rect>
  85. <x>65</x>
  86. <y>340</y>
  87. <width>141</width>
  88. <height>31</height>
  89. </rect>
  90. </property>
  91. <property name="text">
  92. <string>纬度</string>
  93. </property>
  94. </widget>
  95. <widget class="QLabel" name="label_3">
  96. <property name="geometry">
  97. <rect>
  98. <x>65</x>
  99. <y>410</y>
  100. <width>151</width>
  101. <height>30</height>
  102. </rect>
  103. </property>
  104. <property name="text">
  105. <string>航向</string>
  106. </property>
  107. </widget>
  108. <widget class="QLabel" name="label_4">
  109. <property name="geometry">
  110. <rect>
  111. <x>490</x>
  112. <y>270</y>
  113. <width>131</width>
  114. <height>40</height>
  115. </rect>
  116. </property>
  117. <property name="text">
  118. <string>向前偏移</string>
  119. </property>
  120. </widget>
  121. <widget class="QLabel" name="label_5">
  122. <property name="geometry">
  123. <rect>
  124. <x>490</x>
  125. <y>340</y>
  126. <width>141</width>
  127. <height>41</height>
  128. </rect>
  129. </property>
  130. <property name="text">
  131. <string>向左偏移</string>
  132. </property>
  133. </widget>
  134. <widget class="QLabel" name="label_6">
  135. <property name="geometry">
  136. <rect>
  137. <x>490</x>
  138. <y>410</y>
  139. <width>121</width>
  140. <height>31</height>
  141. </rect>
  142. </property>
  143. <property name="text">
  144. <string>向上偏移</string>
  145. </property>
  146. </widget>
  147. <widget class="QLineEdit" name="lineEdit_xoff">
  148. <property name="geometry">
  149. <rect>
  150. <x>650</x>
  151. <y>280</y>
  152. <width>111</width>
  153. <height>30</height>
  154. </rect>
  155. </property>
  156. </widget>
  157. <widget class="QLineEdit" name="lineEdit_yoff">
  158. <property name="geometry">
  159. <rect>
  160. <x>650</x>
  161. <y>347</y>
  162. <width>111</width>
  163. <height>31</height>
  164. </rect>
  165. </property>
  166. </widget>
  167. <widget class="QLineEdit" name="lineEdit_zoff">
  168. <property name="geometry">
  169. <rect>
  170. <x>650</x>
  171. <y>410</y>
  172. <width>111</width>
  173. <height>31</height>
  174. </rect>
  175. </property>
  176. </widget>
  177. </widget>
  178. <widget class="QMenuBar" name="menubar">
  179. <property name="geometry">
  180. <rect>
  181. <x>0</x>
  182. <y>0</y>
  183. <width>832</width>
  184. <height>28</height>
  185. </rect>
  186. </property>
  187. <widget class="QMenu" name="menuFile">
  188. <property name="title">
  189. <string>File</string>
  190. </property>
  191. <addaction name="actionNewCollection"/>
  192. <addaction name="actionCompleteColllection"/>
  193. </widget>
  194. <addaction name="menuFile"/>
  195. </widget>
  196. <widget class="QStatusBar" name="statusbar"/>
  197. <action name="actionNewCollection">
  198. <property name="text">
  199. <string>NewCollection</string>
  200. </property>
  201. </action>
  202. <action name="actionCompleteColllection">
  203. <property name="text">
  204. <string>CompleteColllection</string>
  205. </property>
  206. </action>
  207. </widget>
  208. <resources/>
  209. <connections/>
  210. </ui>