From e98b5cddeb09e24373371af190dfcd92c9292aaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Thu, 18 Sep 2014 12:48:29 +0200 Subject: iOS: Allow settings custom input and accessory views through ImPlatformData Change-Id: Ib802c73f9c9e27853fa0dd25c304d77df570309e Reviewed-by: Richard Moe Gustavsen --- src/plugins/platforms/ios/qiostextresponder.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/plugins/platforms/ios/qiostextresponder.h') diff --git a/src/plugins/platforms/ios/qiostextresponder.h b/src/plugins/platforms/ios/qiostextresponder.h index 7290d9e454..2923feba3b 100644 --- a/src/plugins/platforms/ios/qiostextresponder.h +++ b/src/plugins/platforms/ios/qiostextresponder.h @@ -58,6 +58,9 @@ class QIOSInputContext; - (id)initWithInputContext:(QIOSInputContext *)context; - (void)notifyInputDelegate:(Qt::InputMethodQueries)updatedProperties; +@property(readwrite, retain) UIView *inputView; +@property(readwrite, retain) UIView *inputAccessoryView; + // UITextInputTraits @property(nonatomic) UITextAutocapitalizationType autocapitalizationType; @property(nonatomic) UITextAutocorrectionType autocorrectionType; -- cgit v1.2.3