I'm using a QTreeWidget to display a list with two columns, so I only insert toplevel items on it. I only allow the user to select one row. Is there a way to know which row is actually selected? I mean the row number, not the QTreeWidgetItem. Thx.