linphone-desktop/tests/ui/views/App/Calls/StartingIncomingCall.qml
2016-10-31 10:53:30 +01:00

26 lines
399 B
QML

import Common 1.0
import Linphone 1.0
StartingCall {
avatarImage: "qrc:/imgs/cat_contact.jpg"
callType: 'INCOMING CALL'
sipAddress: 'mister-meow@sip-linphone.org'
username: 'Mister Meow'
ActionBar {
anchors.centerIn: parent
iconSize: 40
ActionButton {
icon: 'cam'
}
ActionButton {
icon: 'call'
}
ActionButton {
icon: 'hangup'
}
}
}