QAbstractItemView drag & drop flags
-
Hi
If you got drop coordinates, you could use
http://doc.qt.io/qt-5/qabstractitemview.html#indexAt
to see if any items around.
Hi
If you got drop coordinates, you could use
http://doc.qt.io/qt-5/qabstractitemview.html#indexAt
to see if any items around.