Quote Originally Posted by Binary01 View Post
The object is to display Data in QML
If you create another view, it is another view.
In C++ two instance of a class are two different objects, with their owns state/data.

Quote Originally Posted by Binary01 View Post
Is this an other way simple to do that ??
Either a property on an object exposed to QML or a model exposed to QML.
What's the element type of "projects"?

Cheers,
_