is it possible to drag and drop without overriding the dropenterevent
-
since I use the QUiLoader().load to load the ui file. I CANT override the instance of widget.drag and drop function cant work. is it possible to work?or other way to drag and drop a treeview item to textedit to show the file content rather than the url of file path.
-
since I use the QUiLoader().load to load the ui file. I CANT override the instance of widget.drag and drop function cant work. is it possible to work?or other way to drag and drop a treeview item to textedit to show the file content rather than the url of file path.
@pineapple said in is it possible to drag and drop without overriding the dropenterevent:
I CANT override the instance of widget
Can't you just use the promote feature to make the ui point to the overloaded class?
-
@pineapple said in is it possible to drag and drop without overriding the dropenterevent:
I CANT override the instance of widget
Can't you just use the promote feature to make the ui point to the overloaded class?