Skip to main content

Welcome to Qt Academy

Learn or advance your Qt coding skills online for free

We believe that the future is built with Qt and that learning even the basics can enable people of all backgrounds to become more innovative by exploring the creation of apps, solutions, or other types of interfaces as a part of their studies, business – or even just for fun.

  Sign In  View Courses

Start Your Learning Journey

Check Out the Latest Courses

 

  • BASIC
Introduction to Qt Widgets with KDAB

Introduction to Qt Widgets with KDAB

This learning path will teach you the foundations of programming using Qt Widgets. The series consists of 10 courses covering various topics: 1. First step in Qt - Understanding the underlying object model 2. Qt Designer 3. The Whirlwind Tour and in-depth Layout Management 4. Toplevel Windows 5. Core Classes 6. Painting 7. Internationalization 8. Model/View Programming 9. Value-Based Models, Proxy Model, and Delegate 10. Drag and Drop (and Event Filters) Note! The material is made with Qt 6. *** This material was created and is the property of KDAB. It has been published on Qt Academy with their permission. KDAB offers experienced software experts to help you deliver functional, high-performing and innovative software across embedded, mobile and desktop platforms for projects using C++, Qt, QML/Qt Quick, OpenGL, Qt 3D and more. KDAB experts regularly take time out to deliver KDAB’s world-class training, in-house or at open enrollment courses worldwide. You can contact them here. Qt does not own the copyrights to this material, nor is it responsible for the content. *** About the instructor: The video is presented by Jesper Pedersen, who started with Qt back when Qt was widgets only and the version was 1.44 in 1998, which gives him many many years of experience with Qt. Since 2000 he has taught almost 100 Qt classes, ranging from Qt Widgets to QML. Heck, Jesper even taught a few classes on QTopia Core — Trolltech's initial attempt at creating a phone stack. Today Jesper holds a fancy business title, but that doesn't prevent him from coding both in his job and in his spare time.

Learn more
Introduction to Qt Widgets with KDAB

Introduction to Qt Widgets with KDAB

  • BASIC
Start Course

Course description

This learning path will teach you the foundations of programming using Qt Widgets. The series consists of 10 courses covering various topics:

1. First step in Qt - Understanding the underlying object model

2. Qt Designer

3. The Whirlwind Tour and in-depth Layout Management

4. Toplevel Windows

5. Core Classes

6. Painting

7. Internationalization

8. Model/View Programming

9. Value-Based Models, Proxy Model, and Delegate

10. Drag and Drop (and Event Filters)

 

Note! The material is made with Qt 6. 

***

This material was created and is the property of KDAB. It has been published on Qt Academy with their permission. KDAB offers experienced software experts to help you deliver functional, high-performing and innovative software across embedded, mobile and desktop platforms for projects using C++, Qt, QML/Qt Quick, OpenGL, Qt 3D and more. KDAB experts regularly take time out to deliver KDAB’s world-class training, in-house or at open enrollment courses worldwide. You can contact them here.

Qt does not own the copyrights to this material, nor is it responsible for the content.

***

About the instructor:

The video is presented by Jesper Pedersen, who started with Qt back when Qt was widgets only and the version was 1.44 in 1998, which gives him many many years of experience with Qt. Since 2000 he has taught almost 100 Qt classes, ranging from Qt Widgets to QML. Heck, Jesper even taught a few classes on QTopia Core — Trolltech's initial attempt at creating a phone stack. Today Jesper holds a fancy business title, but that doesn't prevent him from coding both in his job and in his spare time.

Objectives

  • 1h 20m
  • BASIC
Introduction to Qt Widgets: Part 10

Introduction to Qt Widgets: Part 10

This course is the tenth part of the Introduction to Qt Widgets series. ‍‍This course is for anyone interested in learning about the Qt Widgets. To get the most out of this course, you should understand the basic software development concepts. Before getting started, we recommend looking at the Introduction to Qt Widgets: Part 9 course. Note! The material is made with Qt 6.7 The previous module gave us a deep understanding of proxy models and delegates in model/view framework. This module covers drag and drop - both when implemented from scratch for a widget and when built into the model/view framework. The module will end in a completely different place, namely with a discussion of event filters.

Learn more
Introduction to Qt Widgets: Part 10

Introduction to Qt Widgets: Part 10

  • 1h 20m
  • BASIC
Start Course

Course description

This course is the tenth part of the Introduction to Qt Widgets series. 

‍‍This course is for anyone interested in learning about the Qt Widgets. To get the most out of this course, you should understand the basic software development concepts.

Before getting started, we recommend looking at the Introduction to Qt Widgets: Part 9 course.

