Re: [PATCH] Make kslideshow.kss work again
- Date: Thu, 1 May 2008 22:41:03 +0200
- From: Arno <arno@xxxxxxxxxxxxx>
- Subject: Re: [PATCH] Make kslideshow.kss work again
Hi,
On Thursday 01 May 2008 22:21:41 Oswald Buddenhagen wrote:
> > Hmm, for me it was the easiest way to make it work again. Seems it
> > isn't the best way :) I have to admit, I'm not very experienced in
> > this kind of Qt-programming. What is the right way to get rid of the
> > painter paths? Please give me a hint in the right direction.
>
> what was wrong about the way the code was so far? the change is not
> related to drawing outside the paint event, afaict.
Nope, it's more related from changing from bitBlt to drawPixmap. When I let
the QPainter draw the QPolygon, it only outlines it, but doesn't fill it. But
the latter is the point of the two effects. So I need some way to not only
draw the Polygons but also fill them with the contents of mNextScreen. Hence
the painter path.
--
Regards,
Arno.
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<