views:

58

answers:

1

I have a database table and I must read it and show it on tableWidget

I read it but I cant show it on tableWidget, How can I do?

Thanks

A: 

There is a class which designed to be used with QTableView widget which takes data from the database: http://doc.trolltech.com/4.6/qsqltablemodel.html

VestniK