File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2121 set_shortcuts ,
2222)
2323
24-
2524_missing_optional_names = {}
2625
2726_QTOPENGL_NAMES = {
Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ def __getattr__(name):
3636 from PyQt5 .QtWidgets import *
3737elif PYQT6 :
3838 from PyQt6 import QtWidgets
39- from PyQt6 .QtWidgets import *
4039 from PyQt6 .QtGui import (
4140 QActionGroup ,
4241 QFileSystemModel ,
4342 QShortcut ,
4443 QUndoCommand ,
4544 )
45+ from PyQt6 .QtWidgets import *
4646
4747 from qtpy .QtGui import QAction # See spyder-ide/qtpy#461
4848
@@ -111,8 +111,8 @@ def __getattr__(name):
111111elif PYSIDE2 :
112112 from PySide2 .QtWidgets import *
113113elif PYSIDE6 :
114- from PySide6 .QtWidgets import *
115114 from PySide6 .QtGui import QActionGroup , QShortcut , QUndoCommand
115+ from PySide6 .QtWidgets import *
116116
117117 from qtpy .QtGui import QAction # See spyder-ide/qtpy#461
118118
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ def test_QAction_functions(qtbot):
198198
199199
200200@pytest .mark .skipif (
201- parse (QT_VERSION ) < parse (' 6.5.0' ),
201+ parse (QT_VERSION ) < parse (" 6.5.0" ),
202202 reason = "Qt6 >= 6.5 specific test" ,
203203)
204204@pytest .mark .skipif (
You can’t perform that action at this time.
0 commit comments