Add Learn QML in Y Minutes

This is a resources written in the style of Learn X in Y Minutes to get people started in QML's syntax.
This commit is contained in:
Furkan Üzümcü
2024-10-21 15:09:54 -04:00
committed by GitHub
parent 1ef6db90c0
commit a88df546f6

View File

@@ -323,6 +323,7 @@ Pull requests of new projects/apps/libraries are welcome :)
* [QML Coding Guidelines](https://github.com/Furkanzmc/QML-Coding-Guide): A collection of good practices when writing QML code. * [QML Coding Guidelines](https://github.com/Furkanzmc/QML-Coding-Guide): A collection of good practices when writing QML code.
* [Qt6 QML Book](https://www.qt.io/product/qt6/qml-book) - Free book created by Qt Company. It provides you with a walk through of the different aspects of application development using the new Qt 6. It focuses on the Qt Quick technology, but also provides necessary information about writing C++ back-ends and extension for Qt Quick. * [Qt6 QML Book](https://www.qt.io/product/qt6/qml-book) - Free book created by Qt Company. It provides you with a walk through of the different aspects of application development using the new Qt 6. It focuses on the Qt Quick technology, but also provides necessary information about writing C++ back-ends and extension for Qt Quick.
* [Qt and QML tutorial](https://scythe-studio.com/en/blog/qt-qml-tutorials-new-series-by-scythe-studio) - Qt and QML from scratch tutorial created by Scythe Studio. * [Qt and QML tutorial](https://scythe-studio.com/en/blog/qt-qml-tutorials-new-series-by-scythe-studio) - Qt and QML from scratch tutorial created by Scythe Studio.
* [Learn QML in Y Minutes](https://learnxinyminutes.com/docs/qml): A short overview of QML language fundamentals to familirize yourself to get started with QML programming.
# Software # Software
* [files](https://github.com/lirios/files) - File manager. * [files](https://github.com/lirios/files) - File manager.