| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>menu</class>
- <widget class="QMainWindow" name="menu">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>631</width>
- <height>336</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>AutomaticCoupon</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>40</y>
- <width>60</width>
- <height>16</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>输入网址:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="urlLineEdit">
- <property name="geometry">
- <rect>
- <x>120</x>
- <y>40</y>
- <width>281</width>
- <height>22</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>100</y>
- <width>60</width>
- <height>16</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>开始时间:</string>
- </property>
- </widget>
- <widget class="QDateTimeEdit" name="startDateTimeEdit">
- <property name="geometry">
- <rect>
- <x>130</x>
- <y>100</y>
- <width>194</width>
- <height>22</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>450</x>
- <y>40</y>
- <width>60</width>
- <height>16</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>并发数:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="concurrencyLineEdit">
- <property name="geometry">
- <rect>
- <x>520</x>
- <y>40</y>
- <width>51</width>
- <height>22</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QPushButton" name="startPushButton">
- <property name="geometry">
- <rect>
- <x>370</x>
- <y>210</y>
- <width>81</width>
- <height>26</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>开始下单</string>
- </property>
- </widget>
- <widget class="QPushButton" name="stopOrderPushButton">
- <property name="geometry">
- <rect>
- <x>500</x>
- <y>210</y>
- <width>81</width>
- <height>26</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>停止下单</string>
- </property>
- </widget>
- <widget class="QLabel" name="accountsLabel">
- <property name="geometry">
- <rect>
- <x>380</x>
- <y>130</y>
- <width>60</width>
- <height>16</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>账号编辑</string>
- </property>
- </widget>
- <widget class="QPushButton" name="watchPushButton">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>210</y>
- <width>81</width>
- <height>26</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>查看结果</string>
- </property>
- </widget>
- <widget class="QLabel" name="ipPoolLabel">
- <property name="geometry">
- <rect>
- <x>510</x>
- <y>130</y>
- <width>71</width>
- <height>16</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>IP池编辑</string>
- </property>
- </widget>
- <widget class="QPushButton" name="loginPushButton">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>210</y>
- <width>81</width>
- <height>26</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>登录账号</string>
- </property>
- </widget>
- <widget class="QPushButton" name="startTimePushButton">
- <property name="geometry">
- <rect>
- <x>370</x>
- <y>160</y>
- <width>81</width>
- <height>26</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>开始定时</string>
- </property>
- </widget>
- <widget class="QPushButton" name="stopTimePushButton">
- <property name="geometry">
- <rect>
- <x>500</x>
- <y>160</y>
- <width>81</width>
- <height>26</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>停止定时</string>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>631</width>
- <height>24</height>
- </rect>
- </property>
- <widget class="QMenu" name="menuLittle_Helper">
- <property name="title">
- <string>Little Helper</string>
- </property>
- </widget>
- <addaction name="menuLittle_Helper"/>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- </widget>
- <resources/>
- <connections/>
- </ui>
|