[PyQt] PyQt5 QPainterPath missing method overload.

Chris Colbert sccolbert at gmail.com
Wed Nov 20 19:19:51 GMT 2013


QPainterPath::toFillPolygon has a 1 argument overload which provides a
default QMatrix argument. This is not present in PyQt5.

This line works in v4 but not in v5

path.toFillPolygon()

qpainterpath.sip is missing the default argument for this method.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20131120/6dcd7855/attachment.html>


More information about the PyQt mailing list