PyQt/QListView/README.md

11 lines
304 B
Markdown
Raw Normal View History

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