I was tinkering with Qt's richtext HTML subset. I wanted to add a rounded border on a html table to use with QTextDocument.setHtml() method in QT. But the documentation does not have a "border-radius" property.
Does anyone have suggestions on achieving this?
and if is not possible, which way would be easier to port HTML format?