PDA

View Full Version : QListWidget - SelectedClicked behavior



Carlsberg
6th June 2014, 03:32
I have a list in which I have set QAbstractItemView::SelectedClicked for edit triggers. The problem is that if I click, the editor opens, but if I click again, the editor closes and it's reopened right after. Is there a way to limit the edit click to some bounds? My items are custom with image and texts and I only want to trigger edit when clicking on some text.