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

Since:
This class was introduced in Qt 5.1.

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