Wire keypad buttons signal - call & wipe

This commit is contained in:
Christophe Deschamps 2024-10-01 09:12:34 +02:00
parent e1033b9db2
commit f80620f900

View file

@ -76,6 +76,9 @@ Control.Popup {
anchors.leftMargin: 72 * DefaultStyle.dp
onButtonPressed: (text) => {
console.log("BUTTON PRESSED NUMPAD")
mainItem.buttonPressed(text)}
mainItem.buttonPressed(text)
}
onLaunchCall: mainItem.launchCall()
onWipe: mainItem.wipe()
}
}