Uploaded image for project: 'Qt for MCUs'
  1. Qt for MCUs
  2. QTMCU-363

Timeline animation doesn't start automatically when Qul item instantiated before Qul::Application

    XMLWordPrintable

Details

    • All
    • c35dd26f, 37084bd6
    • Auto&Medical S13, Auto&Medical S14

    Description

      Reproducible project attached.
      TimelineAnimation is enabled at qml, but the animation doesn't start automatically.

      Timeline animation doesn't work with following entrypoint code.

      Qul::initHardware();
      Qul::initPlatform();
      static MainScreen item;
      Qul::Application app;
      app.setRootItem(&item);
      app.exec();

      Qul::Application is needed to declare before Qul item.

      Attachments

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

        Activity

          People

            k0rahman Karim Abdelrahman
            wataru Wataru Higashiyama
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes