Quote Originally Posted by jpn View Post
Isn't "My Documents" a link to a documents directory in QDir::home()? Therefore you could just fake an item and actually return children for QDirModel::index(QDir::homePath())..
That's exactly what I'm suggesting. There are two ways to do it - either subclass QDirModel and manipulate indexes there or implement a proxy and manipulate indexes there.