Android style for QML
-
Hi!
i am using QtQuick2 in my all, for example:import QtQuick.Controls 1.2
But controls, like Button for example, clearly do not follow any Android style on my test devices (Samsung 4.1.2 Android and 4.4.2 android devices).
Is there a particular reason why not? Should i do any special initialization?
-
@gardiol Use QtQuick.Controls
1.3
or higher.
https://blog.qt.io/blog/2014/12/03/native-android-style-in-qt-5-4/