Hi all
I m working ith Qt4.2.2 on my Intel MAC Machine
My Problem:
I m using Treewidget and want to create a TREE of all the directories, subdirectories and files existing in my system.
How can I..
please help...
Hi all
I m working ith Qt4.2.2 on my Intel MAC Machine
My Problem:
I m using Treewidget and want to create a TREE of all the directories, subdirectories and files existing in my system.
How can I..
please help...
Always Believe in Urself![]()
Merry
Take a look at the Directory View example, in the Qt Demos.
It is in the Item Views category.
Regards
Thanx , I 'll try....
Always Believe in Urself![]()
Merry
I think that example is for TreeView not for TreeWidget...& that uses setModel() property
and this property is not defined for treewidget...Is there any other way for this....
Always Believe in Urself![]()
Merry
Forget about QTreeWidget and use a view + QDirModel. Another example: http://www.qtcentre.org/forum/p-sugg...ostcount5.html
J-P Nurmi
merry (28th May 2007)
Bookmarks