PDA

View Full Version : [Solved] Add widget into one tab in tabwidget



Talei
16th April 2010, 23:25
Hello,
I want add my widget to one of the tabs in QTabWidget but unfortunately I can't find a way to do that.
There is no setWidget method in tabs, so how one could achieve this?

Best regards

EDIT:
Pass to "my widget" as parent widget that it should be placed inside.
Maybe there is a better way?