Hello,

You have to do those two steps :

1 - call setAcceptDrops(true) on your tablewidget
2 - reimplement dragEnterEvent method, and accept it !

I'm not sure if the second step is absolutely necessary for a tablewidget, but the first is, for sure

Guilugi