Skip to content

Commit

Permalink
Add QtQuickWidgets pyqt5_to_pyqt6.py
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and github-actions[bot] committed Jan 16, 2025
1 parent 4e465f8 commit c3f93c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/pyqt5_to_pyqt6/pyqt5_to_pyqt6.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
from PyQt6.QtSql import * # noqa: F403
from PyQt6.QtTest import * # noqa: F403
from PyQt6.QtWidgets import * # noqa: F403
from PyQt6.QtQuickWidgets import * # noqa: F403
from PyQt6.QtXml import * # noqa: F403
from tokenize_rt import Offset, Token, reversed_enumerate, src_to_tokens, tokens_to_src

Expand Down Expand Up @@ -102,6 +103,7 @@
QtXml,
QtNetwork,
QtPrintSupport,
QtQuickWidgets,
Qsci,
]
if qgis_core is not None:
Expand Down

0 comments on commit c3f93c7

Please sign in to comment.