You can't directly create transparent windows with Qt (at least, not yet). Your underlying windowing system may be able to do it however, so check there.

But what you can do is to create shaped windows. This is a different concept than transparency, but may be the effect you want. See the Qt example program "shapedclock" for more information.