Why does QTextDocument not display the table border properly when printing
-
hello
Why does QTextDocument not display the table border properly when printing.The following codeQPrinter printer; QTextDocument textDocument; textDocument.setHtml("<table style='border-style:solid;border-color:#787878'><tr><td>11111</td></tr><tr><td>222</td></tr></table>"); textDocument.print(&printer) -
Hi,
Shouldn't you also give a size when setting your border style ?
