Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt for MCUs 2.9, Qt for MCUs 2.8.2
-
None
-
-
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.