Hello, I'm trying to understand the remoteobjects component. Suppose I have, on my backend, a Household containing a list of Persons.
I guess I'll have a rep file like class Person { //some properties, slots and signals } class Household { PROP(QList<Person> persons) }; Now I wonder - Is this a valid approach? - will the persons property result in a list of PersonReplica on the client side and in a list of PersonSources on the server side? - how can I link a specific PersonReplica object to the corresponding PersonSource object? - where should this linking be done? Thanks in advance, Marc
_______________________________________________ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest