You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo is just some test to show how you can create QML objects from C++.
It actually showcases two approaches, where I like the second approach better because it has more flexibility.
About
This repo experiments with using QQmlComponent and QQmlContext to create QML objects from C++.