Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
0bea1c5
Might close https://github.com/spyder-ide/qtpy/issues/394
StSav012 Feb 13, 2023
f3239aa
Rephrase a comment, as @CAM-Gerlach suggested
StSav012 Feb 17, 2023
8ea86ee
Attempt to test the fix for https://github.com/spyder-ide/qtpy/issues…
StSav012 Feb 17, 2023
8ffd2f0
Attempt no. 2 to test the fix for https://github.com/spyder-ide/qtpy/…
StSav012 Feb 17, 2023
83fbfcb
Attempt no. 3 to test the fix for https://github.com/spyder-ide/qtpy/…
StSav012 Feb 17, 2023
81a9612
Attempt no. 4 to test the fix for https://github.com/spyder-ide/qtpy/…
StSav012 Feb 17, 2023
16f619f
Format the docstring as suggested by @CAM-Gerlach
StSav012 Feb 18, 2023
e532db5
Ensure the created window is of sufficient size to point at
StSav012 Feb 18, 2023
c6a2468
Don't wait before moving and clicking the mouse
StSav012 Feb 18, 2023
6c90643
Test run: don't close the window at the end
StSav012 Feb 18, 2023
e90bb1a
Test run: create an instance of `QApplication` before `pytestqt` crashes
StSav012 Feb 18, 2023
966be08
Test run: make `pytestqt` use the Qt API detected by `QtPy`
StSav012 Feb 18, 2023
a1b3059
Revert "Test run: make `pytestqt` use the Qt API detected by `QtPy`"
StSav012 Feb 18, 2023
7562a57
Revert "Test run: create an instance of `QApplication` before `pytest…
StSav012 Feb 18, 2023
24fc073
Don't close the window at the end
StSav012 Feb 18, 2023
0df0983
Merge remote-tracking branch 'origin/issue-394' into issue-394
StSav012 Feb 21, 2023
e0ef0b1
Remove patch that “may be limited to PySide-5.11a1 only”
StSav012 Feb 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove patch that “may be limited to PySide-5.11a1 only”
See #405
  • Loading branch information
StSav012 committed Feb 21, 2023
commit e0ef0b1d3bb8c945639d48116fe380e95e410a90
5 changes: 0 additions & 5 deletions qtpy/QtCore.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@
elif PYSIDE2:
from PySide2.QtCore import *

try: # may be limited to PySide-5.11a1 only
from PySide2.QtGui import QStringListModel
except Exception:
pass

import PySide2.QtCore
__version__ = PySide2.QtCore.__version__

Expand Down