Qt Remote File Browser

谁说胖子不能爱 提交于 2019-12-10 20:51:02

问题


I was wondering if anyone has worked on Qt Remote File Browser. From my understanding, I have two options;

  1. Use QFileDilaog with a custom proxy model when it comes to remote files. The model will be responsible for providing remote file/directory structure.
  2. 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 worked on a similar concept and am I heading in the right direction ? Any suggestions will be appreciated.

来源:https://stackoverflow.com/questions/22299709/qt-remote-file-browser

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!