9

Building a Touch Screen Application with Qt 6

Qt is not only a cross-platform software development kit for PC platforms; it also supports mobile platforms, such as iOS and Android. The developers of Qt introduced Qt Quick back in 2010, which provides an easy way to build custom user interfaces that are highly dynamic, where users can easily create fluid transitions and effects with only minimal coding.

Qt Quick uses a declarative scripting language called QML, which is similar to the JavaScript language used in web development. Advanced users can also create custom functions in C++ and port them over to Qt Quick to enhance their functionality. At the moment, Qt Quick supports multiple platforms, such as Windows, Linux, macOS, iOS, and Android. ...

Get Qt 6 C++ GUI Programming Cookbook - Third Edition 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.