PDA

View Full Version : QT3 natively transperant widget



darkeye
6th February 2007, 06:04
is there a simple way to create transparency with qt3 widgets/windows i`ve found some hacks on the web but i`m wondering iftheres a simple way to create the transparency effect.


thanks :)

sarode
6th February 2007, 09:28
Hello...

I think yes... you can find more information in this method of QWidget.



void QWidget::setMask ( const QBitmap & bitmap ) [virtual]


and an example in Qt 3.3.3 can also help you in doing this.


$QTDIR/examples/tux


Regards,