https://github.com/georgecatalin/qt-widgets-for-beginners-with-cplusplus
Course work associated with the Udemy.com course "Qt Widgets for Beginners with C++" , authored by Bryan Cairns.
https://github.com/georgecatalin/qt-widgets-for-beginners-with-cplusplus
cplusplus cpp qt qt5 qtcreator qtwidgets udemy-course
Last synced: 3 months ago
JSON representation
Course work associated with the Udemy.com course "Qt Widgets for Beginners with C++" , authored by Bryan Cairns.
- Host: GitHub
- URL: https://github.com/georgecatalin/qt-widgets-for-beginners-with-cplusplus
- Owner: georgecatalin
- Created: 2020-05-18T18:52:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T12:07:51.000Z (about 5 years ago)
- Last Synced: 2025-01-06T01:09:29.573Z (5 months ago)
- Topics: cplusplus, cpp, qt, qt5, qtcreator, qtwidgets, udemy-course
- Language: C++
- Size: 8.66 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qt-Widgets-for-Beginners-with-Cplusplus
Course work associated with the Udemy.com course "Qt Widgets for Beginners with C++" , authored by Bryan Cairns.https://www.udemy.com/course/qt-widgets-beginners/
## Summary
* Section 1: Diving into QWidget
* Section 2: Layouts
* Section 3: Buttons, and checkboxes
* Section 4: Combos, lists, spinbox, and more
* Section 5: Resources (** see Qt Core Advanced for "30. Resources in libraries")
* Section 6: Multiple Dialogs
* Section 7: QMainWindow
* Section 8: Containers
* Section 9: Rich Text Editor Example
* Section 10: Models
* Section 11: Complete Example Applications## What you’ll learn
* Foundations of Qt Widget programming
* QWidget
* QPushButton
* QCheckBox
* QRadioButton
* QGroupBox
* QFrame
* QTabbedWidget
* QStackedWidget
* QListWidget
* QTreeWidget
* Model View Controller Programming (MVC)
* QStringListModel
* QFileSystemModel
* QStandardItemModel
* Plain Text Editors
* Rich Text Editors
* Using the Clipboard
* File Handling
* Dialogs
* Main Windows
* Multiple Dialog Interface (QMDIArea)
* Basic UI Design
* Tri-state CheckBoxes in Lists
* Avoiding Common Mistakes### Commits by
* George Calin
* george.calin [at] gmail.com
* Connect me on LinkedIn: https://www.linkedin.com/in/cgeorge1978/