Deselection event for QTableWidgetItem
Unsolved
General and Desktop
-
wrote on 9 May 2020, 06:40 last edited by
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?
-
Lifetime Qt Championwrote on 9 May 2020, 07:25 last edited by Christian Ehrlicher 5 Sept 2020, 07:25
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?
2/2