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 966 - QX11Info.display() missing
: QX11Info.display() missing
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: QtGui
: HEAD
: PC Linux
: P3 normal
Assigned To: Hugo Parente Lima
:
:
:
  Show dependency treegraph
 
Reported: 2011-08-11 17:43 EEST by Sebastian Wiesner
Modified: 2011-09-21 20:49 EEST (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 Sebastian Wiesner 2011-08-11 17:43:49 EEST
QX11Info::display() is not wrapped.  This method returns a pointer to a X11
Display structure which represents the X11 display connection used by Qt. 
Access to this pointer is required to write Qt applications which integrate
tightly into X11 and provide X11-specific functionality (e.g. Input device
management using XInput, or event recording using XRecord).  Possible uses
cases are input device configuration tools (e.g. touchpad configuration), mouse
gesture tools, global hotkey managers, and the like.

This method could either return a special object (like
"PyQt4.QtGui.QX11Info.display()" does) or simply the address as long object.
Comment 1 Hugo Parente Lima 2011-09-01 01:20:05 EEST
Fixed in commit:

pyside/a98933b601732f17cd93f40e91f74bb1229471d6

It will return a long object.
Comment 2 renato filho 2011-09-21 20:49:23 EEST
Release 1.0.7