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:
  1. int row;
  2. row = ui->tableWidget->rowCount();
  3. ui->tableWidget->setRowCount(row +1);
To copy to clipboard, switch view to plain text mode