From 5419540aced978ce1a64d031966e52ef00ad52d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Trimaille?= Date: Tue, 7 Jan 2025 11:06:00 +0100 Subject: [PATCH] Updated Plugin migration to be compatible with Qt5 and Qt6 (markdown) --- Plugin-migration-to-be-compatible-with-Qt5-and-Qt6.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugin-migration-to-be-compatible-with-Qt5-and-Qt6.md b/Plugin-migration-to-be-compatible-with-Qt5-and-Qt6.md index b5ff22a..3485264 100644 --- a/Plugin-migration-to-be-compatible-with-Qt5-and-Qt6.md +++ b/Plugin-migration-to-be-compatible-with-Qt5-and-Qt6.md @@ -30,4 +30,5 @@ For instance : PyQt5 | PyQt6 :---: | :---: Qt.UserRole | Qt.ItemDataRole.UserRole +Qt.WaitCursor | Qt.CursorShape.WaitCursor Qt.blue | Qt.GlobalColor.blue \ No newline at end of file