qnetworkaccessmanager - Qt Remote File Browser -
i wondering if has worked on qt remote file browser. understanding, have 2 options;
- use qfiledilaog custom proxy model when comes remote files. model responsible providing remote file/directory structure.
- use custom dialog , have standard file system model local files , custom model remote files.
in both cases, process of getting remote file/directory list can accomplished using qnetworkaccess manager.
has worked on similar concept , heading in right direction ? suggestions appreciated.
Comments
Post a Comment