- Qt5 C++ GUI Programming Cookbook
- Lee Zhi Eng
- 50字
- 2021-07-02 12:18:02
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.