ZetCode

Qt5 tutorial

last modified October 18, 2023

This is Qt5 tutorial. In this tutorial, you will learn the basics of GUI programming with Qt5 and C++. The Qt5 tutorial is suitable of beginners and intermediate programmers. The images for the two games can be downloded here. Note that the tutorial uses features of C++14.

Table of contents

Qt

Qt is a cross-platform application development framework. Some of the well known applications developed with Qt are KDE, Opera, Google Earth, and Skype. Qt was first publicly released on May 1995. It is dual licensed. That means, it can be used for creating open source applications as well as commercial ones. Qt toolkit is a very powerful toolkit. It is well established in the open source community.

Related tutorials

Qt4 tutorial covers the previous version of the Qt library. Qt Quick tutorial is an introductory tutorial to Qt Quick. PyQt5 tutorial is a tutorial for Python binding to Qt.

Author

My name is Jan Bodnar and I am a passionate programmer with many years of programming experience. I have been writing programming articles since 2007. So far, I have written over 1400 articles and 8 e-books. I have over eight years of experience in teaching programming.