Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
4.7.0
-
None
-
Any.
-
8ed0a827298776ef2574b1298f24071c61dc8b07
Description
It seems that QWidget::setInputMethodHints and QGraphicsItem::setInputMethodHints behave in inconsistent way. QWidget's version calls QInputContext::update(), while QGraphicsView's version doesn't. QWidget's version suggests that input method hints are something that can change while an editor is focused and we should react to it on input context side but QGraphicsView's version suggests that it isn't. Which one is correct?