Where is defined result.OK symbol ?
Unsolved
QML and Qt Quick
-
I cannot figure out how to access result.OK symbol from javascript, cf. http://doc.qt.io/qt-5/qml-qtqml-qt.html#include-method
Qt.result is undefined
-
Hi! It's defined here, but I think it's not exposed to QML as a flag, so you can't use the name in QML, but have to use the integer values.