Kirigami2
icon.h
64 * @note This will only be loaded if source is unavailable (e.g. it doesn't exist, or network issues have prevented loading).
134 * Note that image loading will not be initiated until the item is shown, so if the Icon is not visible,
160 Error, /// There was an error while loading the icon, for instance a non existent themed name, or an invalid url
223 void itemChange(QQuickItem::ItemChange change, const QQuickItem::ItemChangeData &value) override;
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_ENUM(...)
QSizeF size() const const
ItemChange
QString placeholder
The name of an icon from the icon theme to show while the icon set in source is being loaded.
Definition: icon.h:79
bool selected
Whether this icon will use the QIcon::Selected mode when drawing the icon, resulting in a graphical e...
Definition: icon.h:113
parent
bool active
Whether this icon will use the QIcon::Active mode when drawing the icon, resulting in a graphical eff...
Definition: icon.h:94
virtual void geometryChanged(const QRectF &newGeometry, const QRectF &oldGeometry)
Mode
Definition: platformtheme.h:30
Q_SIGNALSQ_SIGNALS
QString fallback
The name of a fallback icon to load from the icon theme when the source cannot be found.
Definition: icon.h:66
Icon::Status status
Whether the icon is correctly loaded, is asynchronously loading or there was an error.
Definition: icon.h:138
transparent
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Jan 29 2023 04:11:03 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Jan 29 2023 04:11:03 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.