Le 14/04/2015 11:38, Jürgen Spitzmüller a écrit :
2015-04-14 11:32 GMT+02:00 Kornel Benko:
This I have already a long time.
In continuous spellchecking:
The dashed line indicating misspelled word is way too thin on my screen.
The patch changes it slightly. Can it go in?
Can you post a screenshot? Here, the line is thick enough (and I would
not want it to be any thicker; but of course tastes differ). See attachment.
I would try to depend on QFontMetrics::lineWidth() instead of computing
our own width by hand.
And also use QFont::underline/strikeOout/overline to replace our own
hard-coded drawing.
JMarc