> 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.
_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to