I am trying to make the QTextTable inside QTextDocument to have 100% or full width of the document. But there is no method in QTextTableFormat class to format the QTextTable to have 100% width. We can resize row and column but not overall table.
Is there any way I can achieve that, if you know how, please share. Thanks