PyQt6 i tried to use black color using Qt.black but it return an error 'Qt' object has no attribute 'black'
from PyQt6.QtCore import Qt
print(Qt.white)