Qt5 C++ GUI Programming Cookbook
上QQ阅读APP看书,第一时间看更新

States, transitions, and animations in QML

If you prefer to work with QML instead of C++, Qt also provides similar features in Qt Quick that allow you to easily animate a GUI element with minimal lines of code. In this example, we will learn how to achieve this with QML.