Hi,

I have created a tabwidget and add tabs to the tabwidget using the designer. On one of the tabs, added a pushbutton. The problem is that, the widgets added to the tabwidget as a tab does not have a parent. What I want to do is to access the parent window of the tabwidget using the pushbutton. How can I access the parent ?

Using parent(), parentWindow(), window() returns NULL for the tab pages.

Sami