PDA

View Full Version : QTabWidget: Switch tab on drop



kghose
28th November 2008, 17:35
Hi Guys,

How do I set up things such that I can drag an item from an element in the current tab and drop it onto an element in another tab? For instance, in firefox, when you have multiple tabs hovering your mouse over a tab in the middle of a drop will switch that tab in. QT's tabwidget does not show that behavior.

Thanks
-Kaushik

wysota
28th November 2008, 19:31
Reimplement drag events or mouse move events for the tabbar and switch the tab if the mouse hovers over it long enough.