FormGridContainer
Properties | |
real | bottomPadding |
bool | cardWidthRestricted |
real | horizontalPadding |
list< QtObject > | infoCards |
real | leftPadding |
real | maximumWidth |
real | padding |
real | rightPadding |
real | topPadding |
real | verticalPadding |
Additional Inherited Members | |
Public Member Functions inherited from QtQuick.Item | |
childAt (real x, real y) | |
bool | contains (point point) |
dumpItemTree () | |
forceActiveFocus () | |
forceActiveFocus (Qt::FocusReason reason) | |
bool | grabToImage (callback, targetSize) |
point | mapFromGlobal (real x, real y) |
point | mapFromItem (Item item, point p) |
point | mapFromItem (Item item, real x, real y) |
rect | mapFromItem (Item item, real x, real y, real width, real height) |
rect | mapFromItem (Item item, rect r) |
point | mapToGlobal (real x, real y) |
point | mapToItem (Item item, point p) |
point | mapToItem (Item item, real x, real y) |
rect | mapToItem (Item item, real x, real y, real width, real height) |
rect | mapToItem (Item item, rect r) |
nextItemInFocusChain (bool forward) | |
Detailed Description
This component render a grid of small cards.
This is used to display multiple information in a FormCard.FormLayout without taking too much vertical space.
- Since
- KirigamiAddons 0.11.0
Definition at line 44 of file FormGridContainer.qml.
Property Documentation
◆ bottomPadding
|
read |
Definition at line 63 of file FormGridContainer.qml.
◆ cardWidthRestricted
|
read |
This property holds whether the card's width is being restricted.
- Remarks
- This property is read-only
Definition at line 72 of file FormGridContainer.qml.
◆ horizontalPadding
|
read |
Definition at line 59 of file FormGridContainer.qml.
◆ infoCards
|
read |
This property holds the InfoCards which should be displayed.
Each InfoCard contains a title and an optional subtitle
Definition at line 100 of file FormGridContainer.qml.
◆ leftPadding
|
read |
Definition at line 65 of file FormGridContainer.qml.
◆ maximumWidth
|
read |
This property holds the maximum width of the grid.
Definition at line 49 of file FormGridContainer.qml.
◆ padding
|
read |
This property holds the padding used around the content edges.
default: 0
Definition at line 55 of file FormGridContainer.qml.
◆ rightPadding
|
read |
Definition at line 67 of file FormGridContainer.qml.
◆ topPadding
|
read |
Definition at line 61 of file FormGridContainer.qml.
◆ verticalPadding
|
read |
Definition at line 57 of file FormGridContainer.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:46 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.