##// END OF EJS Templates
Add `PySide6` to list of installed Qt versions
Emilio Graff -
Show More
@@ -377,12 +377,14 b' def load_qt(api_options):'
377 377 PyQt5 available (requires QtCore, QtGui, QtSvg, QtWidgets): %s
378 378 PySide >= 1.0.3 installed: %s
379 379 PySide2 installed: %s
380 PySide6 installed: %s
380 381 Tried to load: %r
381 382 """ % (loaded_api(),
382 383 has_binding(QT_API_PYQT),
383 384 has_binding(QT_API_PYQT5),
384 385 has_binding(QT_API_PYSIDE),
385 386 has_binding(QT_API_PYSIDE2),
387 has_binding(QT_API_PYSIDE6),
386 388 api_options))
387 389
388 390
General Comments 0
You need to be logged in to leave comments. Login now