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 156 - TypeResolver ignores full class hierarchy when a "hidden" object is given
: TypeResolver ignores full class hierarchy when a "hidden" object is given
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: Shiboken
: HEAD
: All All
: P1 critical
Assigned To: Hugo Parente Lima
:
:
:
  Show dependency treegraph
 
Reported: 2010-02-19 16:50 EET by Lauro Moura
Modified: 2010-03-17 17:36 EET (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lauro Moura 2010-02-19 16:50:31 EET
This affects QEvent/QKeyEvent/QKeyEventEx in QtGui.

When a specialized private class (QKeyEventEx) instance is given to
TypeResolver::get, it fails and shiboken falls back to the declared type,
instead of trying the base classes of QKeyEventEx, like QKeyEvent.