mainwindow.ui 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  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>800</width>
  10. <height>600</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_Load">
  18. <property name="geometry">
  19. <rect>
  20. <x>110</x>
  21. <y>40</y>
  22. <width>89</width>
  23. <height>25</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>Load</string>
  28. </property>
  29. </widget>
  30. <widget class="QPushButton" name="pushButton_Start">
  31. <property name="geometry">
  32. <rect>
  33. <x>420</x>
  34. <y>330</y>
  35. <width>89</width>
  36. <height>25</height>
  37. </rect>
  38. </property>
  39. <property name="text">
  40. <string>Start</string>
  41. </property>
  42. </widget>
  43. <widget class="QLineEdit" name="lineEdit_Lon">
  44. <property name="geometry">
  45. <rect>
  46. <x>300</x>
  47. <y>140</y>
  48. <width>113</width>
  49. <height>25</height>
  50. </rect>
  51. </property>
  52. </widget>
  53. <widget class="QLineEdit" name="lineEdit_Lat">
  54. <property name="geometry">
  55. <rect>
  56. <x>300</x>
  57. <y>190</y>
  58. <width>113</width>
  59. <height>25</height>
  60. </rect>
  61. </property>
  62. </widget>
  63. <widget class="QLineEdit" name="lineEdit_Head">
  64. <property name="geometry">
  65. <rect>
  66. <x>300</x>
  67. <y>240</y>
  68. <width>113</width>
  69. <height>25</height>
  70. </rect>
  71. </property>
  72. </widget>
  73. <widget class="QLineEdit" name="lineEdit_FilePath">
  74. <property name="geometry">
  75. <rect>
  76. <x>230</x>
  77. <y>40</y>
  78. <width>541</width>
  79. <height>25</height>
  80. </rect>
  81. </property>
  82. </widget>
  83. <widget class="QLineEdit" name="lineEdit_Cycle">
  84. <property name="geometry">
  85. <rect>
  86. <x>240</x>
  87. <y>330</y>
  88. <width>113</width>
  89. <height>25</height>
  90. </rect>
  91. </property>
  92. </widget>
  93. <widget class="QLineEdit" name="lineEdit_CycleProcess">
  94. <property name="geometry">
  95. <rect>
  96. <x>240</x>
  97. <y>400</y>
  98. <width>113</width>
  99. <height>25</height>
  100. </rect>
  101. </property>
  102. </widget>
  103. <widget class="QLineEdit" name="lineEdit_Process">
  104. <property name="geometry">
  105. <rect>
  106. <x>240</x>
  107. <y>453</y>
  108. <width>113</width>
  109. <height>25</height>
  110. </rect>
  111. </property>
  112. </widget>
  113. <widget class="QLabel" name="label">
  114. <property name="geometry">
  115. <rect>
  116. <x>160</x>
  117. <y>140</y>
  118. <width>67</width>
  119. <height>17</height>
  120. </rect>
  121. </property>
  122. <property name="text">
  123. <string>Lon</string>
  124. </property>
  125. </widget>
  126. <widget class="QLabel" name="label_2">
  127. <property name="geometry">
  128. <rect>
  129. <x>160</x>
  130. <y>200</y>
  131. <width>67</width>
  132. <height>17</height>
  133. </rect>
  134. </property>
  135. <property name="text">
  136. <string>Lat</string>
  137. </property>
  138. </widget>
  139. <widget class="QLabel" name="label_3">
  140. <property name="geometry">
  141. <rect>
  142. <x>160</x>
  143. <y>250</y>
  144. <width>67</width>
  145. <height>17</height>
  146. </rect>
  147. </property>
  148. <property name="text">
  149. <string>Head</string>
  150. </property>
  151. </widget>
  152. <widget class="QLabel" name="label_4">
  153. <property name="geometry">
  154. <rect>
  155. <x>110</x>
  156. <y>330</y>
  157. <width>67</width>
  158. <height>17</height>
  159. </rect>
  160. </property>
  161. <property name="text">
  162. <string>Cycle</string>
  163. </property>
  164. </widget>
  165. <widget class="QLabel" name="label_5">
  166. <property name="geometry">
  167. <rect>
  168. <x>110</x>
  169. <y>410</y>
  170. <width>81</width>
  171. <height>17</height>
  172. </rect>
  173. </property>
  174. <property name="text">
  175. <string>CycleNum</string>
  176. </property>
  177. </widget>
  178. <widget class="QLabel" name="label_6">
  179. <property name="geometry">
  180. <rect>
  181. <x>110</x>
  182. <y>460</y>
  183. <width>67</width>
  184. <height>17</height>
  185. </rect>
  186. </property>
  187. <property name="text">
  188. <string>Process</string>
  189. </property>
  190. </widget>
  191. </widget>
  192. <widget class="QMenuBar" name="menubar">
  193. <property name="geometry">
  194. <rect>
  195. <x>0</x>
  196. <y>0</y>
  197. <width>800</width>
  198. <height>28</height>
  199. </rect>
  200. </property>
  201. </widget>
  202. <widget class="QStatusBar" name="statusbar"/>
  203. </widget>
  204. <resources/>
  205. <connections/>
  206. </ui>