Training objectives
At the end of the training, the trainee will be able to:
Upon completion of the training, the participant will be able to:
- Communicate with Qt C++ code from QML
- Use C++ data models from QML
- Create new QML types in C++
- Use C++ types in QML
Prerequisites
To effectively follow this training, participants must have:
A solid command of Qt and QML: Understanding of basic Qt concepts, signals and slots, properties, models, views, and QML components.
A good knowledge of C++: Proficiency in object-oriented programming, classes, objects, inheritance, polymorphism, pointers, and the STL.
An understanding of communication mechanisms between languages: Concept of bridges between different programming languages.