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).
One can display double numbers from C++ in a QML Text, but the number show all digits. Is there a way to do fixed point formatting?
@koahnig you can use toFixed(x) with x beeing the number of digits after the decimal point