[Development] Support for *Notes and UpstreamFiles fields in qt_attributions.json files

Ulf Hermann ulf.hermann at qt.io
Wed Feb 15 20:15:56 CET 2023


> QML supports comments, but not multi-line string literals. You can concatenate
> them, though.

Sure it does. You can use ECMAScript template strings:

property string longthing: `a multi
                             line string`

(In fact you can also just sprinkle line breaks into your regular 
strings. But don't.)


More information about the Development mailing list