Hi
I'm new to QT and I'm trying to implement a TreeView from a QDomNode created manually. The problem I'm facing is that the resulting node has the following structure:
root -->
AA
BB
CC

And of course that when setting the model in QTreeView I have the same structure, but what I need is to show in the QTreeView the 2 level:

AA
BB
CC

I had been searching in the forum for some ideas but I must say that I didn't found any...

Is there any way to achieve this?