qml_createqquickview
Load a QML file and creates a window.
📝Syntax
h = qml_createqquickview(filename)
📥Input Arguments
Parameter Description
filename a string: a QML filename.
📤Output Arguments
Parameter Description
h a QObject handle.
📄Description

Load a QML file

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

💡Examples
 % see examples in [nelsonroot(), '/modules/qml_engine/examples']
🔗See Also
qml_loadstringqml_loadfile
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub