I try to insert a custom widget into a QTableWidget
using the setCellWidget
function
void QTableWidget::setCellWidget ( int row, int column, QWidget * widget )
My problem is now, that the paint method of the custom widget isn't called. Anyone knows why?
Best regards