QT - QFileSystemModel on server-client program
问题 I am working on a server-client QT project that allows to transfer files between server and client. Being a GUI project, I want to display the server's file system on client program, like a file explorer. The question is : is there a way to send the QFileSystemModel or QFileSystemWatcher from server to client, or to display the server's system file on client side? Thank you. 回答1: The best approach to tackle this problem is to implement a serialization technique for your object(s). Once that's