An open API service indexing awesome lists of open source software.

https://github.com/star-3gg/2024-qt-6-cpp-samples

2024 Qt 6 with C++ version of Qt samples intended to supplement personal UI/UX learning journey. Free learning resources based on but not limited to ProgrammingKnowledge's YouTube tutorials. Check out his awesome videos and leave a like! 🚀
https://github.com/star-3gg/2024-qt-6-cpp-samples

cpp learning qt6

Last synced: 3 months ago
JSON representation

2024 Qt 6 with C++ version of Qt samples intended to supplement personal UI/UX learning journey. Free learning resources based on but not limited to ProgrammingKnowledge's YouTube tutorials. Check out his awesome videos and leave a like! 🚀

Awesome Lists containing this project

README

          

# 2024-qt-6-cpp-samples

2024 Qt 6 with C++ version of Qt samples intended to supplement personal UI/UX learning journey. Free learning resources based on but not limited to ProgrammingKnowledge's YouTube tutorials. Check out his awesome videos and leave a like! 🚀

## Download & Install Qt Creator

You can get `Qt Creator` [here](https://www.qt.io/download) or in your package manager.

## CMake Build System

I have decided to use CMake as the main build system during this course since it is more widely used for C++ projects.
CMake is well integrated into the Qt Creator suite and projects can still be built without leaving the Qt Creator application.