Hey guys,

i am wondering how to edit items within a QTreeView + QDirModel. Editing items is -by default- on doubleClick. That works. However since i want to use the doubleClick to open the selected files i need to have the renaming functionality on a rightClickEvent.

Unfortunately i can't find the right way. Can anybody give me a hand on that?

Thanks guys.
Junior0007