leon-thomm / Ryven

Flow-based visual scripting for Python
https://ryven.org
MIT License
3.76k stars 439 forks source link

PySide6 support #189

Closed leon-thomm closed 3 months ago

leon-thomm commented 3 months ago

Adopted from #178, as I want to not mix this up with other changes. Currently blocked by https://github.com/spyder-ide/qtpy/issues/487. Running debug.py with qt_api="pyside6" will fail because of this, and I couldn't figure out why.

leon-thomm commented 3 months ago

qtpy issues resolved by using pyside6 <6.7 https://github.com/spyder-ide/qtpy/issues/487#issuecomment-2118829698

leon-thomm commented 3 months ago

Looks good to me now, didn't spot any obvious issues, but haven't looked closely at the displaying problems that were mentioned in the original PR. Since it works as before with pyside2, I think this can be merged.