I have a QTreeView with an editable QDirModel. How can I detect when user ends an item editing (rename)? (I need to update some stuff after that)
And another question - is there someway to catch the Delete key pressing on QTreeView (without a subclassing)?