Kde: Add sddm theme

This commit is contained in:
EliverLara
2019-11-07 13:59:45 -06:00
parent b1c6e87a52
commit 4aba41e9ee
26 changed files with 1271 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
import QtQuick 2.5
import QtQuick.VirtualKeyboard 2.1
InputPanel {
id: inputPanel
property bool activated: false
active: activated && Qt.inputMethod.visible
visible: active
width: parent.width
}