Hi All,

I m using QT 4.2.2 on my Intel Mac.

I have some code in which I make making a tree of Dir and file.
I select a Path and then add the Item in tree Structure in QTreeWidget as I have File under dir and the Tree Structure is as file and dir stored on my Hard Disk.


Now If there are Lots of File and Dir then the Application is taking a lot of time to add them and Its Looking like the Application is get hanged for a time Period.

Now I want to this thing by Using thread and I donot know how to use the Thread?

If any one Knows then plz Help.

Thanks.