Quote:
Originally Posted by Doitsu
Thanks for this helpful new feature!
Is it possible to change the non-breaking space replacement characters by applying a Qt stylesheet or source code modifications?
|
I'm not entirely certain the place-holder underline style/color can be modified via qss, but there are a few options if you modify the source.
It's set in Misc/XHTMLHighlighter.cpp around line 85. It's the .setUnderLineStyle method of special_space_formats. Available choices can be found here:
https://doc.qt.io/qt-5/qtextcharform...lineStyle-enum