When ai drag a QTableWidget in to UI, then i add new rows but it can't scroll automaticlly. I don't know how to fix this.
Thanks
Added after 45 minutes:
Sorry
I fixed as below
Code:
int counterRow=ui->tableWidget->rowCount(); ui->tableWidget->insertRow(counterRow);
