Details
-
Bug
-
Resolution: Won't Do
-
P3: Somewhat important
-
None
-
5.15.14
-
None
-
4e779d0e3 (dev), e974afba7 (dev), 30c20bb1d (6.8), 814f2304e (6.8)
Description
Qt::mightBeRichText and Qt::convertFromPlainText are defined in QtCore.pyi.
- They should be defined in QtGui since they belong to gui module.
(see here) - They do not take a self argument.
def convertFromPlainText(self, plain: str, mode: QtCore.Qt.WhiteSpaceMode = ...) -> str: ... def mightBeRichText(self, a0: str) -> bool: ...
Attachments
For Gerrit Dashboard: PYSIDE-2918 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
607254,9 | shiboken6: Add a documentation file hint to complex type entries | dev | pyside/pyside-setup | Status: MERGED | +2 | 0 |
607361,7 | PySide: Fix some missing documentation | dev | pyside/pyside-setup | Status: MERGED | +2 | 0 |
607446,2 | shiboken6: Add a documentation file hint to complex type entries | 6.8 | pyside/pyside-setup | Status: MERGED | +2 | 0 |
607447,2 | PySide: Fix some missing documentation | 6.8 | pyside/pyside-setup | Status: MERGED | +2 | 0 |