Re: QTextTableCell Border
OK. From the silence it doesn't look like it is an achievable thing with Qt at the moment.
Guess that leaves me with painting the table using individual lines and bits of text or perhaps merging the text into a page-sized SVG. Hardly nice, but it'll give the ultimate in control.
Re: QTextTableCell Border
Quote:
Originally Posted by
ChrisW67
control the cell borders independently of the border around the table itself and the left/right/top/bottom borders independently of each other.
Same need, any other suggestions please?