After finishing edit any new row then pressing ENTER QTableView hides the data from the new row and shows “!” character in Vertical header of that row although it added physically in the database table!!
tableModel->insertRow(tableModel->rowCount());
how can I fix this issue?!
↧