PDA

View Full Version : display a directory using qtreewidget



kamlmish
19th December 2010, 06:40
Hi Guys

I have a small question where I need to display a directory using qtreewidget.
I was able to do it using the QDirModel and QTreeView, but I have the problem as I need to use only QTREEWIDGET to display the directory.

Lykurg
19th December 2010, 10:18
why do need to use QTreeWidget?

kamlmish
19th December 2010, 12:37
actually , i need to also provide additioanl functionality
1) Get the full path to the file / directory on a single click event
2) The path needs to be displayed on a text browser.