PropertyButton *removeUserBtn = new PropertyButton(this,item);
QWidget * QTableWidget::cellWidget ( int row, int column ) const
C++ (Qt)setCellWidget( 2, 4, 0 );
const Coordinate * test = &theCoord;delete test;
void QTableWidget::removeCellWidget ( int row, int column )
C++ (Qt)inline void QTableWidget::removeCellWidget(int arow, int acolumn){ setCellWidget(arow, acolumn, 0); }