The QT reference article on models subclassing says that

However, it is also possible to customize the way items are encoded during drag and drop operations, whether they are copied or moved by default, and how they are inserted into existing models.
but I cannot find any evident way of setting the default drag/drop action to move and disabling the copy operation at all since there's no "copy" in my app.

Can someone give me a hint?

Thanks!