On Thu, Jan 17, 2008 at 08:20:24AM -0000, [EMAIL PROTECTED] wrote: > Author: younes > Date: Thu Jan 17 09:20:22 2008 > New Revision: 22608 > > URL: http://www.lyx.org/trac/changeset/22608 > Log: > Introduce class MenuButton in order to delay the math menu button > initialisation up until it is first shown. This improve the inital loading > time by half a second on windows. >
I wonder whether QEvent::PolishRequest might be useful. Andre'