I am creating a stock controlling system,but when I add the new row I can edit the product numbers and everything, except for the new product,please help.
Thank you in advance
my code :
Qt Code:
int row; row = ui->tableWidget->rowCount(); ui->tableWidget->setRowCount(row +1);To copy to clipboard, switch view to plain text mode
Bookmarks