PDA

View Full Version : Override drag and drop of widgets inside a widget



Alundra
20th January 2016, 16:32
Hi,
I have a widget which contains a widget inside it but I would bypass the drag and drop of this widget when the source is nullptr (outside the application).
The goal is to accept or ignore a drop based on suffix of files from outside the application and don't have the QListWidget drag and drop action.
I didn't found a solution actually, how solve this issue ?
Thanks