From kde-core-devel Tue Mar 09 23:05:08 2004 From: Guillaume Laurent Date: Tue, 09 Mar 2004 23:05:08 +0000 To: kde-core-devel Subject: Re: Runaway QSlider : it's a Qt bug Message-Id: <200403100005.08260.glaurent () telegraph-road ! org> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=107889831230594 On Monday 08 March 2004 10:16, Lubos Lunak wrote: > > Actually I think the general rule rather should be: do not use misleading > or wrong names. ExcludeSocketNotifiers ignores socket notifiers events, but > keeps them pending. The same for the hidden ExcludeTimers. But > ExcludeUserInput doesn't really exclude user input (at least according to > what my dictionary says 'exclude' means), it discards it -> it should be > either fixed to do what it says, or it should be called DiscardUserInput. I agree with your point, however what is even less intuitive here (at least to me) is the idea that the mouseRelease event will be discarded because I just want to keep the GUI properly refreshed. That said it makes sense once you realize how it works, but not at first :-). -- Guillaume. http://www.telegraph-road.org