All-

I'm having trouble getting a QDirModel to work nicely with a QCompleter and Windows UNC paths (\\Server\Share\((folder\)*)file -formatted paths).

The examples work perfectly for all "local" paths with drive letters (even mounted network paths), but UNC seems to stump the QDirModel.

The model seems to be initialized with all the drives (A:, C:, D:, Q:, etc) -- is there a way to initialize it with a server or server/share?

Assuming that can be done, should the QCompleter just be aware of the directory/file structure? I would think so as the completer is interpreting the data from the underlying model, but I just want to be sure...

Thanks in advance!

SnarlCat