Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有文件/文件夹的路径。如何在系统中获取此文件/文件夹的图标图像?我正在为 a 编写一个自定义的文件浏览模型,QTreeView并希望像 a 那样显示图标QFileSystemModel。
QTreeView
QFileSystemModel
AFAIK QFileSystemModel 依赖于QFileIconProvider获取正确的图标。您可以使用该icon (const QFileInfo &info)方法在您的实现中执行相同的操作。这可能有效或无效,具体取决于您使用的桌面环境。
QFileIconProvider
icon (const QFileInfo &info)