- Qt5 C++ GUI Programming Cookbook
- Lee Zhi Eng
- 76字
- 2021-07-02 12:17:55
Styling in Qt Modeling Language (QML)
Qt Meta Language or Qt Modeling Language (QML) is a JavaScript-inspired user interface markup language used by Qt to design user interfaces. Qt provides you with Qt Quick Components (widgets powered by the QML technology) to easily design touch-friendly UI without C++ programming. We will learn more about how to use QML and Qt Quick Components to design our program's UI by following the steps given in the following section.