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).
149 * @note Image loading will not be initiated until the item is shown, so if the Icon is not visible,
269 void itemChange(QQuickItem::ItemChange change, const QQuickItem::ItemChangeData &value) override;
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_ENUM(...)
QSizeF size() const const
bool valid
This property specifies whether the icon's source is valid and is being used.
Definition: icon.h:103
ItemChange
QString placeholder
This property holds the name of an icon from the icon theme to show while the icon set in source is b...
Definition: icon.h:81
@ Error
There was an error while loading the icon, for instance a non existent themed name,...
Definition: icon.h:205
bool selected
This property sets whether the icon will use the QIcon.Selected mode, resulting in a graphical effec...
Definition: icon.h:119
parent
bool active
This property sets whether the icon will use the QIcon.Active mode, resulting in a graphical effect ...
Definition: icon.h:98
virtual void geometryChanged(const QRectF &newGeometry, const QRectF &oldGeometry)
Mode
Definition: platformtheme.h:33
Q_SIGNALSQ_SIGNALS
QString fallback
This property holds the name of an icon from the icon theme as a fallback for when an icon set with t...
Definition: icon.h:66
qreal paintedWidth
This property holds the width of the painted area in pixels.
Definition: icon.h:168
qreal paintedHeight
This property holds the height of the painted area in pixels.
Definition: icon.h:180
transparent
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Nov 30 2023 04:01:10 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Nov 30 2023 04:01:10 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.