Unity 8
|
Tool for introspecting Card properties. More...
Inherits Item.
Properties | |
int | count |
Number of cards. | |
real | viewWidth |
Width of the category view. | |
real | carouselSelectedItemScaleFactor |
var | template |
Template supplied for the category. | |
var | components |
Component mapping supplied for the category. | |
string | categoryLayout |
The category layout for this card tool. | |
var | cardWidth |
var | cardHeight |
alias | headerHeight |
int | headerAlignment |
Tool for introspecting Card properties.
Some properties of Cards we need to determine category-wide (like card sizes in grid), so we should not do them per-Card but in the category renderer.
This component creates an invisible card filled with maximum mapped data and calculates or measures card properties for this configuration.
Definition at line 25 of file CardTool.qml.