summaryrefslogtreecommitdiffstats
path: root/app/Settings.qml
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2017-12-14 01:25:32 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2017-12-14 01:26:47 -0800
commit34a568b833ed62ff0873181f5601d81d688422b9 (patch)
tree262681968254291b5ffc0f64633736b8fa5fa1a0 /app/Settings.qml
parent9990ec3dfdbd159b2077a33aa62dd52f53f174b2 (diff)
Revert "settings: switch keyboard to qtvirtualkeyboardplugin"
This reverts commit 9990ec3dfdbd159b2077a33aa62dd52f53f174b2. Currently SPEC-1120 is blocking qtvirtualkeyboard from sending keystokes to applications. Bug-AGL: SPEC-1185 Change-Id: I02d02f6c1cf912d5b4f0face0add9c9af43c2af2 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/Settings.qml')
-rw-r--r--app/Settings.qml10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/Settings.qml b/app/Settings.qml
index 5862bd8..56767f3 100644
--- a/app/Settings.qml
+++ b/app/Settings.qml
@@ -17,7 +17,6 @@
import QtQuick 2.6
import QtQuick.Layouts 1.1
import QtQuick.Controls 2.0
-import QtQuick.VirtualKeyboard 2.1
import 'datetime'
import 'bluetooth'
@@ -33,15 +32,6 @@ ApplicationWindow {
stack.pop(settings)
}
- InputPanel {
- id: inputPanel
- z: 1
- visible: Qt.inputMethod.visible
- y: Qt.inputMethod.visible ? parent.height - inputPanel.height : parent.height
- anchors.left: parent.left
- anchors.right: parent.right
- }
-
StackView {
id: stack
anchors.fill: parent