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(int))); but this doesn't seem to work. How would you do this? regards Knut _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest