I need to somehow make a vertical divider in my table. Is there a way to alter the cell thickenss on one side, or is there some other means of making a divider?
Printable View
I need to somehow make a vertical divider in my table. Is there a way to alter the cell thickenss on one side, or is there some other means of making a divider?
Maiby will be better use 2 tables with splitter between them?
Otherwise you can subclass the table widget and reimplement the paintEvent function there. Just draw lines over the table where you need the divider.
I definitely need it to be one table.Quote:
Originally Posted by zlatko
Possible... But I wouldn't be sure where exactly to draw the line. Maybe there is a way to get the cells coordinates and then draw the line that way. I'll have to look into it. It would also cut into the cell space that way.Quote:
Originally Posted by Corran