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?
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?
a life without programming is like an empty bottle![]()
Otherwise you can subclass the table widget and reimplement the paintEvent function there. Just draw lines over the table where you need the divider.
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.Originally Posted by Corran
I definitely need it to be one table.Originally Posted by zlatko
Bookmarks