I'm newbie with qt and i'd like to make a simple table with a few rows for double typed numbers.

Then i'd like to calculate the sums of each column and show the results on the bottom row.

Yes, i have the book c++ programming with qt4, but the examples are quite complicated for this simple task.

I found a basic table here

http://www.qtsoftware.com/developer/...ntry&id=192313

but how to implement the calculable rows in it in a non-complicated way?

Any hints are well appreciated.

teele