|
@@ -1,105 +1,118 @@
|
|
|
-<?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>215</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>40</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>70</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>100</y>
|
|
|
- <width>54</width>
|
|
|
- <height>12</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>关键词:</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QPushButton" name="pushButton">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>240</x>
|
|
|
- <y>140</y>
|
|
|
- <width>75</width>
|
|
|
- <height>23</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>运行</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QWidget" name="">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>100</x>
|
|
|
- <y>20</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>
|
|
|
- <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>
|
|
|
+<?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>
|