Quote:
Originally Posted by DoctorOhh
Kovid pointed you to this link https://doc.qt.io/qt-5/richtext-html-subset.html to explain exactly what is supported in the QT text widget. If you want the QT text widget to support a larger subset of HTML then go to the QT group and ask them to expand it to support what you're looking to use. This is out of Kovid's hands. If you find something that should work that doesn't place a bug report with the QT group about their text widget.
Alternatively look through the list of what's supported and adjust accordingly.
|
Problem is, reading that list is OK, and I can adapt css (I do), but those changes are not reflected in the window (or I don't see how). And, additionally, how can I differentiate a paragraph from other in the comment view? Perhaps I cannot, but I would like to confirm it.
And, specially, where I can find examples? The page your are referring is OK but, without some example, it's not clear how to apply it.
And, additionally, if I add changes in the html view, why are they removed and the tags rewritten when I go to the normal view?
For example, I write the following text, which is right according with the page you're referring to:
Code:
<p align="justify" style="text-indent: 0px">
Go to the normal view and, when I'm back I have:
Code:
<p align="justify" style="text-indent: 10px">
That indent is in the css file, yes, but I'm changing it and the widget removes my changes.