blob: 5547856941c4bceed6a81c45ed1b0869f399ca3e [file] [log] [blame]
import QtQuick 2.15
import Test 1.0
Item {
id: root
property alias overlay: overlay
Overlay {
id: overlay
// Parent it to the contentItem of the underlying QQuickWindow.
parent: root.parent
}
}