29 QHash<QStringList, QIcon> Icons_;
45 void SetIcon (
const QStringList& path,
const QIcon& icon);
66 QIcon
GetIcon (
const QStringList& path)
override;
QML image provider with settable icons for each path.
QIcon GetIcon(const QStringList &path) override
Returns the icon for the path previously set with SetIcon().
void ClearIcon(const QStringList &path)
Clears the icon associated with the given path.
void SetIcon(const QStringList &path, const QIcon &icon)
Sets the icon for the given path.