Note! The material is made with Qt 6.7 

 

The previous module gave us a deep understanding of proxy models and delegates in model/view framework. This module covers drag and drop - both when implemented from scratch for a widget and when built into the model/view framework. The module will end in a completely different place, namely with a discussion of event filters.

Objectives

This course is divided into 4 parts, focusing on drag and drop functionality, as well as the advanced event filters in Qt. You will learn about implementing drag and drop functionality in Qt Widgets, including handling file drops, creating custom drag operations with various data types, integrating drag and drop with the Model-View framework, and using event filters to intercept and modify drag and drop behavior across your application.


In the end, there's a knowledge check, where you can review what you learned.

***

 

This material was created and is the property of KDAB. It has been published on Qt Academy with their permission. KDAB is a globally recognized provider for software consulting, development and training, specializing in embedded devices and complex cross-platform desktop applications. They provide deep expertise across the stack for projects using C++, Rust, Qt, QML/Qt Quick, OpenGL, Vulkan, Qt 3D and more. KDAB experts regularly take time out to deliver world-class developer training, in-house or at open enrollment courses worldwide. You can contact them here.

Qt does not own the copyrights to this material, nor is it responsible for the content.

 

***

 

About the instructor:

The video is presented by Jesper Pedersen, who started with Qt back when Qt was widgets only and the version was 1.44 in 1998, which gives him many many years of experience with Qt. Since 2000 he has taught almost 100 Qt classes, ranging from Qt Widgets to QML. Heck, Jesper even taught a few classes on QTopia Core — Trolltech's initial attempt at creating a phone stack. Today Jesper holds a fancy business title, but that doesn't prevent him from coding both in his job and in his spare time.

  • 30m
  • BASIC
Building with Cmake: Getting Started with CMake and Qt

4.8(1163)

Building with Cmake: Getting Started with CMake and Qt

In this tutorial, you will learn what CMake is and how it is used in application development with Qt. If you are a developer interested in building applications using Qt - learn CMakes power tools for building your applications. This course was updated in January 2026. based on your feedback. The changes include: Fixed the video and modified the code snippet for using qDebug. Added clarification about the use of qt_add_resources and setting the AUTORCC boolean. Tested the build process of a console application with the latest version of Qt on Windows and macOS. Clarified the installation of both CMake and Ninja with links for separate installation if not installed via the maintenance tool.

Learn more
Building with Cmake: Getting Started with CMake and Qt

Building with Cmake: Getting Started with CMake and Qt

  • 30m
  • BASIC
  • 4.8(1163)
Start Course

Course description

In this tutorial, you will learn what CMake is and how it is used in application development with Qt. If you are a developer interested in building applications using Qt - learn CMakes power tools for building your applications.

 

This course was updated in January 2026. based on your feedback. The changes include:
 

  • Fixed the video and modified the code snippet for using qDebug.
  • Added clarification about the use of qt_add_resources and setting the AUTORCC boolean.
  • Tested the build process of a console application with the latest version of Qt on Windows and macOS.
  • Clarified the installation of both CMake and Ninja with links for separate installation if not installed via the maintenance tool.

Objectives

In this tutorial, you will … 

  • Learn what CMake is and how it is used in application development with Qt.

Most Popular Courses

  • 20m
  • BASIC
Getting Started with Qt Creator

4.9(2114)

Getting Started with Qt Creator

In this course, you will launch the Qt Creator IDE for the first time, go through its basic views, and create a new project that you can use to try out some of the basic functionalities. This course is for anyone interested in writing software with Qt Creator. To get the most out of this course, you should have some development experience and understand the basic software development concepts. You don't need any previous knowledge of Qt. This course was updated in February 2025 to continually improve course content and address feedback from the Qt Community. Change Log: Fixed links at end of the course Added zoom to videos so UI elements are easier to read Added additional links at end of course to topics identified in feedback

Learn more
Getting Started with Qt Creator

Getting Started with Qt Creator

  • 20m
  • BASIC
  • 4.9(2114)
Start Course

Course description

In this course, you will launch the Qt Creator IDE for the first time, go through its basic views, and create a new project that you can use to try out some of the basic functionalities.

This course is for anyone interested in writing software with Qt Creator. To get the most out of this course, you should have some development experience and understand the basic software development concepts. You don't need any previous knowledge of Qt.


This course was updated in February 2025 to continually improve course content and address feedback from the Qt Community. 

 

Change Log:

  • Fixed links at end of the course
  • Added zoom to videos so UI elements are easier to read
  • Added additional links at end of course to topics identified in feedback

Objectives

