Hi,

I am new to Qt prgramming but have fair amount of knowledge to work with Qt. I have requirement to list the directry structure of different projects folders like

+ projects
|
+ Qt project
|
+ c:\Qt ## actual directory listing starts here
|
....
+ Qtopia prject
|
+ d:\Qtopia ## actual directory listing starts here
|
....

I know i can use the QDirModel, but that doesnt give the required.

here
1. these derectories are from different drives
2. the first item should always be "projects"
3. the next immediate items will be names of the projects

can anybody help me? expecting piece of code also

thanks in advance
ram