PDA

View Full Version : Drag and Drop Functionaly on QTabWidgets



De-Wayne
5th October 2017, 17:18
Hello,

I was wondering if the Drag and Drop functionality could be used to move QTabWidget Tabs between two separate QTabWidgets. The alternative would be to use mouse press, move and release events to build out the functionality. I am just unsure about the applications and limitations of the Drag and Drop feature built into Qt and was hoping for some clarification.

Much Appreciated

Santosh Reddy
11th October 2017, 06:20
Qt Drag & Drop framework can be used to write Drag Drop of Tabs between QTabWidget. Look at QTabBar and reimplement it to handle Drag Drop events