Added by Everton Fonseca over 6 years ago
I need to put a WPushButton in the WAbstractTableModel cell because when the button is pressed it will remove a selected line from WTableView.
Hi,
The easiest way is to use a WItemDelegate, to render a pushbutton for a particular column in your view.
Regards,
Wim.