In this course, you will … 

  • Launch Qt Creator IDE and explore its basic views
  • Create a new project to try out basic functionalities
  • 10m
  • BASIC
How to Install Qt

4.9(2578)

How to Install Qt

In this course, we'll install Qt using the Qt Online Installer. This course is for anyone interested in using Qt who is at the beginning of their journey. It covers both commercial and open-source Qt installations. This course was updated in July 2025 to continually improve course content and address feedback from the Qt Community. Change Log: Improved installation guide with development environment-specific guidance. Improved layout and flow of information for download and installation. Rearanged links in places so reading is easier. Updated some imagery

Learn more
How to Install Qt

How to Install Qt

  • 10m
  • BASIC
  • 4.9(2578)
Start Course

Course description

In this course, we'll install Qt using the Qt Online Installer

This course is for anyone interested in using Qt who is at the beginning of their journey. It covers both commercial and open-source Qt installations.

 

This course was updated in July 2025 to continually improve course content and address feedback from the Qt Community. 

Change Log:

  • Improved installation guide with development environment-specific guidance. 
  • Improved layout and flow of information for download and installation.
  • Rearanged links in places so reading is easier.
  • Updated some imagery

Objectives

In this course, you'll learn how to install Qt to get started on your journey to learn Qt.

  • 30m
  • BASIC
Getting Started with Qt Design Studio

4.9(952)

Getting Started with Qt Design Studio

Our course, Getting Started with Qt Design Studio, is the second module in our FYI Frontend Learning Track, Getting Started With UI Design. In it, you will learn about: What Design Studio is and why it is a powerful tool supporting the collaboration of designers and developers How to launch the Qt Design Studio for the first time, go through its basic views, and create a new project that you can use to try out some of the basic functionalities

Learn more
Getting Started with Qt Design Studio

Getting Started with Qt Design Studio

  • 30m
  • BASIC
  • 4.9(952)
Start Course

Course description

Our course, Getting Started with Qt Design Studio, is the second module in our FYI Frontend Learning Track, Getting Started With UI Design.

In it, you will learn about:

  • What Design Studio is and why it is a powerful tool supporting the collaboration of designers and developers 
  • How to launch the Qt Design Studio for the first time, go through its basic views, and create a new project that you can use to try out some of the basic functionalities

Objectives

In this course, you will:

  • Learn what Design Studio is and why it is a powerful tool supporting the collaboration of designers and developers
  • Launch Qt Design Studio for the first time
  • Go through its basic views
  • Create a new project that you can use to try out some of the basic functionalities
OUR PURPOSE

To empower and encourage – students and tech-minded people alike. 

55k +

Edu Licenses

79k +

Course Enrollments

50k +

Qt Academy Users

Maximize Your Coding Potential

Learning Paths

Whether you're just starting out, or a seasoned pro, we're dedicated to providing you with a comprehensive learning experience that will elevate your skills as a Qt Developer or Designer. Learn the basic concepts of QML, Explore Qt Design Studio, or discover how Qt is used in specific industries; there is a learning path for you to explore. Our content library is constantly expanding, so you'll always have something new to discover.

Individual Courses

Are you looking to improve your skills as a Qt Developer? Our courses are the perfect way to focus on specific topics and elevate your expertise; we've got you covered. Find a course on a wide range of topics to help you get to grips with a new feature in Qt Design Studio, or learn a new workflow to kick-start your project!

Third-Party Courses

Would you like to explore the Qt community's insights on using Qt? Our fantastic array of third-party courses offers a wonderful opportunity to learn directly from community experts and discover how they make the most of Qt. Gain fresh perspectives on your journey to getting started, dive into unique workflows, or simply brush up on your skills! There’s an exciting course just waiting for you.

Stay in the Learning Loop with our Newsletter!

Be the first to hear about our latest course offerings, community events, and other Qt opportunities.

Mask group

How to Get Involved

There are many ways to get involved in Qt Academy – as a student, sponsor, or contributor.

  • For Students
  • For Partners
  • For Contributors

Enrollment in our general courses can be done anytime, anywhere. Simply create an account and pick the courses you want to study. Students with a valid educational email address from a verified university can also download Qt for free and use it for private purposes. Learn more about our educational licenses here.

Want to get involved as a partner, and co-create a learning track with us? We’re more than happy to work with you on a tailored learning path and competition. Simply get in touch with us and send a general inquiry to academy@qt.io

Want to become a teacher/contributor at Qt Academy? Have a great idea for a course or module, and the knowledge and skills to back it up? We’re always looking for people to contribute, so get in touch with us at academy@qt.io

Start Learning Qt Now!

Sign Up for Qt Academy

Need an Educational License?

Apply Here