Hi,

i want to to something like the following:
Qt Code:
  1. -----------------------------------------------------------------
  2. | Date | Time | Description |
  3. | | Start | End | |
  4. -----------------------------------------------------------------
  5. | 2009-11-11 | 09:00:00 | 11:45:00 | Something useful |
To copy to clipboard, switch view to plain text mode 

So that i have 2 header rows, which are row spanned (Date, Description) and 2 header columns which are column spanned (Time)

Could anybody help to get this working or how to do this?

Thanks in advance

Best Regards
NoRulez