[Qt-creator] project tree with subdirectories

Andres Manz manz.andres at gmail.com
Fri Jun 12 15:41:33 CEST 2009


Hello,

I'd like to implement the functionality to display subdirectories in
the projects view. There's already an issue:

http://www.trolltech.com/developer/task-tracker/index_html?method=entry&id=247678

So I looked at the whole thing. There are just three questions:

1. Should I add a filter option to the "Projects" view (like "show sub
directories") or should I add a new entry to the view list?

2. ProjectTreeWidget uses a FlatModel for its TreeView. FlatModel just
ignores folders. Should I implement a new model or is there any other
model I could use? Just can't find a nice way.

3. Does anybody (except me) still want this functionality?

Regards,
Andres



More information about the Qt-creator-old mailing list