Hi all

Working on Qt4.1 on Intel Mac

My Problem is this :

I am inserting root folders in the treeWidget and each root folder contains its sub files and folders.

what i want is this when i double click on any of the treeWidgetItem , the treewidget shows only its sub folders and files , and clear all other contents.

On double Click of the treeWidgetItem , I got all its contents but for to view its contents only when I make the QTreeWidget->clear() , My Program crashes. What Can I do?

Pls help

Thanx