I'm currently learning QT, and I'm wondering if it's possible to create an animation like in the ubuntu installer.
As you can see on the screenshot, you can switch between 'images' using the left and right arrows. Each time you click on it, a smooth transition is executed. I would like to know if it's possible to create this kind of design with QT, and if it's possible to replace the 'images' by a widget with various controls inside.
The main goal is to keep the cross-platform compatibility (I'm coding using Python), so I would like to avoid using a third -party library.
Regards,