summaryrefslogtreecommitdiffstats
path: root/examples/wayland/pure-qml/qml/Keyboard.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/pure-qml/qml/Keyboard.qml')
-rw-r--r--examples/wayland/pure-qml/qml/Keyboard.qml15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/wayland/pure-qml/qml/Keyboard.qml b/examples/wayland/pure-qml/qml/Keyboard.qml
deleted file mode 100644
index 2985ffcbd..000000000
--- a/examples/wayland/pure-qml/qml/Keyboard.qml
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright (C) 2017 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
-
-// ![keyboard]
-import QtQuick
-import QtQuick.VirtualKeyboard
-
-InputPanel {
- visible: active
- y: active ? parent.height - height : parent.height
- anchors.left: parent.left
- anchors.right: parent.right
-}
-// ![keyboard]
-