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 644 - QGraphicsItemGroup item ownership
: QGraphicsItemGroup item ownership
Status: CLOSED DUPLICATE of bug 643
Product: PySide
Classification: Unclassified
Component: QtGui
: HEAD
: PC Linux
: P3 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2011-01-27 10:09 EET by Mattia Barbon
Modified: 2011-02-02 16:12 EET (History)
8 users (show)

See Also:


Attachments
Test program (784 bytes, text/x-python)
2011-01-27 10:10 EET, Mattia Barbon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mattia Barbon 2011-01-27 10:09:07 EET
Hi,
With PyQt the attached program displays two empty circles, with PySide nothing;
storing the two ellipse items in a global variable makes the program "work"
with PySide.

  A nit WRT QGraphicsItem string representation: PyQt displays the object with
their correct class (<PyQt4.QtGui.QGraphicsEllipseItem object at 0xb740c4ec>)
while PySide displays uses <PySide.QtGui.QGraphicsItem (...)> for all object
classes.

Regards,
Mattia
Comment 1 Mattia Barbon 2011-01-27 10:10:50 EET
Created attachment 237 [details]
Test program
Comment 2 Matti Airas 2011-01-28 09:41:21 EET
I'm fairly certain the object ownership issue here is the same as in bug 643,
so I'm marking this as a duplicate.

Regarding the repr string issue: there was some work done on the repr strings
in bug 593. It might be that it didn't help regarding your issue - assuming
that's the case, could you please file another bug about that specific issue?

Thanks!

*** This bug has been marked as a duplicate of bug 643 ***
Comment 3 renato filho 2011-02-02 16:12:39 EET
released