Now i'm running into the problem that when i remove a row using m_TableModel->removeRow( rowid ) it screws up the rest of the removes that i want to do. I can't use removeRows() because that doesn't work for non-adjacent selections.
I could switch to making an sql query for delete but that would sort of defeat the purpose of having a model
Bookmarks