Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
The removeRow() method works well in the constructor, it remove the concerning row. Why it doesn't in a custom slot.
code: @tableModel->removeRow(0, QModelIndex());@
Have you tried checking the return value (it's a boolean, I believe), and if false checking lastError() to see if it contains info about the failure?