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

Skip to content

Commit 158a084

Browse files
shaperilioCarreau
authored andcommitted
Add PySide6 to list of installed Qt versions
1 parent e35bdfb commit 158a084

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

IPython/external/qt_loaders.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,12 +377,14 @@ def load_qt(api_options):
377377
PyQt5 available (requires QtCore, QtGui, QtSvg, QtWidgets): %s
378378
PySide >= 1.0.3 installed: %s
379379
PySide2 installed: %s
380+
PySide6 installed: %s
380381
Tried to load: %r
381382
""" % (loaded_api(),
382383
has_binding(QT_API_PYQT),
383384
has_binding(QT_API_PYQT5),
384385
has_binding(QT_API_PYSIDE),
385386
has_binding(QT_API_PYSIDE2),
387+
has_binding(QT_API_PYSIDE6),
386388
api_options))
387389

388390

0 commit comments

Comments
 (0)