Import initial du projet shipheart_cm5
This commit is contained in:
+121
@@ -0,0 +1,121 @@
|
||||
/****************************************************************************
|
||||
**
|
||||
** Copyright (C) 2016 The Qt Company Ltd.
|
||||
** Contact: https://www.qt.io/licensing/
|
||||
**
|
||||
** This file is part of the Qt Virtual Keyboard module of the Qt Toolkit.
|
||||
**
|
||||
** $QT_BEGIN_LICENSE:GPL$
|
||||
** Commercial License Usage
|
||||
** Licensees holding valid commercial Qt licenses may use this file in
|
||||
** accordance with the commercial license agreement provided with the
|
||||
** Software or, alternatively, in accordance with the terms contained in
|
||||
** a written agreement between you and The Qt Company. For licensing terms
|
||||
** and conditions see https://www.qt.io/terms-conditions. For further
|
||||
** information use the contact form at https://www.qt.io/contact-us.
|
||||
**
|
||||
** GNU General Public License Usage
|
||||
** Alternatively, this file may be used under the terms of the GNU
|
||||
** General Public License version 3 or (at your option) any later version
|
||||
** approved by the KDE Free Qt Foundation. The licenses are as published by
|
||||
** the Free Software Foundation and appearing in the file LICENSE.GPL3
|
||||
** included in the packaging of this file. Please review the following
|
||||
** information to ensure the GNU General Public License requirements will
|
||||
** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
||||
**
|
||||
** $QT_END_LICENSE$
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
import QtQuick 2.0
|
||||
import QtQuick.Layouts 1.0
|
||||
import QtQuick.VirtualKeyboard 2.1
|
||||
import QtQuick.VirtualKeyboard.Plugins 2.3
|
||||
|
||||
KeyboardLayout {
|
||||
inputMethod: PlainInputMethod {}
|
||||
inputMode: InputEngine.InputMode.Numeric
|
||||
|
||||
KeyboardColumn {
|
||||
Layout.fillWidth: false
|
||||
Layout.fillHeight: true
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
Layout.preferredWidth: height
|
||||
KeyboardRow {
|
||||
Key {
|
||||
key: 0x0667
|
||||
text: "\u0667"
|
||||
alternativeKeys: "\u06677"
|
||||
}
|
||||
Key {
|
||||
key: 0x0668
|
||||
text: "\u0668"
|
||||
alternativeKeys: "\u06688"
|
||||
}
|
||||
Key {
|
||||
key: 0x0669
|
||||
text: "\u0669"
|
||||
alternativeKeys: "\u06699"
|
||||
}
|
||||
BackspaceKey {}
|
||||
}
|
||||
KeyboardRow {
|
||||
Key {
|
||||
key: 0x0664
|
||||
text: "\u0664"
|
||||
alternativeKeys: "\u06644"
|
||||
}
|
||||
Key {
|
||||
key: 0x0665
|
||||
text: "\u0665"
|
||||
alternativeKeys: "\u06655"
|
||||
}
|
||||
Key {
|
||||
key: 0x0666
|
||||
text: "\u0666"
|
||||
alternativeKeys: "\u06666"
|
||||
}
|
||||
Key {
|
||||
text: " "
|
||||
displayText: "\u2423"
|
||||
repeat: true
|
||||
showPreview: false
|
||||
key: Qt.Key_Space
|
||||
}
|
||||
}
|
||||
KeyboardRow {
|
||||
Key {
|
||||
key: 0x0661
|
||||
text: "\u0661"
|
||||
alternativeKeys: "\u06611"
|
||||
}
|
||||
Key {
|
||||
key: 0x0662
|
||||
text: "\u0662"
|
||||
alternativeKeys: "\u06622"
|
||||
}
|
||||
Key {
|
||||
key: 0x0663
|
||||
text: "\u0663"
|
||||
alternativeKeys: "\u06633"
|
||||
}
|
||||
HideKeyboardKey {}
|
||||
}
|
||||
KeyboardRow {
|
||||
ChangeLanguageKey {
|
||||
customLayoutsOnly: true
|
||||
}
|
||||
Key {
|
||||
key: 0x0660
|
||||
text: "\u0660"
|
||||
alternativeKeys: "\u06600"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Comma
|
||||
text: "\u066B"
|
||||
alternativeKeys: "\u066B,."
|
||||
}
|
||||
EnterKey {}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,116 @@
|
||||
/****************************************************************************
|
||||
**
|
||||
** Copyright (C) 2016 The Qt Company Ltd.
|
||||
** Contact: https://www.qt.io/licensing/
|
||||
**
|
||||
** This file is part of the Qt Virtual Keyboard module of the Qt Toolkit.
|
||||
**
|
||||
** $QT_BEGIN_LICENSE:GPL$
|
||||
** Commercial License Usage
|
||||
** Licensees holding valid commercial Qt licenses may use this file in
|
||||
** accordance with the commercial license agreement provided with the
|
||||
** Software or, alternatively, in accordance with the terms contained in
|
||||
** a written agreement between you and The Qt Company. For licensing terms
|
||||
** and conditions see https://www.qt.io/terms-conditions. For further
|
||||
** information use the contact form at https://www.qt.io/contact-us.
|
||||
**
|
||||
** GNU General Public License Usage
|
||||
** Alternatively, this file may be used under the terms of the GNU
|
||||
** General Public License version 3 or (at your option) any later version
|
||||
** approved by the KDE Free Qt Foundation. The licenses are as published by
|
||||
** the Free Software Foundation and appearing in the file LICENSE.GPL3
|
||||
** included in the packaging of this file. Please review the following
|
||||
** information to ensure the GNU General Public License requirements will
|
||||
** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
||||
**
|
||||
** $QT_END_LICENSE$
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
import QtQuick 2.0
|
||||
import QtQuick.Layouts 1.0
|
||||
import QtQuick.VirtualKeyboard 2.3
|
||||
|
||||
KeyboardLayout {
|
||||
function createInputMethod() {
|
||||
return Qt.createQmlObject('import QtQuick 2.0; import QtQuick.VirtualKeyboard.Plugins 2.3; HandwritingInputMethod {}', parent)
|
||||
}
|
||||
sharedLayouts: ['symbols']
|
||||
inputMode: InputEngine.InputMode.Arabic
|
||||
readonly property bool alphabeticInputMode: [InputEngine.InputMode.Latin, InputEngine.InputMode.Dialable].indexOf(InputContext.inputEngine.inputMode) !== -1
|
||||
|
||||
KeyboardRow {
|
||||
Layout.preferredHeight: 3
|
||||
KeyboardColumn {
|
||||
Layout.preferredWidth: bottomRow.width - hideKeyboardKey.width
|
||||
KeyboardRow {
|
||||
TraceInputKey {
|
||||
objectName: "hwrInputArea"
|
||||
patternRecognitionMode: InputEngine.PatternRecognitionMode.Handwriting
|
||||
horizontalRulers:
|
||||
alphabeticInputMode ? [] :
|
||||
[Math.round(boundingBox.height / 4), Math.round(boundingBox.height / 4) * 2, Math.round(boundingBox.height / 4) * 3]
|
||||
}
|
||||
}
|
||||
}
|
||||
KeyboardColumn {
|
||||
Layout.preferredWidth: hideKeyboardKey.width
|
||||
KeyboardRow {
|
||||
BackspaceKey {}
|
||||
}
|
||||
KeyboardRow {
|
||||
EnterKey {}
|
||||
}
|
||||
KeyboardRow {
|
||||
ShiftKey { }
|
||||
}
|
||||
}
|
||||
}
|
||||
KeyboardRow {
|
||||
id: bottomRow
|
||||
Layout.preferredHeight: 1
|
||||
keyWeight: 154
|
||||
InputModeKey {
|
||||
weight: 217
|
||||
inputModeNameList: [
|
||||
"ABC", // InputEngine.InputMode.Latin
|
||||
"\u0660\u0661\u0662", // InputEngine.InputMode.Numeric
|
||||
"123", // InputEngine.InputMode.Dialable
|
||||
"", // InputEngine.InputMode.Pinyin
|
||||
"", // InputEngine.InputMode.Cangjie
|
||||
"", // InputEngine.InputMode.Zhuyin
|
||||
"", // InputEngine.InputMode.Hangul
|
||||
"", // InputEngine.InputMode.Hiragana
|
||||
"", // InputEngine.InputMode.Katakana
|
||||
"", // InputEngine.InputMode.FullwidthLatin
|
||||
"", // InputEngine.InputMode.Greek
|
||||
"", // InputEngine.InputMode.Cyrillic
|
||||
"\u0623\u200C\u0628\u200C\u062C", // InputEngine.InputMode.Arabic
|
||||
]
|
||||
}
|
||||
ChangeLanguageKey {
|
||||
weight: 154
|
||||
customLayoutsOnly: true
|
||||
}
|
||||
HandwritingModeKey {
|
||||
weight: 154
|
||||
}
|
||||
SpaceKey {
|
||||
weight: 864
|
||||
}
|
||||
Key {
|
||||
key: alphabeticInputMode ? Qt.Key_Apostrophe : 0x060C
|
||||
text: alphabeticInputMode ? "'" : "\u060C"
|
||||
alternativeKeys: alphabeticInputMode ? "<>()#%&*/\\\"'=+-_" : "\"\u060C\u066B\u066C\u066D"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Period
|
||||
text: "."
|
||||
alternativeKeys: alphabeticInputMode ? ":;,.?!" : ":\u061B.\u061F!"
|
||||
}
|
||||
HideKeyboardKey {
|
||||
id: hideKeyboardKey
|
||||
weight: 204
|
||||
}
|
||||
}
|
||||
}
|
||||
+340
@@ -0,0 +1,340 @@
|
||||
/****************************************************************************
|
||||
**
|
||||
** Copyright (C) 2016 The Qt Company Ltd.
|
||||
** Contact: https://www.qt.io/licensing/
|
||||
**
|
||||
** This file is part of the Qt Virtual Keyboard module of the Qt Toolkit.
|
||||
**
|
||||
** $QT_BEGIN_LICENSE:GPL$
|
||||
** Commercial License Usage
|
||||
** Licensees holding valid commercial Qt licenses may use this file in
|
||||
** accordance with the commercial license agreement provided with the
|
||||
** Software or, alternatively, in accordance with the terms contained in
|
||||
** a written agreement between you and The Qt Company. For licensing terms
|
||||
** and conditions see https://www.qt.io/terms-conditions. For further
|
||||
** information use the contact form at https://www.qt.io/contact-us.
|
||||
**
|
||||
** GNU General Public License Usage
|
||||
** Alternatively, this file may be used under the terms of the GNU
|
||||
** General Public License version 3 or (at your option) any later version
|
||||
** approved by the KDE Free Qt Foundation. The licenses are as published by
|
||||
** the Free Software Foundation and appearing in the file LICENSE.GPL3
|
||||
** included in the packaging of this file. Please review the following
|
||||
** information to ensure the GNU General Public License requirements will
|
||||
** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
||||
**
|
||||
** $QT_END_LICENSE$
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
import QtQuick 2.0
|
||||
import QtQuick.VirtualKeyboard 2.3
|
||||
|
||||
KeyboardLayoutLoader {
|
||||
inputMode: InputEngine.InputMode.Arabic
|
||||
sourceComponent: InputContext.shiftActive ? page2 : page1
|
||||
Component {
|
||||
id: page1
|
||||
KeyboardLayout {
|
||||
keyWeight: 160
|
||||
KeyboardRow {
|
||||
Key {
|
||||
text: "\u0636"
|
||||
}
|
||||
Key {
|
||||
text: "\u0635"
|
||||
}
|
||||
Key {
|
||||
text: "\u062B"
|
||||
}
|
||||
Key {
|
||||
text: "\u0642"
|
||||
}
|
||||
Key {
|
||||
text: "\u0641"
|
||||
}
|
||||
Key {
|
||||
text: "\u063A"
|
||||
}
|
||||
Key {
|
||||
text: "\u0639"
|
||||
}
|
||||
Key {
|
||||
text: "\u0647"
|
||||
}
|
||||
Key {
|
||||
text: "\u062E"
|
||||
}
|
||||
Key {
|
||||
text: "\u062D"
|
||||
}
|
||||
Key {
|
||||
text: "\u062C"
|
||||
}
|
||||
Key {
|
||||
text: "\u062F"
|
||||
}
|
||||
BackspaceKey {}
|
||||
}
|
||||
KeyboardRow {
|
||||
FillerKey {
|
||||
weight: 56
|
||||
}
|
||||
Key {
|
||||
text: "\u0634"
|
||||
}
|
||||
Key {
|
||||
text: "\u0633"
|
||||
}
|
||||
Key {
|
||||
text: "\u064A"
|
||||
}
|
||||
Key {
|
||||
text: "\u0628"
|
||||
}
|
||||
Key {
|
||||
text: "\u0644"
|
||||
}
|
||||
Key {
|
||||
text: "\u0627"
|
||||
}
|
||||
Key {
|
||||
text: "\u062A"
|
||||
}
|
||||
Key {
|
||||
text: "\u0646"
|
||||
}
|
||||
Key {
|
||||
text: "\u0645"
|
||||
}
|
||||
Key {
|
||||
text: "\u0643"
|
||||
}
|
||||
Key {
|
||||
text: "\u0637"
|
||||
}
|
||||
EnterKey {
|
||||
weight: 283
|
||||
}
|
||||
}
|
||||
KeyboardRow {
|
||||
keyWeight: 156
|
||||
ShiftKey {}
|
||||
Key {
|
||||
text: "\u0626"
|
||||
}
|
||||
Key {
|
||||
text: "\u0621"
|
||||
}
|
||||
Key {
|
||||
text: "\u0624"
|
||||
}
|
||||
Key {
|
||||
text: "\u0631"
|
||||
}
|
||||
Key {
|
||||
text: "\u0644\u0627"
|
||||
}
|
||||
Key {
|
||||
text: "\u0649"
|
||||
}
|
||||
Key {
|
||||
text: "\u0629"
|
||||
}
|
||||
Key {
|
||||
text: "\u0648"
|
||||
}
|
||||
Key {
|
||||
text: "\u0632"
|
||||
}
|
||||
Key {
|
||||
text: "\u0638"
|
||||
}
|
||||
ShiftKey {
|
||||
weight: 264
|
||||
}
|
||||
}
|
||||
KeyboardRow {
|
||||
keyWeight: 154
|
||||
SymbolModeKey {
|
||||
weight: 217
|
||||
displayText: "\u0661\u0662\u0663\u061F"
|
||||
}
|
||||
ChangeLanguageKey {
|
||||
weight: 154
|
||||
}
|
||||
HandwritingModeKey {
|
||||
weight: 154
|
||||
}
|
||||
SpaceKey {
|
||||
weight: 864
|
||||
}
|
||||
Key {
|
||||
key: 0x060C
|
||||
text: "\u060C"
|
||||
alternativeKeys: "\"\u061F\u060C.!:\u061B\u066B\u066C\u066D"
|
||||
}
|
||||
Key {
|
||||
key: 0xE000
|
||||
text: ":-)"
|
||||
alternativeKeys: [ ";-)", ":-)", ":-D", ":-(", "<3" ]
|
||||
}
|
||||
HideKeyboardKey {
|
||||
weight: 204
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Component {
|
||||
id: page2
|
||||
KeyboardLayout {
|
||||
keyWeight: 160
|
||||
KeyboardRow {
|
||||
Key {
|
||||
text: "\u064E"
|
||||
}
|
||||
Key {
|
||||
text: "\u064B"
|
||||
}
|
||||
Key {
|
||||
text: "\u064F"
|
||||
}
|
||||
Key {
|
||||
text: "\u064C"
|
||||
}
|
||||
Key {
|
||||
text: "\uFEF9"
|
||||
}
|
||||
Key {
|
||||
text: "\u0625"
|
||||
}
|
||||
Key {
|
||||
enabled: false
|
||||
}
|
||||
Key {
|
||||
enabled: false
|
||||
}
|
||||
Key {
|
||||
enabled: false
|
||||
}
|
||||
Key {
|
||||
enabled: false
|
||||
}
|
||||
Key {
|
||||
enabled: false
|
||||
}
|
||||
Key {
|
||||
text: "\u0630"
|
||||
}
|
||||
BackspaceKey {}
|
||||
}
|
||||
KeyboardRow {
|
||||
FillerKey {
|
||||
weight: 56
|
||||
}
|
||||
Key {
|
||||
text: "\u0650"
|
||||
}
|
||||
Key {
|
||||
text: "\u064D"
|
||||
}
|
||||
Key {
|
||||
enabled: false
|
||||
}
|
||||
Key {
|
||||
enabled: false
|
||||
}
|
||||
Key {
|
||||
text: "\u0644\u0623"
|
||||
}
|
||||
Key {
|
||||
text: "\u0623"
|
||||
}
|
||||
Key {
|
||||
enabled: false
|
||||
}
|
||||
Key {
|
||||
enabled: false
|
||||
}
|
||||
Key {
|
||||
enabled: false
|
||||
}
|
||||
Key {
|
||||
enabled: false
|
||||
}
|
||||
Key {
|
||||
enabled: false
|
||||
}
|
||||
EnterKey {
|
||||
weight: 283
|
||||
}
|
||||
}
|
||||
KeyboardRow {
|
||||
keyWeight: 156
|
||||
ShiftKey {}
|
||||
Key {
|
||||
enabled: false
|
||||
}
|
||||
Key {
|
||||
text: "\u0652"
|
||||
}
|
||||
Key {
|
||||
enabled: false
|
||||
}
|
||||
Key {
|
||||
enabled: false
|
||||
}
|
||||
Key {
|
||||
text: "\u0644\u0622"
|
||||
}
|
||||
Key {
|
||||
text: "\u0622"
|
||||
}
|
||||
Key {
|
||||
enabled: false
|
||||
}
|
||||
Key {
|
||||
enabled: false
|
||||
}
|
||||
Key {
|
||||
enabled: false
|
||||
}
|
||||
Key {
|
||||
enabled: false
|
||||
}
|
||||
ShiftKey {
|
||||
weight: 264
|
||||
}
|
||||
}
|
||||
KeyboardRow {
|
||||
keyWeight: 154
|
||||
SymbolModeKey {
|
||||
weight: 217
|
||||
displayText: "\u0661\u0662\u0663\u061F"
|
||||
}
|
||||
ChangeLanguageKey {
|
||||
weight: 154
|
||||
}
|
||||
HandwritingModeKey {
|
||||
weight: 154
|
||||
}
|
||||
SpaceKey {
|
||||
weight: 864
|
||||
}
|
||||
Key {
|
||||
key: 0x061F
|
||||
text: "\u061F"
|
||||
alternativeKeys: ".,\u060C\u061F"
|
||||
}
|
||||
Key {
|
||||
key: 0xE000
|
||||
text: ":-)"
|
||||
alternativeKeys: [ ";-)", ":-)", ":-D", ":-(", "<3" ]
|
||||
}
|
||||
HideKeyboardKey {
|
||||
weight: 204
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
+194
@@ -0,0 +1,194 @@
|
||||
/****************************************************************************
|
||||
**
|
||||
** Copyright (C) 2016 The Qt Company Ltd.
|
||||
** Contact: https://www.qt.io/licensing/
|
||||
**
|
||||
** This file is part of the Qt Virtual Keyboard module of the Qt Toolkit.
|
||||
**
|
||||
** $QT_BEGIN_LICENSE:GPL$
|
||||
** Commercial License Usage
|
||||
** Licensees holding valid commercial Qt licenses may use this file in
|
||||
** accordance with the commercial license agreement provided with the
|
||||
** Software or, alternatively, in accordance with the terms contained in
|
||||
** a written agreement between you and The Qt Company. For licensing terms
|
||||
** and conditions see https://www.qt.io/terms-conditions. For further
|
||||
** information use the contact form at https://www.qt.io/contact-us.
|
||||
**
|
||||
** GNU General Public License Usage
|
||||
** Alternatively, this file may be used under the terms of the GNU
|
||||
** General Public License version 3 or (at your option) any later version
|
||||
** approved by the KDE Free Qt Foundation. The licenses are as published by
|
||||
** the Free Software Foundation and appearing in the file LICENSE.GPL3
|
||||
** included in the packaging of this file. Please review the following
|
||||
** information to ensure the GNU General Public License requirements will
|
||||
** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
||||
**
|
||||
** $QT_END_LICENSE$
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
import QtQuick 2.0
|
||||
import QtQuick.Layouts 1.0
|
||||
import QtQuick.VirtualKeyboard 2.1
|
||||
import QtQuick.VirtualKeyboard.Plugins 2.3
|
||||
|
||||
KeyboardLayout {
|
||||
inputMethod: PlainInputMethod {}
|
||||
inputMode: InputEngine.InputMode.Numeric
|
||||
|
||||
KeyboardRow {
|
||||
Layout.fillWidth: false
|
||||
Layout.fillHeight: true
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
KeyboardColumn {
|
||||
Layout.fillWidth: false
|
||||
Layout.fillHeight: true
|
||||
Layout.preferredWidth: parent.height / 4 * 3
|
||||
KeyboardRow {
|
||||
Key {
|
||||
key: Qt.Key_ParenLeft
|
||||
text: "("
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_ParenRight
|
||||
text: ")"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Period
|
||||
text: "."
|
||||
}
|
||||
}
|
||||
KeyboardRow {
|
||||
Key {
|
||||
key: Qt.Key_division
|
||||
text: "\u00F7"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_multiply
|
||||
text: "\u00D7"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Plus
|
||||
text: "+"
|
||||
}
|
||||
}
|
||||
KeyboardRow {
|
||||
Key {
|
||||
key: Qt.Key_AsciiCircum
|
||||
text: "^"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Slash
|
||||
text: "/"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Minus
|
||||
text: "-"
|
||||
}
|
||||
}
|
||||
KeyboardRow {
|
||||
Key {
|
||||
key: 0x221A
|
||||
text: "√"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Percent
|
||||
text: "%"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Asterisk
|
||||
text: "*"
|
||||
}
|
||||
}
|
||||
}
|
||||
KeyboardColumn {
|
||||
Layout.fillWidth: false
|
||||
Layout.fillHeight: true
|
||||
Layout.preferredWidth: parent.height / 8
|
||||
KeyboardRow {
|
||||
FillerKey {}
|
||||
}
|
||||
}
|
||||
KeyboardColumn {
|
||||
Layout.fillWidth: false
|
||||
Layout.fillHeight: true
|
||||
Layout.preferredWidth: parent.height
|
||||
KeyboardRow {
|
||||
Key {
|
||||
key: 0x0667
|
||||
text: "\u0667"
|
||||
alternativeKeys: "\u06677"
|
||||
}
|
||||
Key {
|
||||
key: 0x0668
|
||||
text: "\u0668"
|
||||
alternativeKeys: "\u06688"
|
||||
}
|
||||
Key {
|
||||
key: 0x0669
|
||||
text: "\u0669"
|
||||
alternativeKeys: "\u06699"
|
||||
}
|
||||
BackspaceKey {}
|
||||
}
|
||||
KeyboardRow {
|
||||
Key {
|
||||
key: 0x0664
|
||||
text: "\u0664"
|
||||
alternativeKeys: "\u06644"
|
||||
}
|
||||
Key {
|
||||
key: 0x0665
|
||||
text: "\u0665"
|
||||
alternativeKeys: "\u06655"
|
||||
}
|
||||
Key {
|
||||
key: 0x0666
|
||||
text: "\u0666"
|
||||
alternativeKeys: "\u06666"
|
||||
}
|
||||
Key {
|
||||
text: " "
|
||||
displayText: "\u2423"
|
||||
repeat: true
|
||||
showPreview: false
|
||||
key: Qt.Key_Space
|
||||
}
|
||||
}
|
||||
KeyboardRow {
|
||||
Key {
|
||||
key: 0x0661
|
||||
text: "\u0661"
|
||||
alternativeKeys: "\u06611"
|
||||
}
|
||||
Key {
|
||||
key: 0x0662
|
||||
text: "\u0662"
|
||||
alternativeKeys: "\u06622"
|
||||
}
|
||||
Key {
|
||||
key: 0x0663
|
||||
text: "\u0663"
|
||||
alternativeKeys: "\u06633"
|
||||
}
|
||||
HideKeyboardKey {}
|
||||
}
|
||||
KeyboardRow {
|
||||
ChangeLanguageKey {
|
||||
customLayoutsOnly: true
|
||||
}
|
||||
Key {
|
||||
key: 0x0660
|
||||
text: "\u0660"
|
||||
alternativeKeys: "\u06600"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Comma
|
||||
text: "\u066B"
|
||||
alternativeKeys: "\u066B,."
|
||||
}
|
||||
EnterKey {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
+388
@@ -0,0 +1,388 @@
|
||||
/****************************************************************************
|
||||
**
|
||||
** Copyright (C) 2016 The Qt Company Ltd.
|
||||
** Contact: https://www.qt.io/licensing/
|
||||
**
|
||||
** This file is part of the Qt Virtual Keyboard module of the Qt Toolkit.
|
||||
**
|
||||
** $QT_BEGIN_LICENSE:GPL$
|
||||
** Commercial License Usage
|
||||
** Licensees holding valid commercial Qt licenses may use this file in
|
||||
** accordance with the commercial license agreement provided with the
|
||||
** Software or, alternatively, in accordance with the terms contained in
|
||||
** a written agreement between you and The Qt Company. For licensing terms
|
||||
** and conditions see https://www.qt.io/terms-conditions. For further
|
||||
** information use the contact form at https://www.qt.io/contact-us.
|
||||
**
|
||||
** GNU General Public License Usage
|
||||
** Alternatively, this file may be used under the terms of the GNU
|
||||
** General Public License version 3 or (at your option) any later version
|
||||
** approved by the KDE Free Qt Foundation. The licenses are as published by
|
||||
** the Free Software Foundation and appearing in the file LICENSE.GPL3
|
||||
** included in the packaging of this file. Please review the following
|
||||
** information to ensure the GNU General Public License requirements will
|
||||
** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
||||
**
|
||||
** $QT_END_LICENSE$
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
import QtQuick 2.0
|
||||
import QtQuick.Layouts 1.0
|
||||
import QtQuick.VirtualKeyboard 2.1
|
||||
|
||||
KeyboardLayoutLoader {
|
||||
property bool secondPage
|
||||
onVisibleChanged: if (!visible) secondPage = false
|
||||
sourceComponent: secondPage ? page2 : page1
|
||||
Component {
|
||||
id: page1
|
||||
KeyboardLayout {
|
||||
keyWeight: 160
|
||||
KeyboardRow {
|
||||
Key {
|
||||
key: 0x0661
|
||||
text: "\u0661"
|
||||
alternativeKeys: "\u06611"
|
||||
}
|
||||
Key {
|
||||
key: 0x0662
|
||||
text: "\u0662"
|
||||
alternativeKeys: "\u06622"
|
||||
}
|
||||
Key {
|
||||
key: 0x0663
|
||||
text: "\u0663"
|
||||
alternativeKeys: "\u06633"
|
||||
}
|
||||
Key {
|
||||
key: 0x0664
|
||||
text: "\u0664"
|
||||
alternativeKeys: "\u06644"
|
||||
}
|
||||
Key {
|
||||
key: 0x0665
|
||||
text: "\u0665"
|
||||
alternativeKeys: "\u06655"
|
||||
}
|
||||
Key {
|
||||
key: 0x0666
|
||||
text: "\u0666"
|
||||
alternativeKeys: "\u06666"
|
||||
}
|
||||
Key {
|
||||
key: 0x0667
|
||||
text: "\u0667"
|
||||
alternativeKeys: "\u06677"
|
||||
}
|
||||
Key {
|
||||
key: 0x0668
|
||||
text: "\u0668"
|
||||
alternativeKeys: "\u06688"
|
||||
}
|
||||
Key {
|
||||
key: 0x0669
|
||||
text: "\u0669"
|
||||
alternativeKeys: "\u06699"
|
||||
}
|
||||
Key {
|
||||
key: 0x0660
|
||||
text: "\u0660"
|
||||
alternativeKeys: "\u06600"
|
||||
}
|
||||
BackspaceKey {}
|
||||
}
|
||||
KeyboardRow {
|
||||
FillerKey {
|
||||
weight: 56
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_At
|
||||
text: "@"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_NumberSign
|
||||
text: "#"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Percent
|
||||
text: "%"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Ampersand
|
||||
text: "&"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Asterisk
|
||||
text: "*"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Minus
|
||||
text: "-"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Plus
|
||||
text: "+"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_ParenLeft
|
||||
text: "("
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_ParenRight
|
||||
text: ")"
|
||||
}
|
||||
EnterKey {
|
||||
weight: 283
|
||||
}
|
||||
}
|
||||
KeyboardRow {
|
||||
keyWeight: 156
|
||||
Key {
|
||||
displayText: "1/2"
|
||||
functionKey: true
|
||||
onClicked: secondPage = !secondPage
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Exclam
|
||||
text: "!"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_QuoteDbl
|
||||
text: '"'
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Less
|
||||
text: "<"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Greater
|
||||
text: ">"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Apostrophe
|
||||
text: "'"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Colon
|
||||
text: ":"
|
||||
}
|
||||
Key {
|
||||
key: 0x061B
|
||||
text: "\u061B"
|
||||
alternativeKeys: "\u061B;"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Slash
|
||||
text: "/"
|
||||
}
|
||||
Key {
|
||||
key: 0x061F
|
||||
text: "\u061F"
|
||||
alternativeKeys: "\u061F?"
|
||||
}
|
||||
Key {
|
||||
weight: 204
|
||||
displayText: "1/2"
|
||||
functionKey: true
|
||||
onClicked: secondPage = !secondPage
|
||||
}
|
||||
}
|
||||
KeyboardRow {
|
||||
keyWeight: 154
|
||||
SymbolModeKey {
|
||||
weight: 217
|
||||
displayText: "\u0623\u200C\u0628\u200C\u062C"
|
||||
}
|
||||
ChangeLanguageKey {
|
||||
weight: 154
|
||||
}
|
||||
SpaceKey {
|
||||
weight: 864
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Period
|
||||
text: "."
|
||||
alternativeKeys: ".\u060C,"
|
||||
}
|
||||
Key {
|
||||
key: 0xE000
|
||||
text: ":-)"
|
||||
alternativeKeys: [ ";-)", ":-)", ":-D", ":-(", "<3" ]
|
||||
}
|
||||
HideKeyboardKey {
|
||||
weight: 204
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Component {
|
||||
id: page2
|
||||
KeyboardLayout {
|
||||
keyWeight: 160
|
||||
KeyboardRow {
|
||||
Key {
|
||||
key: Qt.Key_AsciiTilde
|
||||
text: "~"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Agrave
|
||||
text: "`"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Bar
|
||||
text: "|"
|
||||
}
|
||||
Key {
|
||||
key: 0x7B
|
||||
text: "·"
|
||||
}
|
||||
Key {
|
||||
key: 0x221A
|
||||
text: "√"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_division
|
||||
text: "÷"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_multiply
|
||||
text: "×"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_onehalf
|
||||
text: "½"
|
||||
alternativeKeys: "¼⅓½¾⅞"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_BraceLeft
|
||||
text: "{"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_BraceRight
|
||||
text: "}"
|
||||
}
|
||||
BackspaceKey {}
|
||||
}
|
||||
KeyboardRow {
|
||||
FillerKey {
|
||||
weight: 56
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Dollar
|
||||
text: "$"
|
||||
}
|
||||
Key {
|
||||
key: 0x20AC
|
||||
text: "€"
|
||||
}
|
||||
Key {
|
||||
key: 0xC2
|
||||
text: "£"
|
||||
}
|
||||
Key {
|
||||
key: 0xA2
|
||||
text: "¢"
|
||||
}
|
||||
Key {
|
||||
key: 0xA5
|
||||
text: "¥"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Equal
|
||||
text: "="
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_section
|
||||
text: "§"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_BracketLeft
|
||||
text: "["
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_BracketRight
|
||||
text: "]"
|
||||
}
|
||||
EnterKey {
|
||||
weight: 283
|
||||
}
|
||||
}
|
||||
KeyboardRow {
|
||||
keyWeight: 156
|
||||
Key {
|
||||
displayText: "2/2"
|
||||
functionKey: true
|
||||
onClicked: secondPage = !secondPage
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Underscore
|
||||
text: "_"
|
||||
}
|
||||
Key {
|
||||
key: 0x2122
|
||||
text: '™'
|
||||
}
|
||||
Key {
|
||||
key: 0x00AE
|
||||
text: '®'
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_guillemotleft
|
||||
text: '«'
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_guillemotright
|
||||
text: '»'
|
||||
}
|
||||
Key {
|
||||
key: 0x201C
|
||||
text: '“'
|
||||
}
|
||||
Key {
|
||||
key: 0x201D
|
||||
text: '”'
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_Backslash
|
||||
text: "\\"
|
||||
}
|
||||
Key {
|
||||
key: Qt.Key_AsciiCircum
|
||||
text: "^"
|
||||
}
|
||||
Key {
|
||||
weight: 204
|
||||
displayText: "2/2"
|
||||
functionKey: true
|
||||
onClicked: secondPage = !secondPage
|
||||
}
|
||||
}
|
||||
KeyboardRow {
|
||||
keyWeight: 154
|
||||
SymbolModeKey {
|
||||
weight: 217
|
||||
displayText: "\u0623\u200C\u0628\u200C\u062C"
|
||||
}
|
||||
ChangeLanguageKey {
|
||||
weight: 154
|
||||
}
|
||||
SpaceKey {
|
||||
weight: 864
|
||||
}
|
||||
Key {
|
||||
key: 0x2026
|
||||
text: "\u2026"
|
||||
}
|
||||
Key {
|
||||
key: 0xE000
|
||||
text: ":-)"
|
||||
alternativeKeys: [ ";-)", ":-)", ":-D", ":-(", "<3" ]
|
||||
}
|
||||
HideKeyboardKey {
|
||||
weight: 204
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user