You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look like a gap indeed. I'm not sure why it happens, does it happen with native PySide2? If so, might be worth reaching out to the PySide2 devs for a fix. If not, then the problem must reside in Qt.py. If you find anything, a pull-request would be great.
I am having this issue with loadUi with Pyside2 where I am not able to override a dropEvent in the following situation:
When we run this code using PySide2 we get unexpected (default) behaviour when we drag and drop an element from the list into the table below
but when we run it using PyQt5 we catch the event in our assigned function.
This looks like a gap in the shim, that can be looked into.
Can you please recommend a bindling agnostic way to load a .ui form containing an element whose dropEvent we want to override?
The text was updated successfully, but these errors were encountered: