mainwindow.ui 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  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>757</width>
  10. <height>330</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <widget class="QLabel" name="label">
  18. <property name="geometry">
  19. <rect>
  20. <x>40</x>
  21. <y>40</y>
  22. <width>241</width>
  23. <height>17</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>请输入设定的圆心经纬度及R:</string>
  28. </property>
  29. </widget>
  30. <widget class="QLabel" name="label_2">
  31. <property name="geometry">
  32. <rect>
  33. <x>40</x>
  34. <y>80</y>
  35. <width>67</width>
  36. <height>17</height>
  37. </rect>
  38. </property>
  39. <property name="text">
  40. <string>圆心经度</string>
  41. </property>
  42. </widget>
  43. <widget class="QLabel" name="label_3">
  44. <property name="geometry">
  45. <rect>
  46. <x>40</x>
  47. <y>110</y>
  48. <width>67</width>
  49. <height>17</height>
  50. </rect>
  51. </property>
  52. <property name="text">
  53. <string>圆心纬度</string>
  54. </property>
  55. </widget>
  56. <widget class="QLineEdit" name="lineEdit">
  57. <property name="geometry">
  58. <rect>
  59. <x>110</x>
  60. <y>80</y>
  61. <width>113</width>
  62. <height>25</height>
  63. </rect>
  64. </property>
  65. </widget>
  66. <widget class="QLineEdit" name="lineEdit_2">
  67. <property name="geometry">
  68. <rect>
  69. <x>110</x>
  70. <y>110</y>
  71. <width>113</width>
  72. <height>25</height>
  73. </rect>
  74. </property>
  75. </widget>
  76. <widget class="QLabel" name="label_4">
  77. <property name="geometry">
  78. <rect>
  79. <x>40</x>
  80. <y>140</y>
  81. <width>67</width>
  82. <height>17</height>
  83. </rect>
  84. </property>
  85. <property name="text">
  86. <string>R(m)</string>
  87. </property>
  88. </widget>
  89. <widget class="QLineEdit" name="lineEdit_3">
  90. <property name="geometry">
  91. <rect>
  92. <x>110</x>
  93. <y>140</y>
  94. <width>113</width>
  95. <height>25</height>
  96. </rect>
  97. </property>
  98. </widget>
  99. <widget class="QLabel" name="label_5">
  100. <property name="geometry">
  101. <rect>
  102. <x>460</x>
  103. <y>40</y>
  104. <width>201</width>
  105. <height>17</height>
  106. </rect>
  107. </property>
  108. <property name="text">
  109. <string>车辆中心点当前经纬度位置:</string>
  110. </property>
  111. </widget>
  112. <widget class="QPushButton" name="pushButton">
  113. <property name="geometry">
  114. <rect>
  115. <x>110</x>
  116. <y>180</y>
  117. <width>89</width>
  118. <height>25</height>
  119. </rect>
  120. </property>
  121. <property name="text">
  122. <string>Set</string>
  123. </property>
  124. </widget>
  125. <widget class="QLabel" name="label_6">
  126. <property name="geometry">
  127. <rect>
  128. <x>460</x>
  129. <y>80</y>
  130. <width>67</width>
  131. <height>17</height>
  132. </rect>
  133. </property>
  134. <property name="text">
  135. <string>车辆经度</string>
  136. </property>
  137. </widget>
  138. <widget class="QLineEdit" name="lineEdit_4">
  139. <property name="geometry">
  140. <rect>
  141. <x>550</x>
  142. <y>80</y>
  143. <width>113</width>
  144. <height>25</height>
  145. </rect>
  146. </property>
  147. </widget>
  148. <widget class="QLabel" name="label_7">
  149. <property name="geometry">
  150. <rect>
  151. <x>460</x>
  152. <y>110</y>
  153. <width>67</width>
  154. <height>17</height>
  155. </rect>
  156. </property>
  157. <property name="text">
  158. <string>车辆纬度</string>
  159. </property>
  160. </widget>
  161. <widget class="QLineEdit" name="lineEdit_5">
  162. <property name="geometry">
  163. <rect>
  164. <x>550</x>
  165. <y>110</y>
  166. <width>113</width>
  167. <height>25</height>
  168. </rect>
  169. </property>
  170. </widget>
  171. <widget class="QLabel" name="label_8">
  172. <property name="geometry">
  173. <rect>
  174. <x>460</x>
  175. <y>140</y>
  176. <width>81</width>
  177. <height>17</height>
  178. </rect>
  179. </property>
  180. <property name="text">
  181. <string>到边界距离</string>
  182. </property>
  183. </widget>
  184. <widget class="QLineEdit" name="lineEdit_6">
  185. <property name="geometry">
  186. <rect>
  187. <x>550</x>
  188. <y>140</y>
  189. <width>113</width>
  190. <height>25</height>
  191. </rect>
  192. </property>
  193. </widget>
  194. <widget class="QLabel" name="label_9">
  195. <property name="geometry">
  196. <rect>
  197. <x>350</x>
  198. <y>210</y>
  199. <width>67</width>
  200. <height>17</height>
  201. </rect>
  202. </property>
  203. <property name="text">
  204. <string>车辆状态</string>
  205. </property>
  206. </widget>
  207. <widget class="QTextEdit" name="textEdit">
  208. <property name="geometry">
  209. <rect>
  210. <x>440</x>
  211. <y>200</y>
  212. <width>241</width>
  213. <height>31</height>
  214. </rect>
  215. </property>
  216. </widget>
  217. </widget>
  218. <widget class="QMenuBar" name="menuBar">
  219. <property name="geometry">
  220. <rect>
  221. <x>0</x>
  222. <y>0</y>
  223. <width>757</width>
  224. <height>22</height>
  225. </rect>
  226. </property>
  227. </widget>
  228. <widget class="QToolBar" name="mainToolBar">
  229. <attribute name="toolBarArea">
  230. <enum>TopToolBarArea</enum>
  231. </attribute>
  232. <attribute name="toolBarBreak">
  233. <bool>false</bool>
  234. </attribute>
  235. </widget>
  236. <widget class="QStatusBar" name="statusBar"/>
  237. </widget>
  238. <layoutdefault spacing="6" margin="11"/>
  239. <resources/>
  240. <connections/>
  241. </ui>