Hello,
I'm trying to handle drag drop events from another Qt widget onto the Main RV view.
I'm not able to set setReturnContent on the event.
def drag_drop_enter(self, event):
event.setReturnContent(string_with_path_to_image)
Which throws this error:
ERROR: Bad argument
event.setReturnContent(string_with_path_to_image)
In event incoming-source-path I can use setReturnContent without any errors.
Any ideas?
7.3.1 on linux
Thanks!