PDA

View Full Version : How i will use treeWidget of GUI class in thread class



santosh.kumar
15th May 2007, 15:25
hi

i m creating one dialog and treeWidget inside it.
I m giving method for recursivly loading file as a treeview in thread class but i want to show in treeWidget of dialog of GUI class..

how i will call this treeWidget in thread class method..

jpn
15th May 2007, 15:31
How about QTreeView + QDirModel?