In the Qt Namespace we can set a myriad Qt::WindowFlags. However is it possible to set some flags which are not mentioned/provided....eg. setting the EWM hints (extended window manager hints) a.k.a NETWM hints as per the ICCCM specification on:

www.freedesktop.org/wiki/standards/wm-spec.html

eg

_NET_WM_WINDOW_TYPE_DOCK indicates a dock or panel feature. Typically a Window Manager would keep such windows on top of all other windows....i.e. what i want to know whether i can set NETWM hints via Qt especially which don't have a mention in the Qt4 Doc.



Thanks

Nupul