PDA

View Full Version : Show advertising window



jano_alex_es
8th January 2010, 10:39
Hi, in my app I need to show sometimes an advertising window on the bottom-right corner of the screen.

It should appear becoming opaque (from transparent), and dissapear becoming transparent.

Does it have Qt something specific? so far I'm creating a QWidget (Qt::Popup), but I don't find something like the transparency I'm looking for.

Any idea how I can solve it?

thanks!

high_flyer
8th January 2010, 10:59
Have a look qt QWidget::setWindowOpacity ()

axeljaeger
8th January 2010, 12:03
QWidget::setWindowOpacity.