[Interest] QPainterPath issue

VStevenP vstevenpavao at yahoo.com
Sat Jun 21 02:47:54 CEST 2014


>From: "william.crocker"
>To: interest at qt-project.org
>Subject: Re: [Interest] QPainterPath issue

On 06/20/2014 11:57 AM, VStevenP wrote:
>> Am I using QPainterPath wrongly? Is there any way I can do the quadTo() such
>> that it won't overwrite pixels which are not under the final curve it actually
>> draws. It's erasing too many pixels.

>Sounds like the system thinks your path is closed
>and with an active fill brush.
>But I defer to an expert.

That was enough of a hint to help me figure out my problem.  I still had an active brush from an earlier operation.  Once I reset it to Qt::NoBrush, that fixed the problem.  Thank you much for the tip.



- VStevenP



More information about the Interest mailing list