Updated Plugin migration to be compatible with Qt5 and Qt6 (markdown)

Hannes 2025-01-24 22:54:08 +01:00
parent 291ed5397c
commit 448b57211c

@ -30,4 +30,5 @@ Working only in PyQt5 | Working for both PyQt5 and PyQt6
:---: | :---:
Qt.UserRole | Qt.ItemDataRole.UserRole
Qt.WaitCursor | Qt.CursorShape.WaitCursor
Qt.blue | Qt.GlobalColor.blue
Qt.blue | Qt.GlobalColor.blue
_etc._ | _etc._