Qt: Implementing a Basic Dependency Container via QMetaObject

Опубликовано: 21 Август 2026
на канале: Qt by Lev Alekseevskiy
16,393
154

The video shows the problems inversion of control solves and how it's implemented in the form of a dependency container. I also demonstrate how reflection can be used via the QObject meta-model to create a simple dependency container.

My more advanced dependency container project is on GitHub:
https://github.com/CuriousCrow/qt-dep...