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! 🚀
- Host: GitHub
- URL: https://github.com/star-3gg/2024-qt-6-cpp-samples
- Owner: star-3gg
- License: gpl-3.0
- Created: 2024-03-23T11:28:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T13:40:16.000Z (over 2 years ago)
- Last Synced: 2025-06-04T07:48:45.106Z (about 1 year ago)
- Topics: cpp, learning, qt6
- Language: CMake
- Homepage: https://www.youtube.com/playlist?list=PLS1QulWo1RIZiBcTr5urECberTITj7gjA
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.