klauer / qtpynodeeditor

Python Qt NodeEditor (qtpy, PyQt5, PySide)
https://klauer.github.io/qtpynodeeditor/
Other
186 stars 53 forks source link

Make it PySide6 compatible #66

Open laurapons opened 4 months ago

laurapons commented 4 months ago

Description

VFX has updated the PySide reference to 6.5.x. It would be nice to be compatible with PySide6 to comply with the standards (https://vfxplatform.com/). There are only a few changes involved to make it compatible (pretty straight forward). When running it with PySide6 v6.5.0, there were some very minor changes required to make it work.

Motivation and Context

I'd like to include this and release a new version to be fully compatible with PySide6.

How Has This Been Tested?

python 3.9.13 PySide6 6.5.0 qtpynodeeditor from master