[Development] Property bindings in Qt 6

Jason H jhihn at gmx.com
Wed Oct 2 16:36:21 CEST 2019


> Also the implicit size of longish texts is usually irrelevant as in most
> situations the layout needs a height-for-width value. IIRC Qt/Quick does
> not even has a concept for how to deal with this type of constraints.

There is fontSizeMode: Text.Fit, .HorizontalFit and .VerticalFit. Horizontal fit is what you want in that situation. But the whole implementation is lacking because you can't actually ask the Text what size it used to render so that other text items on the screen can be the same size.


More information about the Development mailing list