export launcherDelegate property

This commit is contained in:
Marco Martin 2021-05-05 17:37:31 +02:00
parent fb920a3f9f
commit 7c9549b7da

View file

@ -28,7 +28,9 @@ DragDrop.DropArea {
//width: Math.max(mainFlickable.width, mainFlickable.width * Math.ceil(appletsLayout.childrenRect.width/mainFlickable.width))
height: mainFlickable.height
property alias launcherDelegate: launcherRepeater.delegate
property alias launcherModel: launcherRepeater.model
property alias launcherRepeater: launcherRepeater
property alias itemsBoundingRect: appletsLayout.childrenRect
property alias appletsLayout: appletsLayout