Hi
I have a small query where I need to display a filesystem , showing the subdirectories , without showing the contents of the directory and the subdirectories.

eg
Qt Code:
  1. Home
  2. Documents
  3. A.doc
  4. B.doc
  5. C.doc
  6. Pictures
  7. abc.jpg
  8. def.png
  9. Music
  10. bryan.mp3
  11. ghulam.mp3
To copy to clipboard, switch view to plain text mode 

In the above pictures, I should be able to display the subdirectories (Documents , Pictures and Music) but the files under them should be hidden