Here is an example of implementation for generic c++ model to use with ListView QML component. Lets say we've got collection of QObject instances, what then? Such objects support signals and ...
I started studying QML and realized that QT with QML is really well done, but I was missing some basic components. I started collecting them for myself and maybe they can be useful for someone. First ...