Details
-
Bug
-
Resolution: Incomplete
-
P3: Somewhat important
-
4.3.0
-
None
Description
Even if QSqlTableModel uses OnRowChange, QTableView will force QSqlTableModel to commit for each field change. This happens because the delegate's commitData signal is connected to the view's setData method which sets the field data immediately.