PDA

View Full Version : split a QTabWidget?



shud
15th July 2009, 18:50
Hi,

I have a QTabwidget as a centralwidget of a QmainApplication and I would like that a button splits the activeWindow and the next tab of the widget, so I colud view the two tabs at the same time.
It's possible to split a QTabWidget in several frames(pages) in order to view the tabs at the same time?.

Thanks

jpn
15th July 2009, 19:56
There is no built-in way to split a QTabWidget in two parts. However, you can programmatically add two QTabWidgets next to each other and move pages between the two as you want.