Home:ALL Converter>key modifier Ctrl breaks Drag and Drop in Qt

key modifier Ctrl breaks Drag and Drop in Qt

Ask Time:2013-08-02T02:30:29         Author:andre

Json Formatter

I am following this example given by Qt to implement DnD. It currently drags and drops until I press a modifier key like Ctrl or Shift.

The weird part is when I try to debug using a break point in VS 2010 it starts to work when I resume until a key modifier is pressed again.

What am I doing wrong and how can I stop modifier keys from breaking DnD?

Author:andre,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/18001804/key-modifier-ctrl-breaks-drag-and-drop-in-qt
yy