I like to have a horizontal header in a qTableWidget that looks like the following example (header over two rows):

-------------------------------------------------------
Amount
-------------------------------------------------------
1.00 | 2.25 | 4.00 | 5.25 | 8.00 | 13.00 | 15.00
-------------------------------------------------------

How can I do that?

I am working with QT4.3.0!

Thanks for any help.

Nippler