PyQt/QListView/README.en.md

11 lines
286 B
Markdown
Raw Normal View History

2018-12-24 00:08:46 +08:00
# QListView
## 1. Custom Widget Item
2018-12-25 21:55:38 +08:00
[Run CustomWidgetItem.py](CustomWidgetItem.py)
2018-12-24 00:08:46 +08:00
![CustomWidgetItem](ScreenShot/CustomWidgetItem.png)
## 2. Custom Widget Sort Item
2018-12-25 21:55:38 +08:00
[Run CustomWidgetSortItem.py](CustomWidgetSortItem.py)
2018-12-24 00:08:46 +08:00
![CustomWidgetSortItem](ScreenShot/CustomWidgetSortItem.gif)