Hi All,

I am a beginner of Qt programming, these days I met a question when using the QTabWidget.
It needs several kinds of widget in one tabbed widget, when the Qt application is running,
if current widget is changed, I demand all the sub-widget in the prior tabbed widget can be
dynamically transferred to current tabbed widget. How to implement it?

I use the setParent() fucntion, but it is useless. Then I try the removeWidget() and
addWidget(), but it failed too.

Please give me some help.