The drawing of the actual windows is not done in Qt but by the window manager of your operating system.
The correct way to skin your windows is to use the style options of your window manager.
If you want to follow general standards, don't mess with how the window manager draws windows.
That said: Create a splash screen type of widget, add a label in the bottom right corner, use the mouse events of that label to resize your parent widget.
Bookmarks