Take a look at its docs, especially the availableGeometry() member.
Take a look at its docs, especially the availableGeometry() member.
Create a slot in your application that will handle the resize of your application window. Then in the constructor of your app initialize a QDesktopWidget object and connect its resized signal to your slot.
Bookmarks