Prop item.
- Since
- 1.0
This simple item can be used to draw small props around an actual item, which can be placed inside PropItem. Prop size can be controlled with padding properties (leftPadding, rightPadding, topPadding, bottomPadding).
Prop item preview
Above image has been obtained with the following sample code demonstrating basic use of prop item.
value: 100
}
}
value: 100
}
}
Number display.
Definition: NumberDisplay.qml:16
Prop item.
Definition: PropItem.qml:16
real bottomPadding
Bottom padding.
Definition: PropItem.qml:41
real leftPadding
Left padding.
Definition: PropItem.qml:29
real rightPadding
Right padding.
Definition: PropItem.qml:33