Skip to content

Using Automatic Conversion from QML to an Object Pointer

Karel Slaný requested to merge qml-automatic-model-parameter-coversion into develop

Instead of using explicit conversion using defined fromVariant() the types are registered under their names using qRegisterMetaType<>() and the QML engine is left to do the conversion.

Edited by Karel Slaný

Merge request reports