PDA

View Full Version : UNC with linux and QDirModel



jnmacd
15th November 2010, 15:06
Is there any way to setup shared folders on a linux host, and access them from Windows?
My end result is to use this with QDirModel, i.e.


tree.setRootIndex(model.index("//ip.to.linux.pc/logs"));

If not, what would be an easier way to accomplish something similar? I just want to be able to list files of one folder.
Thanks