PyQt/QListView/README.md
2018-12-25 21:55:38 +08:00

11 lines
No EOL
304 B
Markdown

# QListView
## 1、显示自定义Widget
[运行 CustomWidgetItem.py](CustomWidgetItem.py)
![CustomWidgetItem](ScreenShot/CustomWidgetItem.png)
## 2、显示自定义Widget并排序
[运行 CustomWidgetSortItem.py](CustomWidgetSortItem.py)
![CustomWidgetSortItem](ScreenShot/CustomWidgetSortItem.gif)