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




 
					
					 
							
						 
    
    
    
    
    
   
    
    
    
    
    
   My QTableWidget doesn't want to let me add a title to a new row with the button
 My QTableWidget doesn't want to let me add a title to a new row with the button
		 
				
				
				
					 Reply With Quote
  Reply With Quote 
			
Bookmarks