diff --git a/Main.qml b/Main.qml index 94369d3..201617e 100644 --- a/Main.qml +++ b/Main.qml @@ -5,6 +5,7 @@ import QtQuick 2.0 import SddmComponents 2.0 +import QtQuick.VirtualKeyboard 2.1 Rectangle { id : amadeus_root @@ -27,6 +28,12 @@ Rectangle { TextConstants { id: textConstants } + InputPanel { + id: inputPanel + active: false + visible: false + } + Connections { target: sddm