摘要:
搭配QTableWidgetItem使用 样式: 阅读全文
posted @ 2019-02-14 14:08
天子骄龙
阅读(951)
评论(0)
推荐(0)
摘要:
列表控件可以让我们以列表形式呈现内容,是界面更加有序美观。QListWidget列表控件应当与QListWidgetItem一起使用,后者作为项被添加入列表控件中,也就是说列表控件中的每一项都是一个QListWidgetItem。这也是为什么我们说QListWidget是一个基于项(Item-bas 阅读全文
posted @ 2019-02-14 12:44
天子骄龙
阅读(20917)
评论(0)
推荐(1)
摘要:
1 import sys 2 from PyQt5.QtWidgets import QApplication, QWidget, QTextEdit, QTextBrowser, QPushButton, QGridLayout 3 4 class Demo(QWidget): 5 def __i 阅读全文
posted @ 2019-02-14 09:53
天子骄龙
阅读(564)
评论(0)
推荐(0)

浙公网安备 33010602011771号