Results 1 to 3 of 3

Thread: drawPolygon() problem

  1. #1
    Join Date
    Mar 2008
    Posts
    2

    Unhappy drawPolygon() problem

    Hi,

    I have a problem drawing a filled Polygon with the drawPolygon(QPolygon(), Qt::OddEvenFill) routine since I have updated to Qt 4.4.0. The polygon is exacly the same as before the update. The Polygon has 4000 points.

    The drawing routine takes long long time. Breaking the debug I can see that the program hangs in the "void QIntersectionFinder:roduceIntersections(QPathSegments &segments)" function.

    Someone had or has the same problem? A solution? Is it a bug in the 4.4.0?

    THX
    Werner

  2. #2
    Join Date
    Mar 2008
    Posts
    2

    Default Re: drawPolygon() problem

    An extention: it's not set any World-Matrix or Clip-Region. So why there is need to make intersections.

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: drawPolygon() problem

    If exactly the same code worked well in Qt 4.3, it will be better if you contact the Trolls.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.