Last updated 2 years ago
Was this helpful?
Load a QML string.
h = qml_loadstring(str_to_eval)
str_to_eval - a string.
h - a QObject handle.
Load a QML string
It creates a QML component and load .qml file.
.
% see examples in [nelsonroot(), '/modules/qml_engine/examples']
1.0.0
initial version
Allan CORNET