https://github.com/georgecatalin/qt-quick-and-qml-for-beginners-the-fundamentals
Code practice associated with the Udemy course Qt Quick and QML For Beginners : The Fundamentals" authored by Daniel Gakwaya.
https://github.com/georgecatalin/qt-quick-and-qml-for-beginners-the-fundamentals
javascript qml qt5 qt5-gui qtcreator qtquick udemy-course
Last synced: 8 months ago
JSON representation
Code practice associated with the Udemy course Qt Quick and QML For Beginners : The Fundamentals" authored by Daniel Gakwaya.
- Host: GitHub
- URL: https://github.com/georgecatalin/qt-quick-and-qml-for-beginners-the-fundamentals
- Owner: georgecatalin
- Created: 2020-11-18T09:13:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-21T11:52:15.000Z (almost 5 years ago)
- Last Synced: 2025-01-06T01:09:30.234Z (9 months ago)
- Topics: javascript, qml, qt5, qt5-gui, qtcreator, qtquick, udemy-course
- Language: QML
- Homepage:
- Size: 131 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qt-Quick-and-QML-For-Beginners-The-Fundamentals
Code practice associated with the Udemy course Qt Quick and QML For Beginners : The Fundamentals" authored by Daniel Gakwaya.https://www.udemy.com/course/qt_quick_qml_tutorial_for_beginners/
## Topics to learn:
* The basics of working with the QML language
* Working with Qt Quick basic elements and building your own in QML
* Signals and slots in QML
* Working with input elements
* Working with Javascript in QML
* Positioning elements in QML
* Running your QML Apps on Android
* Qt Quick Controls 2 framework
* Working with Dialogs in QML
* Models,Views and Delegates
* Transforms,Transitions and Animations
* Networking : Fetching HTTP Data and JSON(REST) APIs
* Settings and Local Storage