Overview¶
Usually one would use these functions to perform drag & drop in Qt applications:
However, the actions possible with dragAndDrop() may be unsuitable for the application, or maybe the drag & drop should be performed with a mouse button other than the left button.
To achieve that one can make use of the following functions:
However, when doing so it is important to note that drag & drop typically requires some slow mouse movement at the starting point, after pressing and holding the mouse button, to be initiated, as can be seen in the example below.