summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qiostextresponder.h
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2014-09-18 12:48:29 +0200
committerTor Arne Vestbø <tor.arne.vestbo@digia.com>2014-09-20 11:53:43 +0200
commite98b5cddeb09e24373371af190dfcd92c9292aaf (patch)
treed55ec2d4f22eb467613444bfe40e2679bdc6422c /src/plugins/platforms/ios/qiostextresponder.h
parent6910b8a552de6f0cd98fdfa50620825d59d63363 (diff)
iOS: Allow settings custom input and accessory views through ImPlatformData
Change-Id: Ib802c73f9c9e27853fa0dd25c304d77df570309e Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
Diffstat (limited to 'src/plugins/platforms/ios/qiostextresponder.h')
-rw-r--r--src/plugins/platforms/ios/qiostextresponder.h3
1 files changed, 3 insertions, 0 deletions
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;