Hi,
I need to create a QTreeView to be able to select a file/directory that can be on the local computer, or in another computer of the local network. I know how to access the data that are on the local computer (QFileSystemModel or a derivative). By I do not find a way to access data that are on another computer of the local network.
I cannot use the QFileDialog::getXXX functions as I need to integrate this explorer in a Dialog window that should show additional elements (content of the file/directory that is quite complex).
Unfortunately I also cannot force the user to map the remote directory. So, this need that I MUST HAVE TO obtain the list of computers names that are present in the local network. And them to access to the public directories that are on each computer. And, to simplify the problem (;-)), I have no information on this local network.
Any idea?
Thanks for your help.
↧