Hi all,I want to show a modal loading(waiting) dialog(a loading gif on
it) during long-time work,and the dialog should be translucent,
but I use the two followed methods,none work.

QPalette pal = palette();
pal.setColor(QPalette::Background, QColor(0x00,0xff,0x00,0x00));
setPalette(pal);

or

setAttribute(Qt::WA_TranslucentBackground, true);

I am using QT 4.6 and windows mobile 6,any advice?

Best rgds

L.J.W
_______________________________________________
Qt-wince-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-wince-interest

Reply via email to