Hi all,

I am working on Qt 4.6.2 for Symbian.
I am trying to make a dialog transparent.
I have tried the following:
1. example at http://wiki.forum.nokia.com/index.ph...stWidget_in_Qt - setting attribute Qt::WA_NoSystemBackground
2. Drawing a bitmap and its mask to the dialog
3. setAttribute(Qt::WA_TranslucentBackground, true)

But none of these options seems to make the dialog transparent.

My understanding is that the dialog is a window owning control and this window is not able to be transparent.

If anybody has tried such a thing and has a different understanding or has achieved this please let me know.

Regards
Girish