mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-22 14:18:09 +00:00
feat(ui/views/App/Calls/IncallFullscreenWindow): supports telephone keypad
This commit is contained in:
parent
fbd2f7551c
commit
d9e28f356a
1 changed files with 17 additions and 0 deletions
|
|
@ -181,6 +181,12 @@ Window {
|
|||
iconSize: CallStyle.header.iconSize
|
||||
visible: !hideButtons
|
||||
|
||||
ActionButton {
|
||||
icon: 'tel_keypad'
|
||||
|
||||
onClicked: telKeypad.visible = !telKeypad.visible
|
||||
}
|
||||
|
||||
ActionButton {
|
||||
icon: 'screenshot'
|
||||
|
||||
|
|
@ -357,4 +363,15 @@ Window {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// TelKeypad.
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
TelKeypad {
|
||||
id: telKeypad
|
||||
|
||||
call: incall.call
|
||||
visible: false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue