文章分类 -  pyqt5

摘要:UI_download.py 阅读全文
posted @ 2019-04-25 10:43 1553 阅读(974) 评论(0) 推荐(0)
摘要:page.htm 阅读全文
posted @ 2019-04-23 14:39 1553 阅读(3420) 评论(0) 推荐(0)
摘要:from PyQt5 import QtCore, QtGui, QtWidgets from PyQt5.QtCore import Qt, QSortFilterProxyModel from PyQt5.QtWidgets import QCompleter, QComboBox class ExtendedComboBox(QComboBox): def __init__(se... 阅读全文
posted @ 2019-04-22 18:30 1553 阅读(5323) 评论(0) 推荐(1)