On Friday 13 December 2013 22:47:18 Knut Krause wrote:
> Hi,
>
> I'm showing my QSqlTableModel in a QTableView. I've set the submit policy to
> ManualSubmit. If I delete a row from my model the view keeps a blank row
> with an exclamation mark as index. Can I somehow remove this row?
>
> I tried
Hi,
I'm showing my QSqlTableModel in a QTableView. I've set the submit policy to
ManualSubmit. If I delete a row from my model the view keeps a blank row with
an exclamation mark as index. Can I somehow remove this row?
I tried
connect(model, SIGNAL(beforeDelete(int)), view, SLOT(hideColumn(in