max/min function in QML
Math.max()
is variadic (taking arbitrarily many arguments).
Depending on actual layout, it might be possible to use Item.childrenRect
property.
Math.max()
is variadic (taking arbitrarily many arguments).
Depending on actual layout, it might be possible to use Item.childrenRect
property.