QML engine
Last updated
Was this helpful?
Last updated
Was this helpful?
QML engine
The QML engine enables nelson programs to display and manipulate graphical content using Qt's QML framework.
- Returns class name of an QObject handle.
- Returns all children of this object with the given name.
- Retrieve a property value from an QObject handle.
- Returns true if the QObject is a widget.
- Returns true if the QObject is a window.
- Returns the signature of a method of a QObject handle.
- QObject root object.
- Set a property value of an QObject handle (set).
- Undefine a dynamic property of a QObject handle.
- Returns list of current used QObject handle.
- nelson object callable from QML.
- Adds path as directory where the qml engine searches for installed modules.
- Adds path as directory where the qml engine searches for native plugins.
- Clears the engine's internal component cache..
- Runs the Qml garbage collector.
- Load a QML file and creates a window.
- QML demos.
- Evaluates a js file.
- Evaluates a js string.
- Returns the list of directories where the engine searches for installed modules in a URL-based directory structure.
- Load a QML file.
- Load a QML string.
- Get the Property contains the directory to store offline user data.
- Returns the list of directories where the engine searches for native plugins for imported modules.
- Set the Property contains the directory to store offline user data.
- Returns Qt constant value.
- Returns Qt version used.