IceSpringPySideStubs icon indicating copy to clipboard operation
IceSpringPySideStubs copied to clipboard

Standard text instead of doc in some cases

Open Siminon opened this issue 4 years ago • 1 comments

Hello! Thanks for creating this stubs package, it is really helpful! I tried using it, but got weird behavior on many docs.

Example: window.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))

image image image image image

Python 3.10 and PySide6 6.2.3 Some work just fine and some show this standard text instead of the documentation.

Do you have an Idea what might be the Issue?

Siminon avatar Mar 07 '22 14:03 Siminon

The documents are extracted from the official HTML documents, to match the associated Python code. Now only Class and Method documents are supported. Enum Constant support has not been completed.

baijifeilong avatar Apr 02 '22 06:04 baijifeilong