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
Example
% see examples in [nelsonroot(), '/modules/qml_engine/examples']
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET