From 81c0d7d4df40c1130a8e7c98411c045b7eafc475 Mon Sep 17 00:00:00 2001 From: Jarkko Koivikko Date: Thu, 15 Oct 2015 10:18:22 +0300 Subject: Add Cangjie input method for Traditional Chinese This change adds Cangjie input method for Traditional Chinese. The input method is based on the TCIME input method for Android. https://code.google.com/p/android-traditional-chinese-ime/ The Cangjie input method is enabled by adding CONFIG+=tcime into qmake command line. The version of the Cangjie input is v3. Change-Id: Ibc49484d1277c332fc17e9b49b4227256ad88d5a Reviewed-by: Liang Qi Reviewed-by: Mitch Curtis Reviewed-by: Rainer Keller --- src/virtualkeyboard/styles/KeyboardStyle.qml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/virtualkeyboard/styles') diff --git a/src/virtualkeyboard/styles/KeyboardStyle.qml b/src/virtualkeyboard/styles/KeyboardStyle.qml index 541091fa..50add72b 100644 --- a/src/virtualkeyboard/styles/KeyboardStyle.qml +++ b/src/virtualkeyboard/styles/KeyboardStyle.qml @@ -155,6 +155,18 @@ QtObject { */ property Component symbolKeyPanel: null + /*! Template for the generic mode key. + + This template provides a visualization of the key in which the state + can be on / off. This template is used in situations where the key label + will remain the same regardless of status. + + The current state is available in the \c control.mode property. + + \note The delegate must be based on the KeyPanel type. + */ + property Component modeKeyPanel: null + /*! Template for the handwriting mode key. \note The delegate must be based on the KeyPanel type. -- cgit v1.2.3