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).
I developed a QML application and it displays perfectly on Mac but same size font is much bigger when running application on Windows. Is there a way to define a different font size according to the OS (using only QML/javascript code)) ?
thanks
Bidochon
As usual, I just need to post a question to find the answer a few seconds later @ import QtQuick 2.0 ... console.log(Qt.platform.os) @