mainwindow.ui 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  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>1038</width>
  10. <height>674</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset resource="ntrip.qrc">
  18. <normaloff>:/ntripbroad.png</normaloff>:/ntripbroad.png</iconset>
  19. </property>
  20. <widget class="QWidget" name="centralwidget">
  21. <widget class="QPushButton" name="pushButton_Start">
  22. <property name="geometry">
  23. <rect>
  24. <x>540</x>
  25. <y>334</y>
  26. <width>89</width>
  27. <height>31</height>
  28. </rect>
  29. </property>
  30. <property name="text">
  31. <string>Start</string>
  32. </property>
  33. </widget>
  34. <widget class="QLineEdit" name="lineEdit_serverip">
  35. <property name="geometry">
  36. <rect>
  37. <x>340</x>
  38. <y>30</y>
  39. <width>261</width>
  40. <height>31</height>
  41. </rect>
  42. </property>
  43. </widget>
  44. <widget class="QLineEdit" name="lineEdit_serverport">
  45. <property name="geometry">
  46. <rect>
  47. <x>340</x>
  48. <y>90</y>
  49. <width>261</width>
  50. <height>31</height>
  51. </rect>
  52. </property>
  53. </widget>
  54. <widget class="QLineEdit" name="lineEdit_servermountpoint">
  55. <property name="geometry">
  56. <rect>
  57. <x>340</x>
  58. <y>150</y>
  59. <width>261</width>
  60. <height>31</height>
  61. </rect>
  62. </property>
  63. </widget>
  64. <widget class="QLineEdit" name="lineEdit_username">
  65. <property name="geometry">
  66. <rect>
  67. <x>340</x>
  68. <y>210</y>
  69. <width>261</width>
  70. <height>31</height>
  71. </rect>
  72. </property>
  73. </widget>
  74. <widget class="QLabel" name="label">
  75. <property name="geometry">
  76. <rect>
  77. <x>110</x>
  78. <y>40</y>
  79. <width>141</width>
  80. <height>21</height>
  81. </rect>
  82. </property>
  83. <property name="text">
  84. <string>Server IP</string>
  85. </property>
  86. </widget>
  87. <widget class="QLabel" name="label_2">
  88. <property name="geometry">
  89. <rect>
  90. <x>110</x>
  91. <y>100</y>
  92. <width>101</width>
  93. <height>21</height>
  94. </rect>
  95. </property>
  96. <property name="text">
  97. <string>Server Port</string>
  98. </property>
  99. </widget>
  100. <widget class="QLabel" name="label_3">
  101. <property name="geometry">
  102. <rect>
  103. <x>110</x>
  104. <y>160</y>
  105. <width>121</width>
  106. <height>16</height>
  107. </rect>
  108. </property>
  109. <property name="text">
  110. <string>MountPoint</string>
  111. </property>
  112. </widget>
  113. <widget class="QLabel" name="label_4">
  114. <property name="geometry">
  115. <rect>
  116. <x>110</x>
  117. <y>220</y>
  118. <width>121</width>
  119. <height>17</height>
  120. </rect>
  121. </property>
  122. <property name="text">
  123. <string>User Name</string>
  124. </property>
  125. </widget>
  126. <widget class="QLineEdit" name="lineEdit_password">
  127. <property name="geometry">
  128. <rect>
  129. <x>340</x>
  130. <y>270</y>
  131. <width>261</width>
  132. <height>31</height>
  133. </rect>
  134. </property>
  135. </widget>
  136. <widget class="QLabel" name="label_5">
  137. <property name="geometry">
  138. <rect>
  139. <x>110</x>
  140. <y>280</y>
  141. <width>121</width>
  142. <height>17</height>
  143. </rect>
  144. </property>
  145. <property name="text">
  146. <string>PassWord</string>
  147. </property>
  148. </widget>
  149. <widget class="QPlainTextEdit" name="plainTextEdit_Client">
  150. <property name="geometry">
  151. <rect>
  152. <x>660</x>
  153. <y>30</y>
  154. <width>291</width>
  155. <height>331</height>
  156. </rect>
  157. </property>
  158. </widget>
  159. <widget class="QPlainTextEdit" name="plainTextEdit_NTIPMSG">
  160. <property name="geometry">
  161. <rect>
  162. <x>80</x>
  163. <y>390</y>
  164. <width>871</width>
  165. <height>221</height>
  166. </rect>
  167. </property>
  168. </widget>
  169. <widget class="QLabel" name="label_6">
  170. <property name="geometry">
  171. <rect>
  172. <x>110</x>
  173. <y>340</y>
  174. <width>71</width>
  175. <height>17</height>
  176. </rect>
  177. </property>
  178. <property name="text">
  179. <string>经度</string>
  180. </property>
  181. </widget>
  182. <widget class="QLineEdit" name="lineEdit_Lon">
  183. <property name="geometry">
  184. <rect>
  185. <x>170</x>
  186. <y>340</y>
  187. <width>151</width>
  188. <height>25</height>
  189. </rect>
  190. </property>
  191. </widget>
  192. <widget class="QLabel" name="label_7">
  193. <property name="geometry">
  194. <rect>
  195. <x>340</x>
  196. <y>340</y>
  197. <width>41</width>
  198. <height>17</height>
  199. </rect>
  200. </property>
  201. <property name="text">
  202. <string>纬度</string>
  203. </property>
  204. </widget>
  205. <widget class="QLineEdit" name="lineEdit_Lat">
  206. <property name="geometry">
  207. <rect>
  208. <x>390</x>
  209. <y>340</y>
  210. <width>141</width>
  211. <height>25</height>
  212. </rect>
  213. </property>
  214. </widget>
  215. </widget>
  216. <widget class="QMenuBar" name="menubar">
  217. <property name="geometry">
  218. <rect>
  219. <x>0</x>
  220. <y>0</y>
  221. <width>1038</width>
  222. <height>28</height>
  223. </rect>
  224. </property>
  225. </widget>
  226. <widget class="QStatusBar" name="statusbar"/>
  227. </widget>
  228. <resources>
  229. <include location="ntrip.qrc"/>
  230. </resources>
  231. <connections/>
  232. </ui>