271 B
271 B
QFileSystemModel
1、自定义图标
- 继承
QFileIconProvider
类实现自己的图标提供器 - 重写
def icon(self, type_info)
方法根据文件类型返回对应的图标
QFileIconProvider
类实现自己的图标提供器def icon(self, type_info)
方法根据文件类型返回对应的图标