Module qtjambi.qml
Package io.qt.qml

Class QQmlEngine

All Implemented Interfaces:
QtObjectInterface, QtSignalBlockerInterface, QtSignalEmitterInterface, QtThreadAffineInterface
Direct Known Subclasses:
QQmlApplicationEngine

public class QQmlEngine extends QJSEngine

Environment for instantiating QML components

Java wrapper for Qt class QQmlEngine

Since:
This class was introduced in Qt 5.0.

Either the QQmlEngine object or each associated QJSValue object should be explicitly disposed by calling dispose() to avoid crashes during garbage collection.