qiostextresponder: Use UIKeyboardTypePhonePad for ImhDialableCharactersOnly
Change-Id: I8123199da51a0b840c068bea4ba089c0fec9697b Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@theqtcompany.com>bb10
parent
d11665b27c
commit
4fab4d2e80
|
|
@ -196,7 +196,7 @@
|
|||
else if (hints & Qt::ImhFormattedNumbersOnly)
|
||||
self.keyboardType = UIKeyboardTypeDecimalPad;
|
||||
else if (hints & Qt::ImhDialableCharactersOnly)
|
||||
self.keyboardType = UIKeyboardTypeNumberPad;
|
||||
self.keyboardType = UIKeyboardTypePhonePad;
|
||||
else
|
||||
self.keyboardType = UIKeyboardTypeDefault;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue