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
Qt Code:
int counterRow=ui->tableWidget->rowCount(); ui->tableWidget->insertRow(counterRow);To copy to clipboard, switch view to plain text mode


Reply With Quote
Bookmarks