https://github.com/georgecatalin/qt-cpp-gui-development-intermediate
Examples and code practice following the "Qt C++ GUI Development - Intermediate" Udemy course by Daniel Gakwaya. Events handling, custom widgets, painting and drawing, deployment.
https://github.com/georgecatalin/qt-cpp-gui-development-intermediate
cplusplus cpp qt5-gui qtcreator qtwidgets udemy-course
Last synced: 8 months ago
JSON representation
Examples and code practice following the "Qt C++ GUI Development - Intermediate" Udemy course by Daniel Gakwaya. Events handling, custom widgets, painting and drawing, deployment.
- Host: GitHub
- URL: https://github.com/georgecatalin/qt-cpp-gui-development-intermediate
- Owner: georgecatalin
- Created: 2020-11-02T10:50:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-12T15:28:39.000Z (almost 5 years ago)
- Last Synced: 2025-01-06T01:09:30.695Z (9 months ago)
- Topics: cplusplus, cpp, qt5-gui, qtcreator, qtwidgets, udemy-course
- Language: C++
- Homepage:
- Size: 1.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qt-Cpp-GUI-Development-Intermediate (fragment)
Examples and code practice following the "Qt C++ GUI Development - Intermediate" Udemy course by Daniel Gakwaya. This is part 1, as needed for building competencies for immediate (new) projects.https://www.udemy.com/course/qt-c-gui-development-intermediate/
## Summary of this part:
* Event Programming in Qt
* Building Custom Widgets
* Painting and Drawing with Qt
* Deploying your Qt applications on Windows, Mac and Linux