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 334 - Class multiple inheriting from QTextObjectInterface won't have its methods called
: Class multiple inheriting from QTextObjectInterface won't have its methods ca...
Status: CLOSED DUPLICATE of bug 125
Product: PySide
Classification: Unclassified
Component: PySide
: HEAD
: All All
: P5 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-09-01 08:27 EEST by Matti Airas
Modified: 2010-09-10 19:27 EEST (History)
8 users (show)

See Also:


Attachments
Testcase (2.06 KB, text/x-python)
2010-09-01 08:27 EEST, Matti Airas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matti Airas 2010-09-01 08:27:50 EEST
Created attachment 76 [details]
Testcase

The attached testcase shows a heart within a text edit when run with PyQt
(using QtGui.QPyTextObject instead of multiple inheriting from QtCore.QObject
and QtGui.QTextObjectInterface). Also, the console shows the interface methods
are called.

On PySide, however, the interface methods are not called.

Copy pyside-examples/examples/richtext/textobject/files/heart.svg to cwd before
running the testcase.
Comment 1 Hugo Parente Lima 2010-09-01 11:13:43 EEST

*** This bug has been marked as a duplicate of bug 125 ***