How to load a umd js ?
Unsolved
QML and Qt Quick
-
wrote on 12 Dec 2024, 03:40 last edited by
Qt.include in qml can be used, but it has been deprecated. QJSEngine.evaluate can also be used in C++, but the error qt.qml.usedbeforedeclared: will be reported. Although it can be used in the end, is there a better method?
1/1