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 544 - QtCore.QRect missing binding for method getCoords
: QtCore.QRect missing binding for method getCoords
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: QtCore
: 1.0.0 beta1
: All All
: P3 normal
Assigned To: Hugo Parente Lima
:
:
:
  Show dependency treegraph
 
Reported: 2010-12-13 16:21 EET by Benoît HERVIER
Modified: 2011-01-06 16:19 EET (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benoît HERVIER 2010-12-13 16:21:00 EET
The getCoods method is missing in QtCore.QRect.

There is a reference about it in the see also part of the setCoords method
documentation. But no link to.

Qt documentation link : http://doc.qt.nokia.com/stable/qrect.html#getCoords

Simple case :

<code>
from PySide.QtCore import QRect
rect = QRect(1,2,3,4)
print rect.getCoords()
</code>
Comment 1 Matti Airas 2010-12-13 17:06:00 EET
Indeed - how embarrassing. We should've gotten rid of these missing functions
already. I'm prioritizing P3 - this will be fixed during the next few sprints.

Thanks for the bug report!
Comment 2 Hugo Parente Lima 2010-12-20 15:27:22 EET
Fixed in commit:

pyside/00bfc9ba7b0bcc7e8b7eb788b629ba6dc309ad78
Comment 3 renato filho 2011-01-06 16:19:30 EET
released on beta3