PDA

View Full Version : Set the same header to two columns



ProTonS
17th July 2009, 20:05
Hi everybody, I would like to know if I can set for two columns the same header, like that:

_________________________________
|###########A header |
|--------------------------------------------|
|######### | column 1 | # column 2|
|--------------------------------------------|
| Item 1 #### | ## 9 ##| ### 4 #|
| Item 2 #### | ## 5 ##| ### 2 #|
| Item 3 #### | ## 2 ##| ### 11 #|
| Item 4 #### | ## 12 ##| ### 9 #|
|======================== |

I know I am a profissional in ascii drawing ;)

Well, is that possible in qt?


Thanks in advanced

jpujolf
21st July 2009, 09:10
You can take ideas from this (http://www.qt-apps.org/content/show.php/QExtendedWidgets?content=103163) or this (http://www.qt-apps.org/content/show.php/HierarchicalHeaderView?content=103154)