[Interest] TextInput Vs TextEdit

mark diener rpzrpzrpz at gmail.com
Sat Dec 31 01:16:22 CET 2016


Using Qt 5.7.1 on OSX and building for Android,

import QtQuick 2.7
import QtQuick.Controls 1.5

For TextInput, I receive Key.OnPressed for standard keys like A->Z,1-9, etc.

But for TextEdit, No events at all except for control keys like enter,
escape, backspace.

When I run the same code on OSX, I get the key events.  Debugging for
IOS is another matter.

Anybody have an idea on why TextInput receives keys while TextEdit has
a reduced set.

Thanks for any input.

Md



More information about the Interest mailing list