Introduction to Qt Designer

There are two types of GUI applications in Qt, namely Qt Quick Application and Qt Widgets Application. In this book, we will cover mostly the latter, as it is the standard way of designing a GUI for desktop applications, and Qt Quick is more widely used for mobile and embedded systems:

  1. The first thing we need to do is to open up Qt Creator and create a new project. You can do so by either going to File | New File or Project, or by clicking the New Project button located at the welcome screen:
  1. After that, a new window will pop up and ask you to pick the type of project you want to create. Choose Qt Widgets Application ...

Get Hands-On GUI Programming with C++ and Qt5 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.