Details
-
Bug
-
Resolution: Won't Do
-
P3: Somewhat important
-
None
-
5.13.2
-
None
Description
Googing for PySide2.QtX11Extras.QX11Info.display() I see it was added back in 2011 in PyQt4. display() is referred to in in the current documentation but the "See also display()" link is dead and the PySide2 tests in the git do not mention display():
{{dict.update({}} {{# class PySide2.QtX11Extras.QX11Info:}} {{ "QX11Info.appDpiX": ('int',),}} {{ "QX11Info.appDpiY": ('int',),}} {{ "QX11Info.appRootWindow": ('int',),}} {{ "QX11Info.appScreen": (),}} {{ "QX11Info.appTime": (),}} {{ "QX11Info.appUserTime": (),}} {{ "QX11Info.generatePeekerId": (),}} {{ "QX11Info.getTimestamp": (),}} {{ "QX11Info.isCompositingManagerRunning": ('int',),}} {{ "QX11Info.isPlatformX11": (),}} {{ "QX11Info.nextStartupId": (),}} {{ "QX11Info.removePeekerId": ('int',),}} {{ "QX11Info.setAppTime": ('int',),}} {{ "QX11Info.setAppUserTime": ('int',),}} {{ "QX11Info.setNextStartupId": ('PySide2.QtCore.QByteArray',),}} {{ })}}
It seems PySide2.QtX11Extras.QX11Info.display() is missing.
Attachments
Issue Links
- relates to
-
PYSIDE-1047 QtWinExtras QtWin missing from PySide2
- Closed
-
PYSIDE-1756 QtCore.QWinEventNotifier raises a ValueError when passed an integer handle
- Reported