Qt.py
Qt.py copied to clipboard
`QSvgWidget` is no longer available under `QtSvg` in PySide2
Looks like QSvgWidget was moved from QtSvg to QtSvgWidgets in Qt 6, and is no longer available from Qt.py as it is neither under QtSvg nor does QtSvgWidgets exist at all.
Thanks for reporting this. Would you be able to make a PR for this? This would belong in the _misplaced_members dictionary of the Qt.py file. There will be plenty others like it that you can use for reference on how to go about it.
https://github.com/mottosso/Qt.py/pull/411
Addressed by #434.