Skip to content

Files

Latest commit

48ef9a5 · Jul 13, 2021

History

History

QFileSystemModel

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 28, 2018
Dec 28, 2018
Jul 13, 2021
Dec 28, 2018
May 22, 2019

QFileSystemModel

1、自定义图标

运行 CustomIcon.py

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

CustomIcon