PDA

View Full Version : widget raise!



zgulser
25th May 2009, 13:35
Hi,

Is there a way to make the application's main window aware about the widgets which are about to be raised? I mean something kind of isShown().

nightghost
25th May 2009, 14:01
Is QWidget::isVisible() the method you are searching?

zgulser
26th May 2009, 12:35
hi,

sorry but it seems this is not what I want. this method is only triggered by show(), isn't it?

talk2amulya
27th May 2009, 08:10
whenever raise() is called on a widget, QEvent::ZOrderChange is sent to the widget, maybe you can leverage that