[Qt-interest] QTableView 2 rows inside every row

Linos info at linos.es
Mon Apr 20 20:36:49 CEST 2009


Hello,
	i need to create a tableview where in every row you can see an information for 
the complete row but later to define the units for every size make a division 
inside the row, like this:

Header:		Model | Description        | Price   |                 Size / Qty		
ROW:		15415 | Beautiful Shoes |  15.50 | 9.5  10  9
SAME ROW:	      |				     |		   |   5     3	 0

I dont know how represent this exactly with chars but i think you can see the 
idea, the row should have a height bigger than normal to contain the division 
and the columns Model, Description and Price should be Center aligned in the 
row. The size should be header like but i suppose i can get the effect simply 
changing the colors.

What would be the better way to do this with qt? Thanks.

Regards,
Miguel Angel.



More information about the Qt-interest-old mailing list