So I basically want to achieve sth like this:

Qt Code:
  1. |view1
  2. |- file1
  3. | |- item1
  4. | |- item2
  5. |- file2
  6. | |- item3
  7. | |- item4
  8. |+ file3
  9. ...
  10.  
  11. view2
  12. |- item1
  13. |- item2
  14. |- group1
  15. | |- item3
  16. | |- group2
  17. | |- item4
  18. |- item5
  19. ...
To copy to clipboard, switch view to plain text mode 

with 1 model. Is it possible?