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 1134 - MSG missing members 'message' and 'wParam'
: MSG missing members 'message' and 'wParam'
Status: NEW
Product: PySide
Classification: Unclassified
Component: QtCore
: 1.1.0
: PC MS Windows XP/Vista/7
: P2 normal
Assigned To: Hugo Parente Lima
:
:
:
  Show dependency treegraph
 
Reported: 2012-02-04 05:09 EET by stendec365+pyside
Modified: 2012-03-08 16:57 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 stendec365+pyside 2012-02-04 05:09:04 EET
As the summary states, the QtCore.MSG class is missing two members. The
following demonstrates:

>>> from PySide.QtCore import MSG
>>> print [x for x in dir(MSG) if not x.startswith('__')]
['hwnd', 'lParam', 'pt', 'time']

I'd expect, between the struct itself and PyQt's behavior, the following:

>>> print [x for x in dir(MSG) if not x.startswith('__')]
['hwnd', 'lParam', 'message', 'pt', 'time', 'wParam']
Comment 1 Matti Airas 2012-03-08 16:57:18 EET
PySide is now a Qt-addon and uses Qt Project's JIRA tool for tracking bugs.
Please verify that the bug is still valid and re-submit it in the address
below:

https://bugreports.qt-project.org/

Sorry for the inconvenience!