Quote Originally Posted by Cat View Post
Window created with only methods of "window" object
You have two windows: "window" and "option1"
You are calling different methods on each.


Quote Originally Posted by Cat View Post
And I used QDebuged for finding more information. It showed that methods of option1 are done but they are not apply to the window.
Since you have two windows, saying "the window" is not enough. Which window?
And if you have determined that the methods are being called, maybe if you are not seeing what you are expecting then the problem is that the methods are wrong?

Cheers,
_