Comment on future IME improvements

This commit is contained in:
ksuprynowicz 2023-05-28 12:39:18 +02:00
parent f783a80f34
commit 0f3dc71128

View file

@ -86,6 +86,8 @@ void GLWidget::doneCurrent() {
}
QVariant GLWidget::inputMethodQuery(Qt::InputMethodQuery query) const {
// TODO: for now we just use top left corner for an IME popup location, but in the future its position could be calculated
// for a given entry field.
if (query == Qt::ImCursorRectangle) {
int x = 50;
int y = 50;