Package: python3-pyqt6
Version: 6.6.1-2

>>> PyQt6.QtCore.Qt.ClipOperation
<enum 'ClipOperation'>
>>> PyQt6.QtCore.Qt.ColorScheme
AttributeError: type object 'Qt' has no attribute 'ColorScheme'

It's present in the documentation: https://www.riverbankcomputing.com/static/Docs/PyQt6/api/qtcore/qt.html#ColorScheme
So it should be exposed

Reply via email to