hi,

I have an application in which there are two windows(QWidget) The first contains a button and on clicking that button the second window should appear.

I have used QWidjet::show() in the function of the button to display the second windpw.

but my problem is that when i click the button the seconds Window's init() funtion is called but te window is not displayed.

What can be the problem.???????????