123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- <?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>
|