PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 1124 - QPainter.drawPixmapFragments should take a list as first argument
: QPainter.drawPixmapFragments should take a list as first argument
Status: RESOLVED FIXED
Product: PySide
Classification: Unclassified
Component: QtGui
: 1.1.0
: PC Linux
: P3 enhancement
Assigned To: Paulo Alcantara
:
:
:
  Show dependency treegraph
 
Reported: 2012-01-18 20:09 EET by timonator
Modified: 2012-01-23 16:41 EET (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description timonator 2012-01-18 20:09:48 EET
Hello,

currently, the type signature of QPainter.drawPixmapFragments only allows a
single PixmapFragment to be passed, along with a useless count.

Instead, it should probably take a list as first argument and no number of
fragments to draw.

thanks
  - Timo
Comment 1 timonator 2012-01-18 20:24:52 EET
The version i've seen this on is actually 1.1.0, but I can't select it from the
list. It seems as though there was no change to it since then.
Comment 2 Paulo Alcantara 2012-01-23 16:41:33 EET
Hi,

Thanks for the report!

Fixed on PySide commit 6f3792457c3c965d49f9cdc614ccbfff7b94317c.