Skip to content

Latest commit

 

History

History

QFileSystemModel

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

QFileSystemModel

1、自定义图标

运行 CustomIcon.py

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

CustomIcon