PDA

View Full Version : QTableView and IME



JoZCaVaLLo
2nd May 2013, 11:13
Hello!

When dealing with Ime (chinese or japanese input method), if the tableview has EditTrigger::AnyKeyPressed 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!