[Qt] Qt TArrow implementation

zeljko zeljko at holobit.net
Thu Jul 5 14:34:37 CEST 2007


On Thursday 05 July 2007 13:34, Felipe Monteiro de Carvalho wrote:
> On 7/5/07, zeljko <zeljko at holobit.net> wrote:
> > what ? polygon() or bindings ? seem that points are reversed now on
> > linux.
>
> One of the two, I'm not sure which. If the points are really wrong on
> linux, then it's the bindings.

This code doesn't work as of 1.40 (with 1.37 it was ok).
procedure QPainter_drawPolygon(handle: QPainterH; points: PPoint; pointCount: 
Integer; fillRule: QtFillRule = QtOddEvenFill); which is used in 
qtwinapi.Polygon() doesn't work anymore.
Seem that PPoints aren't properly copied to QPoint under linux. Den ?



More information about the Qt mailing list