litter_helper.ui 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  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>678</width>
  10. <height>348</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>70</x>
  21. <y>50</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>140</x>
  34. <y>50</y>
  35. <width>491</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>70</x>
  44. <y>100</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>70</x>
  57. <y>160</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>140</x>
  70. <y>100</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>140</x>
  80. <y>160</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>70</x>
  90. <y>220</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>140</x>
  103. <y>220</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>380</x>
  113. <y>220</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>510</x>
  126. <y>220</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>390</x>
  139. <y>100</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>510</x>
  152. <y>160</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>520</x>
  165. <y>100</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>380</x>
  178. <y>160</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>
  188. <widget class="QMenuBar" name="menubar">
  189. <property name="geometry">
  190. <rect>
  191. <x>0</x>
  192. <y>0</y>
  193. <width>678</width>
  194. <height>21</height>
  195. </rect>
  196. </property>
  197. <widget class="QMenu" name="menuLittle_Helper">
  198. <property name="title">
  199. <string>Little Helper</string>
  200. </property>
  201. </widget>
  202. <addaction name="menuLittle_Helper"/>
  203. </widget>
  204. <widget class="QStatusBar" name="statusbar"/>
  205. </widget>
  206. <resources/>
  207. <connections/>
  208. </ui>