I have a QTreeView
I have a QtreeView a
- I want to get current selected row
the following line is not giving to current selected row
index = self.selectionModel().currentIndex().
And
Also I was looking for sample code how to add a new row , to create sibling of a new row.
Regards,