Ai
4 Star 4 Fork 1

嘻哈开发者/pyqt-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ImageParserForm.ui 2.00 KB
一键复制 编辑 原始数据 按行查看 历史
liliangfeng 提交于 2018-11-20 09:30 +08:00 . 爬取图片
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>800</height>
</rect>
</property>
<property name="windowTitle">
<string>图片下载器</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>网址:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="addrLineEdit"/>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>目录:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="dirLineEdit"/>
</item>
<item>
<widget class="QPushButton" name="choosePushButton">
<property name="text">
<string>选择</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QListView" name="listView"/>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QPushButton" name="startPushButton">
<property name="text">
<string>下载</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="stopPushButton">
<property name="text">
<string>停止</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/lonelycoder/pyqt-demo.git
git@gitee.com:lonelycoder/pyqt-demo.git
lonelycoder
pyqt-demo
pyqt-demo
master

搜索帮助