Module qtjambi.qml
Package io.qt.qml

Class QQmlApplicationEngine

All Implemented Interfaces:
QtObjectInterface, QtSignalBlockerInterface, QtSignalEmitterInterface, QtThreadAffineInterface

public class QQmlApplicationEngine extends QQmlEngine

Convenient way to load an application from a single QML file

Java wrapper for Qt class QQmlApplicationEngine

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