PDA

View Full Version : How to setup custom tableview having some merge columns only in some rows.



nikhilqt
12th October 2009, 08:15
Hi,

I have a query regarding setting up a tableview where I should merge some colums only in some rows. Please look into the attachement.

caduel
12th October 2009, 09:33
see QTableView::setSpan()

HTH