Hello guys... How are you?

Well, i'm newbie in Qt and have a big doubt. In my UI i have a QTreeView, ok! I show in this QTreeView the files of a folder in my computer, for this i set the filter of the QTreeView, also the model to QFileSystemModel... Ok, that's works!

My problem right now, is... I need to change text of some items of the my QTreeView, aaaaand i saw that this not's possible in QTreeView, but is possible in QTreeWidget. Right, but in QTreeWidget, i can't to change model, in this class the method setModel() is private.

How can i fix this? Someone can help me?

In resume i need to change some text items of the my QTreeView. =/

Thanks...

PS: sorry my english.