Best way to implement a Button for an action in a QTableView
Unsolved
General and Desktop
-
I'd implement a delegate that does the painting and nothing else and connect a slot to QAbstractItemView::clicked to handle the event as you don't have to worry about identifying what button was clicked