litter_helper.ui 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  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="QLabel" name="label_3">
  54. <property name="geometry">
  55. <rect>
  56. <x>60</x>
  57. <y>150</y>
  58. <width>60</width>
  59. <height>16</height>
  60. </rect>
  61. </property>
  62. <property name="text">
  63. <string>结束时间:</string>
  64. </property>
  65. </widget>
  66. <widget class="QDateTimeEdit" name="startDateTimeEdit">
  67. <property name="geometry">
  68. <rect>
  69. <x>130</x>
  70. <y>90</y>
  71. <width>194</width>
  72. <height>22</height>
  73. </rect>
  74. </property>
  75. </widget>
  76. <widget class="QDateTimeEdit" name="endDateTimeEdit">
  77. <property name="geometry">
  78. <rect>
  79. <x>130</x>
  80. <y>150</y>
  81. <width>194</width>
  82. <height>22</height>
  83. </rect>
  84. </property>
  85. </widget>
  86. <widget class="QLabel" name="label_4">
  87. <property name="geometry">
  88. <rect>
  89. <x>460</x>
  90. <y>40</y>
  91. <width>60</width>
  92. <height>16</height>
  93. </rect>
  94. </property>
  95. <property name="text">
  96. <string>并发数:</string>
  97. </property>
  98. </widget>
  99. <widget class="QLineEdit" name="concurrencyLineEdit">
  100. <property name="geometry">
  101. <rect>
  102. <x>520</x>
  103. <y>40</y>
  104. <width>51</width>
  105. <height>22</height>
  106. </rect>
  107. </property>
  108. </widget>
  109. <widget class="QPushButton" name="startPushButton">
  110. <property name="geometry">
  111. <rect>
  112. <x>370</x>
  113. <y>210</y>
  114. <width>81</width>
  115. <height>26</height>
  116. </rect>
  117. </property>
  118. <property name="text">
  119. <string>开始下单</string>
  120. </property>
  121. </widget>
  122. <widget class="QPushButton" name="endPushButton">
  123. <property name="geometry">
  124. <rect>
  125. <x>500</x>
  126. <y>210</y>
  127. <width>81</width>
  128. <height>26</height>
  129. </rect>
  130. </property>
  131. <property name="text">
  132. <string>停止下单</string>
  133. </property>
  134. </widget>
  135. <widget class="QLabel" name="accountsLabel">
  136. <property name="geometry">
  137. <rect>
  138. <x>380</x>
  139. <y>90</y>
  140. <width>60</width>
  141. <height>16</height>
  142. </rect>
  143. </property>
  144. <property name="text">
  145. <string>账号编辑</string>
  146. </property>
  147. </widget>
  148. <widget class="QPushButton" name="watchPushButton">
  149. <property name="geometry">
  150. <rect>
  151. <x>180</x>
  152. <y>210</y>
  153. <width>81</width>
  154. <height>26</height>
  155. </rect>
  156. </property>
  157. <property name="text">
  158. <string>查看结果</string>
  159. </property>
  160. </widget>
  161. <widget class="QLabel" name="ipPoolLabel">
  162. <property name="geometry">
  163. <rect>
  164. <x>510</x>
  165. <y>90</y>
  166. <width>71</width>
  167. <height>16</height>
  168. </rect>
  169. </property>
  170. <property name="text">
  171. <string>IP池编辑</string>
  172. </property>
  173. </widget>
  174. <widget class="QPushButton" name="loginPushButton">
  175. <property name="geometry">
  176. <rect>
  177. <x>50</x>
  178. <y>210</y>
  179. <width>81</width>
  180. <height>26</height>
  181. </rect>
  182. </property>
  183. <property name="text">
  184. <string>登录账号</string>
  185. </property>
  186. </widget>
  187. <widget class="QPushButton" name="startTimePushButton">
  188. <property name="geometry">
  189. <rect>
  190. <x>370</x>
  191. <y>150</y>
  192. <width>81</width>
  193. <height>26</height>
  194. </rect>
  195. </property>
  196. <property name="text">
  197. <string>开始定时</string>
  198. </property>
  199. </widget>
  200. <widget class="QPushButton" name="endTimePushButton">
  201. <property name="geometry">
  202. <rect>
  203. <x>500</x>
  204. <y>150</y>
  205. <width>81</width>
  206. <height>26</height>
  207. </rect>
  208. </property>
  209. <property name="text">
  210. <string>停止定时</string>
  211. </property>
  212. </widget>
  213. </widget>
  214. <widget class="QMenuBar" name="menubar">
  215. <property name="geometry">
  216. <rect>
  217. <x>0</x>
  218. <y>0</y>
  219. <width>631</width>
  220. <height>24</height>
  221. </rect>
  222. </property>
  223. <widget class="QMenu" name="menuLittle_Helper">
  224. <property name="title">
  225. <string>Little Helper</string>
  226. </property>
  227. </widget>
  228. <addaction name="menuLittle_Helper"/>
  229. </widget>
  230. <widget class="QStatusBar" name="statusbar"/>
  231. </widget>
  232. <resources/>
  233. <connections/>
  234. </ui>