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
Header: Model | Description | Price | Size / Qty
ROW: 15415 | Beautiful Shoes | 15.50 | 9.5 10 9
SAME ROW: | | | 5 3 0
To copy to clipboard, switch view to plain text mode
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.
Bookmarks