Hey @all,

is there a way to transport a model over the network? For Example: I've a client which are connected with a server (QTcpServer), this server is connected to a database.

Now i would like to use a QSqlQueryModel or similar in my client, but the problem now is that the client hasn't direct access to the database, the clients only have the connection to the server.

Hope someone can understood what I mean and could help me
Best Regards

NoRulez