Re: [Patch] Qt4 - cleaning up GuiWorkArea::inputMethodEvent method

2006-06-26 Thread Abdelrazak Younes
Jose' Matos wrote: On Monday 26 June 2006 13:47, Abdelrazak Younes wrote: 1) call "setAttribute(Qt::WA_InputMethodEnabled, true)" in GuiWorkArea constuctor. This is in replacement for the former Qt3 "setInputMethodEnabled(true)" and I hope that it will solve the accent problem reported by Jose.

Re: [Patch] Qt4 - cleaning up GuiWorkArea::inputMethodEvent method

2006-06-26 Thread Jose' Matos
On Monday 26 June 2006 13:47, Abdelrazak Younes wrote: > 1) callĀ "setAttribute(Qt::WA_InputMethodEnabled, true)" in GuiWorkArea > constuctor. This is in replacement for the former Qt3 > "setInputMethodEnabled(true)" and I hope that it will solve the accent > problem reported by Jose. Now I do no

[Patch] Qt4 - cleaning up GuiWorkArea::inputMethodEvent method

2006-06-26 Thread Abdelrazak Younes
Hello, This patch do two things: 1) call "setAttribute(Qt::WA_InputMethodEnabled, true)" in GuiWorkArea constuctor. This is in replacement for the former Qt3 "setInputMethodEnabled(true)" and I hope that it will solve the accent problem reported by Jose. 2) Comment out the inputMethodEvent(