@beecksche said in QFileSystemModel doesn't support the network paths and external drives?:

I think the easiest way is to write your own file system model.

Or, presumably extend QFileSystemModel by subclassing it.

@jeanmilost
I just don't think you can access network, as per https://stackoverflow.com/a/33856139/489865 and @beecksche's comment above.