Details
-
Technical task
-
Resolution: Done
-
P2: Important
-
dddd6a66dd (qt/qtdeclarative/dev) c6fb5435cc (qt/tqtc-qmlcompilerplus/6.2) e14866222a (qt/qtdeclarative/6.3)
Description
QUrl <-> QString is rather inefficient right now.
Also, QString <-> double (or other primitives) can be done via QJSPrimitiveValue rather than through the engine.
QObject* and QQmlComponent* can be used with QMetaType::fromType() even in indirect mode.