Hi All,

I have created a QTableWidget in run time and I added check boxes to the QTableWidet using setCellWidget.

I am able to see the check box in the cell but the check box has been aligned to LEFT of the cell.

How to align this check box to CENTRE of the cell of QTableWidget?

Thanks,
Segu