Search code examples
c++qtthemesstyling

Making a borderless window with for Qt


I'm new to Qt C++. I downloaded the latest windows version, did some tutorials and its great.

I saw some styling options that the Qt framework has and its great, but now I need to build my application that its main windows (form) it designed/skinned with image without the rectangle borders (borderless?).

How can I do it with Qt?


Solution

  • 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.