Hi, Is it possible to handle QEvent::LayoutRequest after actual layout update? I want to say: I do QLayout::update() somewhere, this event will be processed at some time, and I want to know about it, i.e. I want to have handle of QLayout::update()-finished... Is it possible? Thank you.