Python Forum

Full Version: My Application extends beyond screen resolution even whenI use self.showMaximized()
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have multiple screens in my application.
On click of a button in the home page it would show a different screen through a function call.

In This function call,
I call, self.showMaximized() at the very beginning for the app to resize to screen resolution.

However, it always extends beyond screen resolution.
Pl advice