Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
5.3.0
-
None
Description
TextArea (and I'm guessing TextEdit) does not support QTextCharFormat::SpellCheckUnderline. setUnderlineColor does not work either.
These two features of QTextCharFormat are important for any QSyntaxHighlighter-based spell checker. I just tweaked KF5's Sonnet::Highlighter to work with QML, it all works except for this.
Attachments
Issue Links
- is duplicated by
-
QTBUG-87260 TextArea with QSyntaxHighlighter : setUnderlineColor and setUnderlineStyle not working
- Closed
- relates to
-
QTBUG-46540 Add support for the different underline styles in Qt Quick
- Open
- resulted in
-
QTBUG-97495 add support for underline style in Text
- Reported