summaryrefslogtreecommitdiffstats
path: root/tests/manual/qt-shell/qml/Keyboard.qml
blob: a6e1bec309c4add4d56e1a73380b17125192c55d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) 2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

import QtQuick
import QtQuick.VirtualKeyboard

InputPanel {
    visible: active
    y: active ? parent.height - height : parent.height
    anchors.left: parent.left
    anchors.right: parent.right
}