From 94bf07f1740bce5e41cdc601885651827dfb1960 Mon Sep 17 00:00:00 2001 From: Hannes Date: Fri, 2 May 2025 09:48:14 +0200 Subject: [PATCH] Updated Plugin migration to be compatible with Qt5 and Qt6 (markdown) --- Plugin-migration-to-be-compatible-with-Qt5-and-Qt6.md | 3 +++ 1 file changed, 3 insertions(+) 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 6aa4f7e..8d8596a 100644 --- a/Plugin-migration-to-be-compatible-with-Qt5-and-Qt6.md +++ b/Plugin-migration-to-be-compatible-with-Qt5-and-Qt6.md @@ -79,6 +79,9 @@ lint:qt6: - e.g. [QAction has moved to QtGui](https://doc.qt.io/qt-6/widgets-changes-qt6.html#qaction-qactiongroup)! - [Qt Namespace](https://doc.qt.io/qt-6/qt.html), all enums in Qt +## Differences Between PyQt6 and PyQt5 (Riverbank Computing) +https://www.riverbankcomputing.com/static/Docs/PyQt6/pyqt5_differences.html "gives an overview of the differences between PyQt6 and PyQt5. This is not an exhaustive list and does not go into the detail of the differences between the Qt v6 and Qt v5 APIs." + ## Manual conversion To make a code working for both versions, it's mostly about how enums are called. For instance, according to [Qt Namespace](https://doc.qt.io/qt-6/qt.html) :