qml_createqquickview
Last updated
Was this helpful?
Last updated
Was this helpful?
Load a QML file and creates a window.
h = qml_createqquickview(filename)
filename - a string: a QML filename.
h - a QObject handle.
Load a QML file
It creates a QML component, a window, and load .qml file.
, .
1.0.0
initial version
Allan CORNET