Kirigami2
formlayoutattached.h
16 * This attached property contains the information for decorating a org::kde::kirigami::FormLayout:
20 * Some of its properties can be used with other <a href="https://doc.qt.io/qt-6/qml-qtquick-layouts-layout.html">Layout</a> types.
49 Q_PROPERTY(int labelAlignment READ labelAlignment WRITE setLabelAlignment NOTIFY labelAlignmentChanged FINAL)
This attached property contains the information for decorating a org::kde::kirigami::FormLayout:
Definition formlayoutattached.h:37
QString label
The label for a org::kde::kirigami::FormLayout field.
Definition formlayoutattached.h:45
QQuickItem * buddyFor
This property can only be used in conjunction with a Kirigami.FormData.label, often in a layout that ...
Definition formlayoutattached.h:131
int labelAlignment
The alignment for the label of a org::kde::kirigami::FormLayout field.
Definition formlayoutattached.h:49
bool isSection
If true, the child item of a org::kde::kirigami::FormLayout becomes a section separator,...
Definition formlayoutattached.h:95
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:21 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:21 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.