Hi All,

I am using Qt 4.5.2

I want to Insert the value in the Table Row & Table Column.
I am using this command ui->tableWidget->setCellWidget(0,1,label);
but in this i have to put value in label .

Can anyone tell me that I can use directly insert the value in the table widget row or column without using label or other widgets.