Skip to content

Commit

Permalink
Add QtQuickWidgets pyqt5_to_pyqt6.py (#60128)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3nids and pre-commit-ci[bot] authored Jan 16, 2025
1 parent 0f42782 commit 9059f20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/pyqt5_to_pyqt6/pyqt5_to_pyqt6.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
QtGui,
QtNetwork,
QtPrintSupport,
QtQuickWidgets,
QtSql,
QtSvg,
QtTest,
Expand All @@ -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
Expand Down Expand Up @@ -109,6 +111,7 @@
QtXml,
QtNetwork,
QtPrintSupport,
QtQuickWidgets,
Qsci,
]
if qgis_core is not None:
Expand Down

0 comments on commit 9059f20

Please sign in to comment.