views:

337

answers:

1

Hello all im new to qt c++ i downloaded the latest windows version dome 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 ?

+1  A: 

Hey,

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

Shaped Clock Example

Hope it helps a bit !

EDIT : Maybe you're simply looking for this kind of flag : Qt::CustomizeWindowHint or simply Qt::FramelessWindowHint.

Andy M
Shaped Clock Example this is it , is there any more examples like this one?
Not to my knowledge... Unfortunately...
Andy M