# Companion Source Code for "Qt6 QML For Beginners" 1. Edition ![Book cover](https://github.com/rutura/Qt6QMLBeginnersBookRelease/blob/main/book_cover.png) ## Code examples This repository contains runnable source code examples from the 1. edition of [Qt6 QML For Beginners](https://dgakwaya.gumroad.com/l/qt6_qml_for_beginners), by [Daniel Gakwaya](https://rutura.github.io/daniel.gakwaya/). ### The layout of the examples The examples are separated into different directories based on how they appear in the book. ### What each example contains The examples are intended to be run from Qt Creator. Each example is a self contained CMake based Qt Quick project. Inside the project, you'll find a top level CMakeLists.txt file, a main.cpp file , and one or more .qml files. Depending on the nature of the project, you may also find a .qrc file and one or more folders containing the resource files. ### Building the examples Once you have the example opened inside Qt Creator, you can hit the green triangle button to build and run the code. ## License The source code is released under the [MIT License](/LICENSE.txt).