Hi All,
I am stuck with a problem, I was wondering is there any way to just show children in a Qtreeview not it's parent.
For instance.
If this is the tree
AAA--
|
A _
|
a1
|
a2
|
a3
|
a4
AAA--
|
A _
|
a1
|
a2
|
a3
|
a4
To copy to clipboard, switch view to plain text mode
I want only this to be shown, that is without Root node (AAA in this case)
A _
|
a1
|
a2
|
a3
|
a4
A _
|
a1
|
a2
|
a3
|
a4
To copy to clipboard, switch view to plain text mode
I searched a lot in net, but without success. If I hide the root row, I am not able to see it's children,I think there should be some way to do that .
Thanks in advance.
Bookmarks