| << qml_collectgarbage | QML engine | qml_demos >> |
| h = qml_createqquickview(filename) |
a string: a QML filename.
a QObject handle.
Load a QML file
It creates a QML component, a window, and load .qml file.
% see examples in [nelsonroot(), '/modules/qml_engine/examples']
| Version | Description |
|---|---|
| 1.0.0 | initial version |
Allan CORNET