Qt 6.11 is out! See what's new in the release
blog
QTableView strange behavior after editing
General and Desktop
1
Posts
1
Posters
1.1k
Views
1
Watching
-
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?!
!http://img824.imageshack.us/img824/6308/snapshot13y.png(QTableView)!