diff --git a/scripts/pyqt5_to_pyqt6/pyqt5_to_pyqt6.py b/scripts/pyqt5_to_pyqt6/pyqt5_to_pyqt6.py index da4f07c2c7b6..d0f238590072 100755 --- a/scripts/pyqt5_to_pyqt6/pyqt5_to_pyqt6.py +++ b/scripts/pyqt5_to_pyqt6/pyqt5_to_pyqt6.py @@ -56,6 +56,7 @@ QtGui, QtNetwork, QtPrintSupport, + QtQuickWidgets, QtSql, QtSvg, QtTest, @@ -67,6 +68,7 @@ from PyQt6.QtGui import * # noqa: F403 from PyQt6.QtNetwork import * # noqa: F403 from PyQt6.QtPrintSupport import * # noqa: F403 +from PyQt6.QtQuickWidgets import * # noqa: F403 from PyQt6.QtSql import * # noqa: F403 from PyQt6.QtTest import * # noqa: F403 from PyQt6.QtWidgets import * # noqa: F403 @@ -102,6 +104,7 @@ QtXml, QtNetwork, QtPrintSupport, + QtQuickWidgets, Qsci, ] if qgis_core is not None: