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 type) 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.