Hi everybody!
I find this forum very helpful, this is my first post.
I'm a newbie using Qt 4.4 and I'm looking for an easy way to drag and drop (move) items internally in a QTableWidget, from its actual position to another free position.
I can move items from one cell to free cells and I can tell my existing items to not accept drops (Qt::ItemIsDropEnabled), that's works ok.
But when I drop an item between rows, the item disappear!
How can I tell the QTableWidget to not accept drops between rows, only onto cells?
Is it possible?
Thanks you very much for your help!
Sergio