Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-84

QtCore.MSG missing members 'message' and 'wParam'

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • None
    • 1.1.0, 1.2.2
    • PySide
    • None
    • Windows 8 Release Preview, Python 2.7 32-bit
      also Windows 7 64-bit with Python 2.7 32-bit and Python 2.7 64-bit

    Description

      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']

      Copied from http://bugs.pyside.org/show_bug.cgi?id=1134. Originally reported by stendec365+pyside.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            codito Arun Mahapatra
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes