h = qml_loadstring(str_to_eval)
| Paramètre | Description |
|---|---|
| str_to_eval | a string. |
| Paramètre | Description |
|---|---|
| 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']
| Version | Description |
|---|---|
| 1.0.0 | version initiale |