Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: doesn't yet work with pyside6 #30

Open
tlambert03 opened this issue Jun 15, 2024 · 3 comments
Open

bug: doesn't yet work with pyside6 #30

tlambert03 opened this issue Jun 15, 2024 · 3 comments

Comments

@tlambert03
Copy link
Member

known issue, sliders don't work, and there are segfaults... not sure whether this is an ndv issue or a superqt issue (pyside6 has been problematic recently, but even going back to 6.5 it doesn't work)

@tlambert03
Copy link
Member Author

turns out the issue is ensure_main_thread from superqt. i don't think it's working as expected for pyside6

@tlambert03
Copy link
Member Author

note also that DimsSliders.valueChanged needs to be changed from Signal(dict) to Signal(object) in order to work for PySide (even though it is actually a dict). Otherwise, pyside just eats it and returns an empty dict??

@tlambert03
Copy link
Member Author

tlambert03 commented Jun 15, 2024

this is enough of a pain that I'm going to put this on the backburner until someone comes along needing this in pyside instead of pyqt. Most of this isn't related to ndv, but rather to multi-threading concurrency that ndv is doing, and some of superqt utils not working well with recent pyside

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant