PDA

View Full Version : Setting two horizontal header labels for QTablewidget



arunvv
20th August 2009, 00:03
How to set two horizontal header labels with QTableWidget? or else how can i modify the header label to show a header label with subsection header labels under it?

For example i have a header label as temperature, which needs to have min, max, avg as subsection headers as columns under temperature header label.

How can I do it? Please advice and give some hints?

Thanks in advance,

Thanks & Regards,
Arun

jpujolf
20th August 2009, 11:06
Try this (http://www.qt-apps.org/content/show.php/HierarchicalHeaderView?content=103154) or this (http://www.qt-apps.org/content/show.php/QExtendedWidgets?content=103163).

arunvv
20th August 2009, 17:58
Thanks HierarchialHeader view helped.

Thanks & Regards,
Arun