Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 324 Bytes

File metadata and controls

13 lines (8 loc) · 324 Bytes

QFileSystemModel

1、自定义图标

运行 CustomIcon.py

  1. 继承 QFileIconProvider 类实现自己的图标提供器
  2. 重写 def icon(self, type_info) 方法根据文件类型返回对应的图标

CustomIcon