Project

General

Profile

How to set colspan attribute for WStandardItemModel or WTableView

Added by Chandana Kumara almost 9 years ago

I want to set colspan attribute for some rows of table view. Pls let me know how to do that.

I attached image for more clarification. Pls check white color row on the image.

Thanks


Replies (5)

RE: How to set colspan attribute for WStandardItemModel or WTableView - Added by Wim Dumon almost 9 years ago

I don't think a WTableView has this feature. A WTable does support column and row spanning.

Wim.

RE: How to set colspan attribute for WStandardItemModel or WTableView - Added by Chandana Kumara almost 9 years ago

Thank you for your answer. I solved this problem using setItemDelegateForColumn with refering

http://redmine.emweb.be/boards/4/topics/10708?r=10747.

RE: How to set colspan attribute for WStandardItemModel or WTableView - Added by Chandana Kumara almost 9 years ago

Chandana Kumara wrote:

Thank you for your answer. I solved this problem replacing css styles

    (1-5/5)