QFileIconProvider Class
QFileIconProvider 클래스는 QFileSystemModel 클래스에 대한 파일 아이콘을 제공합니다. 더 보기...
헤더: | #include <QFileIconProvider> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Widgets) target_link_libraries(mytarget PRIVATE Qt6::Widgets) |
qmake: | QT += widgets |
상속합니다: | QAbstractFileIconProvider |
공용 함수
QFileIconProvider() | |
virtual | ~QFileIconProvider() |
재구현된 공용 함수
virtual QIcon | icon(QAbstractFileIconProvider::IconType type) const override |
virtual QIcon | icon(const QFileInfo &info) const override |
멤버 함수 문서
QFileIconProvider::QFileIconProvider()
파일 아이콘 공급자를 구축합니다.
[virtual noexcept]
QFileIconProvider::~QFileIconProvider()
파일 아이콘 공급자를 삭제합니다.
[override virtual]
QIcon QFileIconProvider::icon(QAbstractFileIconProvider::IconType type) const
재구현합니다: QAbstractFileIconProvider::icon(QAbstractFileIconProvider::IconType 형) const.
[override virtual]
QIcon QFileIconProvider::icon(const QFileInfo &info) const
재구현합니다: QAbstractFileIconProvider::icon(const QFileInfo &info) const.
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.