Quote Originally Posted by heczaco View Post
adding the columns makes no difference :/
Without columns it wil definitely be empty, because then you don't thell the view which property to show in which column.

And you forgot to post the code with coumns.

Quote Originally Posted by mayrhofer
and QSqlTableModel is a subclass of QAbstractTableModel... is that wrong?
So object is a plain QSqlTableModel not some application specific subclass?

Cheers,
_