IME, QAbstractItemView and EditTrigger::AnyKeyPressed
-
Hello!
When dealing with Ime (chinese or japanese input method) on QT 4.8.4, if the QAbstractItemView has EditTrigger::AnyKeyPressed and a key gets pressed, the first char gets cought by the QTableView::KeyPressEvent instead of going to the IME window.
Does somebody know a work around? Will this be fixed with Qt 5.0?
Thanks!