
In work I needed a function which will be able to copy or move the data around QTableWidget, unfortunetty for me QTableWidget doesn't have an event which will tell you which cell was dragged, and where it was dropped. After couple hours of Googling I still wasn't able to find what I was looking for, so I begun to think how can I do it my way.