Window created with only methods of "window" object . And I used QDebuged for finding more information. It showed that methods of option1 are done but they are not apply to the window. At least I had some info messages.
Window created with only methods of "window" object . And I used QDebuged for finding more information. It showed that methods of option1 are done but they are not apply to the window. At least I had some info messages.
You have two windows: "window" and "option1"
You are calling different methods on each.
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,
_
Bookmarks