summaryrefslogtreecommitdiffstats
path: root/examples/wayland/pure-qml/qml/Screen.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/pure-qml/qml/Screen.qml')
-rw-r--r--examples/wayland/pure-qml/qml/Screen.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/wayland/pure-qml/qml/Screen.qml b/examples/wayland/pure-qml/qml/Screen.qml
index c5df10e5f..0d6c93adc 100644
--- a/examples/wayland/pure-qml/qml/Screen.qml
+++ b/examples/wayland/pure-qml/qml/Screen.qml
@@ -66,6 +66,10 @@ WaylandOutput {
source: "qrc:/images/background.jpg"
smooth: true
}
+ Loader {
+ anchors.fill: parent
+ source: "Keyboard.qml"
+ }
WaylandCursorItem {
id: cursor
inputEventsEnabled: false