Making a borderless window with for Qt

If your looking for some advanced styling in the shape of a widget, maybe this example will help you:

Shaped Clock Example

Or maybe you’re simply looking for this kind of flag: Qt::CustomizeWindowHint or simply Qt::FramelessWindowHint.

Leave a Comment