https://github.com/jerryym/qml_learning
Learning QML
https://github.com/jerryym/qml_learning
learning qml qt6 qtquick
Last synced: 4 months ago
JSON representation
Learning QML
- Host: GitHub
- URL: https://github.com/jerryym/qml_learning
- Owner: Jerryym
- License: mit
- Created: 2024-09-05T03:51:49.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T10:31:22.000Z (almost 2 years ago)
- Last Synced: 2024-09-29T07:41:37.774Z (almost 2 years ago)
- Topics: learning, qml, qt6, qtquick
- Language: QML
- Homepage:
- Size: 693 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QML_Learning
This project is based on [Qt QML Tutorial](https://youtube.com/playlist?list=PLP7UmEJ9z4mpi0JXcPS0VRK-7eFAfROZI&si=A23LjTid4n0Iqw3_) to learn QML.
## Environment
* **IDE**: Visual Studio 2022
* **Qt Version:** Qt 6.5.3
## List
* **Example-1**:Basic QML Application
* **Example-2**:Positioners and Layouts in QML
* **Example-3**:An Application similar to NetEase Cloud Music
## Reference
* [Qt QML Tutorial](https://youtube.com/playlist?list=PLP7UmEJ9z4mpi0JXcPS0VRK-7eFAfROZI&si=A23LjTid4n0Iqw3_)
* [Qt6](https://www.qt.io/)
* [Qt Documentation](https://doc.qt.io/)