Quote Originally Posted by wysota View Post
but it seems you want:
+My Documents
+Drive 1
+Drive 2
Yes, that's what I need

So My Documents is not "above" Drive 1 and Drive 2 but "before" them... right?
Yes

In that case I suggest you subclass QDirModel as you'll want to provide some data that doesn't exist in the model.
I think that what I really need. I thought about it earlier but couldn't find any example of subclassing QDirModel neither at Trolltech, nor anywhere else

Or do you just want to show the contents of some subfolder on one of the disks as children of the added item? If the latter, then you can go with a proxy.
I didn't quite catch that