This is the repo for the QML Integration Basics course on Qt Academy.
The files provided are the demo apps created during the course. They provide a reference for the workflows covered in the course section.
To get started with this project, you will need to have Qt installed from the qt.io website. We Recommend using the QtCreator IDE in order to follow along with the content in the videos.
QMLIntegrationsBasics_Section_2_to_3: Examples to demonstrate how to prepare and register a C++ class to QML via the qt_add_qml_module() function. Tested with with Qt 6.5.6 MinGW 64-bit.
QMLIntegrationsBasics_Section4: Example to demonstrate how to use a registered C++ class in QML. Tested with with Qt 6.5.6 MinGW 64-bit.
If you need additional help, the following resources may be helpful:
- Qt Documentation: https://doc.qt.io
- Qt Forum: https://forum.qt.io
- Qt Academy: https://qt.io/academy
Copyright (C) 2026 Qt Group.
SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
This is a QML Integration Basics learning project demonstrating how to create intergrate QML with C++ in a Qt based application.
If you, your employer, or the legal entity you act on behalf of hold commercial license(s) with a Qt Group entity, this software package constitutes Pre-Release Code under the Qt License/Frame Agreement governing those licenses, and that agreement's terms and conditions govern your access and use of this software package.
This software package may provide links or access to third party libraries or code (collectively "Third-Party Software") to implement various functions. Use or distribution of Third-Party Software is discretionary and in all respects subject to applicable license terms of applicable third-party right holders.