View Single Post
Old 10-12-2019, 12:18 PM   #8
Terisa de morgan
Grand Sorcerer
Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.
 
Terisa de morgan's Avatar
 
Posts: 6,637
Karma: 12595249
Join Date: Jun 2009
Location: Madrid, Spain
Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2
Quote:
Originally Posted by DoctorOhh View Post
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.

Last edited by Terisa de morgan; 10-12-2019 at 12:25 PM.
Terisa de morgan is online now   Reply With Quote