qml_createqquickview

Load a QML file and creates a window.

Syntax

  • h = qml_createqquickview(filename)

Input argument

  • filename - a string: a QML filename.

Output argument

  • h - a QObject handle.

Description

Load a QML file

It creates a QML component, a window, and load .qml file.

See also

qml_loadstring, qml_loadfile.

Example

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

History

VersionDescription

1.0.0

initial version

Author

Allan CORNET

Last updated