Qt 6.11 is out! See what's new in the release
blog
Running Scanning Animation in Qt Quickwidget 6.9.1
-
-
Hi,
The long way: implement the animation with QtQuick.
What does it look like ? -
Seeing it's Lottie related, did you already check the Qt Lottie module ?
-
This one is quite simple so it can easily be recreated in raw QML too by animating 2 circles' opacity and size.
If you have more animations (by number and/or complexity) this approach won't scale easily, looking into the Qt Lottie module would be preferable indeed (note that it is only available with the Commercial License or the GPL License, not the LGPL one).