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 :
Hope it helps a bit !
EDIT : Maybe you're simply looking for this kind of flag : Qt::CustomizeWindowHint or simply Qt::FramelessWindowHint.
Andy M
2010-02-10 08:38:00
Shaped Clock Example this is it , is there any more examples like this one?
2010-02-10 11:15:00
Not to my knowledge... Unfortunately...
Andy M
2010-02-10 12:09:37