Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
In my app I use some measurement unit such km/h, l/ha. App support some language (en, ua). I want show for example km/h as
km --- h
Any simple and universal way to do this in QML Text?
In QML, to show 'km/h" with "km" on top and "h" below, just put "km" and "h" in separate text boxes and a line in between. Align them in the center to make it look neat.
@ShaunaB1 I also thinking about using that way. (problem this way not simple for internalization)