litter_helper.ui 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>menu</class>
  4. <widget class="QMainWindow" name="menu">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>631</width>
  10. <height>336</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>AutomaticCoupon</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QLabel" name="label">
  18. <property name="geometry">
  19. <rect>
  20. <x>60</x>
  21. <y>40</y>
  22. <width>60</width>
  23. <height>16</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>输入网址:</string>
  28. </property>
  29. </widget>
  30. <widget class="QLineEdit" name="urlLineEdit">
  31. <property name="geometry">
  32. <rect>
  33. <x>130</x>
  34. <y>40</y>
  35. <width>281</width>
  36. <height>22</height>
  37. </rect>
  38. </property>
  39. </widget>
  40. <widget class="QLabel" name="label_2">
  41. <property name="geometry">
  42. <rect>
  43. <x>60</x>
  44. <y>90</y>
  45. <width>60</width>
  46. <height>16</height>
  47. </rect>
  48. </property>
  49. <property name="text">
  50. <string>开始时间:</string>
  51. </property>
  52. </widget>
  53. <widget class="QDateTimeEdit" name="startDateTimeEdit">
  54. <property name="geometry">
  55. <rect>
  56. <x>130</x>
  57. <y>90</y>
  58. <width>194</width>
  59. <height>22</height>
  60. </rect>
  61. </property>
  62. </widget>
  63. <widget class="QLabel" name="label_4">
  64. <property name="geometry">
  65. <rect>
  66. <x>460</x>
  67. <y>40</y>
  68. <width>60</width>
  69. <height>16</height>
  70. </rect>
  71. </property>
  72. <property name="text">
  73. <string>并发数:</string>
  74. </property>
  75. </widget>
  76. <widget class="QLineEdit" name="concurrencyLineEdit">
  77. <property name="geometry">
  78. <rect>
  79. <x>520</x>
  80. <y>40</y>
  81. <width>51</width>
  82. <height>22</height>
  83. </rect>
  84. </property>
  85. </widget>
  86. <widget class="QPushButton" name="startPushButton">
  87. <property name="geometry">
  88. <rect>
  89. <x>370</x>
  90. <y>210</y>
  91. <width>81</width>
  92. <height>26</height>
  93. </rect>
  94. </property>
  95. <property name="text">
  96. <string>开始下单</string>
  97. </property>
  98. </widget>
  99. <widget class="QPushButton" name="stopOrderPushButton">
  100. <property name="geometry">
  101. <rect>
  102. <x>500</x>
  103. <y>210</y>
  104. <width>81</width>
  105. <height>26</height>
  106. </rect>
  107. </property>
  108. <property name="text">
  109. <string>停止下单</string>
  110. </property>
  111. </widget>
  112. <widget class="QLabel" name="accountsLabel">
  113. <property name="geometry">
  114. <rect>
  115. <x>380</x>
  116. <y>90</y>
  117. <width>60</width>
  118. <height>16</height>
  119. </rect>
  120. </property>
  121. <property name="text">
  122. <string>账号编辑</string>
  123. </property>
  124. </widget>
  125. <widget class="QPushButton" name="watchPushButton">
  126. <property name="geometry">
  127. <rect>
  128. <x>190</x>
  129. <y>210</y>
  130. <width>81</width>
  131. <height>26</height>
  132. </rect>
  133. </property>
  134. <property name="text">
  135. <string>查看结果</string>
  136. </property>
  137. </widget>
  138. <widget class="QLabel" name="ipPoolLabel">
  139. <property name="geometry">
  140. <rect>
  141. <x>510</x>
  142. <y>90</y>
  143. <width>71</width>
  144. <height>16</height>
  145. </rect>
  146. </property>
  147. <property name="text">
  148. <string>IP池编辑</string>
  149. </property>
  150. </widget>
  151. <widget class="QPushButton" name="loginPushButton">
  152. <property name="geometry">
  153. <rect>
  154. <x>50</x>
  155. <y>210</y>
  156. <width>81</width>
  157. <height>26</height>
  158. </rect>
  159. </property>
  160. <property name="text">
  161. <string>登录账号</string>
  162. </property>
  163. </widget>
  164. <widget class="QPushButton" name="startTimePushButton">
  165. <property name="geometry">
  166. <rect>
  167. <x>370</x>
  168. <y>150</y>
  169. <width>81</width>
  170. <height>26</height>
  171. </rect>
  172. </property>
  173. <property name="text">
  174. <string>开始定时</string>
  175. </property>
  176. </widget>
  177. <widget class="QPushButton" name="stopTimePushButton">
  178. <property name="geometry">
  179. <rect>
  180. <x>500</x>
  181. <y>150</y>
  182. <width>81</width>
  183. <height>26</height>
  184. </rect>
  185. </property>
  186. <property name="text">
  187. <string>停止定时</string>
  188. </property>
  189. </widget>
  190. <widget class="QPushButton" name="writeFilePushButton">
  191. <property name="geometry">
  192. <rect>
  193. <x>190</x>
  194. <y>160</y>
  195. <width>81</width>
  196. <height>26</height>
  197. </rect>
  198. </property>
  199. <property name="text">
  200. <string>查看结果</string>
  201. </property>
  202. </widget>
  203. </widget>
  204. <widget class="QMenuBar" name="menubar">
  205. <property name="geometry">
  206. <rect>
  207. <x>0</x>
  208. <y>0</y>
  209. <width>631</width>
  210. <height>24</height>
  211. </rect>
  212. </property>
  213. <widget class="QMenu" name="menuLittle_Helper">
  214. <property name="title">
  215. <string>Little Helper</string>
  216. </property>
  217. </widget>
  218. <addaction name="menuLittle_Helper"/>
  219. </widget>
  220. <widget class="QStatusBar" name="statusbar"/>
  221. </widget>
  222. <resources/>
  223. <connections/>
  224. </ui>