Deselection event for QTableWidgetItem
Unsolved
General and Desktop
-
Hi! I have lots of buttons on a toolbar and I want to deselect some of them when there are no selected elements in QTableWidget. How can I do this? There are signals for detection selection of elements, but what about deselection?
-
As I already wrote on SO use selectionChanged() / itemSelectionChanged() signals ... when nothing is selected, you can't deselect items so how do you want to achieve a deselect here?