Is there a possiblity of setting InputMethodHints to TextEdit in qml
-
With out this functionality, every time I tap on a editor I get alphanumeric software keypad even If I want my editor to be numeric only. Is there a way to set inputmethodhints on TextEdit in qml.
-
I feel this is an important feature and hope this will be coming in the future releases.
-
Yes, it should be improve. And for you case, i think you can try Qt Components plugin -- TextArea element. See "this":http://qt.gitorious.org/qt-components/
-
oho ok.. thanks for that information. I will try it out. But I can't use Qt Components If I have to publish my apps to OVI store. :(