123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>546</width>
- <height>223</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>60</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>Cookie:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>90</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>Cookie:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>120</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>关键词:</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btnCrawlBaidu">
- <property name="geometry">
- <rect>
- <x>240</x>
- <y>160</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>运行</string>
- </property>
- </widget>
- <widget class="QWidget" name="layoutWidget">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>40</y>
- <width>391</width>
- <height>111</height>
- </rect>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QLineEdit" name="lineEdit"/>
- </item>
- <item>
- <widget class="QLineEdit" name="lineEdit_2"/>
- </item>
- <item>
- <widget class="QLineEdit" name="lineEdit_3"/>
- </item>
- </layout>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>20</y>
- <width>251</width>
- <height>16</height>
- </rect>
- </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>546</width>
- <height>21</height>
- </rect>
- </property>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- </widget>
- <resources/>
- <connections/>
- </ui>
|