Hi emorgen,
you have to use QAbstractTableModel or QSqlQueryModel to set values into QTableView. If you inherent from one of that model, you have to override the data() method to set the values. Maybe this will help you: http://doc.trolltech.com/4.6/itemviews-addressbook.html
Bookmarks