dtmf tones

This commit is contained in:
Marco Martin 2015-04-20 21:09:41 +02:00
parent b669fa97a0
commit 8842d19dd0
2 changed files with 3 additions and 1 deletions

View file

@ -28,7 +28,6 @@ Item {
id: dialer
property color textColor: "white"
property bool enableButtons: calling
property alias numberEntryText: status.text
property string providerId: voiceCallmanager.providers.id(0)

View file

@ -13,6 +13,9 @@ Text {
MouseArea {
anchors.fill: parent
onPressed: voiceCallmanager.startDtmfTone(parent.text);
onReleased: voiceCallmanager.stopDtmfTone();
onCanceled: voiceCallmanager.stopDtmfTone();
onClicked: {
if (callback) {
callback();