Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
5.14.0, 5.14.2, 5.14.2.1
-
None
-
-
b6e57864e5f4d470196f7425c631981de6d1aeb4 (pyside/pyside-setup/dev) d55a0ffb6b7ed154f5971c71b29621b532a394f5 (pyside/pyside-setup/6.0) fca3aada26d4ec3f9431d2983bf7135ecb0cb547 (pyside/tqtc-pyside-setup/5.15) 3d137f7810 (pyside/tqtc-pyside-setup/5.15.5)
Description
Several classes, including QColor, QPainter, QImange, QPoint, do not complain when their ctor is called with an unknown keyword argument.
This is for example annoying for QColor(r,g,b,a, alpha=0), which is accepted by PyQt5, but works differently in PySIde2 (which uses name "a" for alpha).
Attachments
Issue Links
- relates to
-
PYSIDE-1550 Frameless Window в Pyside6
- Closed