Hey there,

I'm using a QTreeview + QDirModel.

I want to achieve the following :
- A list of projects.
- Inside each project I want a QDirModel view of its directory content.

Basically I want to recode a project's file treeview like any IDE like Qt Creator or Visual studio.

What's the simplest way ?

Thanks.