Kirigami2
shadowedrectangle.h
282 Q_PROPERTY(RenderType renderType READ renderType WRITE setRenderType NOTIFY renderTypeChanged FINAL)
289 Q_PROPERTY(bool softwareRendering READ isSoftwareRendering NOTIFY softwareRenderingChanged FINAL)
330 };
358 void itemChange(QQuickItem::ItemChange change, const QQuickItem::ItemChangeData &value) override;
QML_ELEMENTqreal width
This property holds the border's width in pixels.
Definition shadowedrectangle.h:29
A rectangle with a border and rounded corners, rendered through QPainter.
Definition paintedrectangleitem.h:24
qreal xOffset
This property holds the shadow's offset in pixels on the X axis.
Definition shadowedrectangle.h:80
qreal yOffset
This property holds the shadow's offset in pixels on the Y axis.
Definition shadowedrectangle.h:86
QML_ELEMENTqreal size
This property holds the shadow's approximate size in pixels.
Definition shadowedrectangle.h:74
@ LowQuality
Use the lowest rendering quality, even if the hardware could handle higher quality rendering.
Definition shadowedrectangle.h:320
@ HighQuality
Use the highest rendering quality possible, even if the hardware might not be able to handle it norma...
Definition shadowedrectangle.h:312
Q_ENUM(...)
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALQ_SIGNAL
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
ItemChange
black
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sun Nov 17 2024 19:26:02 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sun Nov 17 2024 19:26:02 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.