Styling in QML
Qt Meta Language or Qt Modeling Language (QML) is a Javascript-inspired user interface mark-up language used by Qt for designing 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.
How to do it…
- Create a new project by going to File | New File or Project. Select Application under Project category and choose Qt Quick Application.
- Press the Choose button, and that will bring you to the next window. Insert a name for your project and click the Next button again.
- Another window will now appear ...
Get Qt5 C++ GUI Programming Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.