litter_helper.ui 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  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>656</width>
  10. <height>488</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</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="lineEdit">
  31. <property name="geometry">
  32. <rect>
  33. <x>140</x>
  34. <y>50</y>
  35. <width>361</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>370</x>
  57. <y>100</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="dateTimeEdit">
  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="dateTimeEdit_2">
  77. <property name="geometry">
  78. <rect>
  79. <x>440</x>
  80. <y>100</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>150</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="lineEdit_2">
  100. <property name="geometry">
  101. <rect>
  102. <x>140</x>
  103. <y>150</y>
  104. <width>51</width>
  105. <height>22</height>
  106. </rect>
  107. </property>
  108. </widget>
  109. <widget class="QPushButton" name="pushButton">
  110. <property name="geometry">
  111. <rect>
  112. <x>70</x>
  113. <y>290</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="pushButton_2">
  123. <property name="geometry">
  124. <rect>
  125. <x>280</x>
  126. <y>290</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="label_5">
  136. <property name="geometry">
  137. <rect>
  138. <x>80</x>
  139. <y>210</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="pushButton_3">
  149. <property name="geometry">
  150. <rect>
  151. <x>490</x>
  152. <y>290</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="label_6">
  162. <property name="geometry">
  163. <rect>
  164. <x>250</x>
  165. <y>150</y>
  166. <width>60</width>
  167. <height>16</height>
  168. </rect>
  169. </property>
  170. <property name="text">
  171. <string>代理池:</string>
  172. </property>
  173. </widget>
  174. <widget class="QLabel" name="label_7">
  175. <property name="geometry">
  176. <rect>
  177. <x>340</x>
  178. <y>150</y>
  179. <width>31</width>
  180. <height>16</height>
  181. </rect>
  182. </property>
  183. <property name="text">
  184. <string>第</string>
  185. </property>
  186. </widget>
  187. <widget class="QLineEdit" name="lineEdit_3">
  188. <property name="geometry">
  189. <rect>
  190. <x>360</x>
  191. <y>150</y>
  192. <width>51</width>
  193. <height>22</height>
  194. </rect>
  195. </property>
  196. </widget>
  197. <widget class="QLabel" name="label_8">
  198. <property name="geometry">
  199. <rect>
  200. <x>420</x>
  201. <y>150</y>
  202. <width>31</width>
  203. <height>16</height>
  204. </rect>
  205. </property>
  206. <property name="text">
  207. <string>页</string>
  208. </property>
  209. </widget>
  210. <widget class="QLineEdit" name="lineEdit_4">
  211. <property name="geometry">
  212. <rect>
  213. <x>500</x>
  214. <y>150</y>
  215. <width>51</width>
  216. <height>22</height>
  217. </rect>
  218. </property>
  219. </widget>
  220. <widget class="QLabel" name="label_9">
  221. <property name="geometry">
  222. <rect>
  223. <x>560</x>
  224. <y>150</y>
  225. <width>31</width>
  226. <height>16</height>
  227. </rect>
  228. </property>
  229. <property name="text">
  230. <string>个</string>
  231. </property>
  232. </widget>
  233. <widget class="QLabel" name="label_10">
  234. <property name="geometry">
  235. <rect>
  236. <x>460</x>
  237. <y>150</y>
  238. <width>31</width>
  239. <height>16</height>
  240. </rect>
  241. </property>
  242. <property name="text">
  243. <string>每页</string>
  244. </property>
  245. </widget>
  246. </widget>
  247. <widget class="QMenuBar" name="menubar">
  248. <property name="geometry">
  249. <rect>
  250. <x>0</x>
  251. <y>0</y>
  252. <width>656</width>
  253. <height>21</height>
  254. </rect>
  255. </property>
  256. <widget class="QMenu" name="menuLittle_Helper">
  257. <property name="title">
  258. <string>Little Helper</string>
  259. </property>
  260. </widget>
  261. <addaction name="menuLittle_Helper"/>
  262. </widget>
  263. <widget class="QStatusBar" name="statusbar"/>
  264. </widget>
  265. <resources/>
  266. <connections/>
  267. </ui>