How to change row height in QTextTable
it seems that you can use the setHTML(QString) or insertHTML(QString) functions to insert a stylesheet. When using this function with a style sheet, the style sheet will only apply to the current block in the document. In order to apply a style sheet throughout a document, use QTextDocument::setDefaultStyleSheet() instead. ref: http://harmattan-dev.nokia.com/docs/platform-api-reference/xml/daily-docs/libqt4/qtextedit.html#insertHtml appart from using shims….according … Read more