Qt Remote File Browser
问题 I was wondering if anyone has worked on Qt Remote File Browser. From my understanding, I have two options; Use QFileDilaog with a custom proxy model when it comes to remote files. The model will be responsible for providing remote file/directory structure. Use a custom dialog and have a standard file system model for local files and a custom model for remote files. In both cases, the process of getting remote file/directory list can be accomplished using QNetworkAccess manager. Has anyone