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

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