What is the difference between QQmlApplicationEngine and QQuickView?
Headline: QQmlApplicationEngine is newer and more powerful than QQuickView. QQmlApplicationEngine exposes some central application functionality to QML, which QQuickView application would normally control from C++: Connecting Qt.quit() to QCoreApplication::quit() Automatically loads translation files from an i18n directory adjacent to the main QML file. Automatically sets an incubation controller if the scene contains a QQuickWindow. Automatically … Read more