Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-31203

Missing incubation controller

XMLWordPrintable

    • Change-Id: Iea9e2c81efb46bb7875c70ccda0cdc4b3b3e58e7

      The new approach of using a Window{} and a QQmlApplicationEngine sets up some more non-visual stuff, but is missing some of the setup done in QQuickView. Specifically, setting an incubation controller to allow asynchronous loading.

      int main(int argc, char* argv[])
      {
          QGuiApplication gapp(argc, argv);
          QQmlApplicationEngine eng("test.qml");
          qDebug() << &eng << eng.incubationController();
          return gapp.exec();
      }
      

        For Gerrit Dashboard: QTBUG-31203
        # Subject Branch Project Status CR V

            aalpert Alan Alpert
            aalpert Alan Alpert
            Votes:
            2 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: