摘要:
#LineEdit添加历史记录功能,按下回车添加至历史中 class LineEditWithHistory(QtWidgets.QLineEdit): def __init__(self, parent ,inputList=[]): super(LineEditWithHistory, self).__init__(parent) #用于存放历史记录... 阅读全文
posted @ 2019-10-24 18:26
夏日已末
阅读(1496)
评论(0)
推荐(0)