qml_loadstring

Load a QML string.

Syntax

  • h = qml_loadstring(str_to_eval)

Input argument

  • str_to_eval - a string.

Output argument

  • h - a QObject handle.

Description

Load a QML string

It creates a QML component and load .qml file.

See also

qml_loadstring.

Example

% see examples in [nelsonroot(), '/modules/qml_engine/examples']

History

VersionDescription

1.0.0

initial version

Author

Allan CORNET

Last updated