QML measurement unit symbols
-
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 askm --- 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.