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

Missing incubation controller

    XMLWordPrintable

Details

    • Change-Id: Iea9e2c81efb46bb7875c70ccda0cdc4b3b3e58e7

    Description

      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();
      }
      

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: