<?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>563</width> <height>319</height> </rect> </property> <property name="windowTitle"> <string>云雀知识库批量下载工具</string> </property> <widget class="QWidget" name="centralwidget"> <widget class="QLineEdit" name="lineEdit"> <property name="geometry"> <rect> <x>190</x> <y>100</y> <width>321</width> <height>20</height> </rect> </property> </widget> <widget class="QPushButton" name="pushButton"> <property name="geometry"> <rect> <x>190</x> <y>190</y> <width>75</width> <height>23</height> </rect> </property> <property name="text"> <string>开始下载</string> </property> </widget> <widget class="QLabel" name="label"> <property name="geometry"> <rect> <x>140</x> <y>100</y> <width>54</width> <height>12</height> </rect> </property> <property name="text"> <string>链接</string> </property> </widget> <widget class="QLabel" name="label_2"> <property name="geometry"> <rect> <x>140</x> <y>20</y> <width>251</width> <height>51</height> </rect> </property> <property name="font"> <font> <family>Algerian</family> <pointsize>16</pointsize> </font> </property> <property name="text"> <string>云雀知识库批量下载工具</string> </property> </widget> <widget class="QLabel" name="label_3"> <property name="geometry"> <rect> <x>120</x> <y>140</y> <width>54</width> <height>12</height> </rect> </property> <property name="text"> <string>保存路径:</string> </property> </widget> <widget class="QLineEdit" name="lineEdit_2"> <property name="geometry"> <rect> <x>190</x> <y>140</y> <width>321</width> <height>20</height> </rect> </property> </widget> </widget> <widget class="QStatusBar" name="statusbar"/> </widget> <resources/> <connections/> </ui>