PyQt/QListView/README.md

11 lines
260 B
Markdown
Raw Normal View History

2018-12-24 00:08:46 +08:00
# QListView
## 1、显示自定义Widget
[运行](CustomWidgetItem.py)
![CustomWidgetItem](ScreenShot/CustomWidgetItem.png)
## 2、显示自定义Widget并排序
[运行](CustomWidgetSortItem.py)
![CustomWidgetSortItem](ScreenShot/CustomWidgetSortItem.gif)