Skip to Content
Hands-On GUI Programming with C++ and Qt5
book

Hands-On GUI Programming with C++ and Qt5

by Lee Zhi Eng
April 2018
Intermediate to advanced
404 pages
8h 27m
English
Packt Publishing
Content preview from Hands-On GUI Programming with C++ and Qt5

Introducing Qt Quick

Qt Quick is a module in Qt that provides a whole set of user-interface engines and language infrastructure for developing touch-oriented and visual-oriented applications. Instead of using the usual Qt Widgets for user-interface design, developers who choose Qt Quick will be using the Qt Quick objects and controls instead.

Furthermore, developers will be writing their code using the QML language, which has similar syntax to JavaScript, rather than writing in C++ code. You can, however, use the C++ API provided by Qt to extend the QML application by cross-calling each language's functions (calling C++ functions in QML, and vice versa).

Developers can choose which method they prefer for developing their applications by choosing ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

C++ GUI Programming with Qt 4

C++ GUI Programming with Qt 4

Jasmin Blanchette, Mark Summerfield

Publisher Resources

ISBN: 9781788397827Supplemental Content