[immodule-qt] Completing comments and documents

LiuCougar liucougar at gmail.com
Wed Jul 21 22:17:20 EEST 2004


On Thu, 22 Jul 2004 02:53:08 +0900, YamaKen <yamaken at bp.iij4u.or.jp> wrote:

> Second test. Cougar, insert following code into filterEvent() of
> your immodule and monitor the result. It locates the problem on
> an immodule or Qt itself.
> 
>     qDebug("filterEvent: %s ascii=%d, keycode=%d, state=%d",
>            (keyevent->type() == QEvent::KeyPress) ? "P" : "R",
>            keyevent->ascii(), keyevent->key(),
>            keyevent->state());
I am pretty sure that this is a problem deep in Qt itself, not immodule

Becasue I noticed this issue while I was developing skim, long before
I involved in qt-immodule project.

-- 
"People's characters are strengthened through struggle against
difficulties; they are weakened by comfort."
- Old Chinese adage



More information about the immodule-qt mailing list