Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

TextArea QTextCharFormat::setUnderlineStyle

$
0
0
Is it possible use different underline styles with a TextArea? Currently I am able to: QTextCharFormat fmt; fmt.setUnderlineStyle(QTextCharFormat::SingleUnderline); But QTextCharFormat fmt; fmt.setUnderlineStyle(QTextCharFormat::SpellCheckUnderline); has no effect. I am attempting to implement spell checking. Thank You.

Viewing all articles
Browse latest Browse all 4972

Trending Articles