Search Results

0
votes

How to know a QTreeWidget selected item?

Using the itemClicked() signal will miss any selection changes made using the keyboard. I'm assuming that's a bad thing in your case. …