From 9059f200a081b163ed8793fa44eb904f480d31c9 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Thu, 16 Jan 2025 11:49:10 +0100 Subject: [PATCH] Add QtQuickWidgets pyqt5_to_pyqt6.py (#60128) * Add QtQuickWidgets pyqt5_to_pyqt6.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update pyqt5_to_pyqt6.py --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- scripts/pyqt5_to_pyqt6/pyqt5_to_pyqt6.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/pyqt5_to_pyqt6/pyqt5_to_pyqt6.py b/scripts/pyqt5_to_pyqt6/pyqt5_to_pyqt6.py index e238b550a4b6..db222da8ac28 100755 --- a/scripts/pyqt5_to_pyqt6/pyqt5_to_pyqt6.py +++ b/scripts/pyqt5_to_pyqt6/pyqt5_to_pyqt6.py @@ -63,6 +63,7 @@ QtGui, QtNetwork, QtPrintSupport, + QtQuickWidgets, QtSql, QtSvg, QtTest, @@ -74,6 +75,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 @@ -109,6 +111,7 @@ QtXml, QtNetwork, QtPrintSupport, + QtQuickWidgets, Qsci, ] if qgis_core is not None: