2018-05-17 13:16:51 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Generated with glade 3.22.0 -->
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="3.20"/>
|
2018-08-01 09:45:05 +00:00
|
|
|
<template class="CallsCallDisplay" parent="GtkOverlay">
|
2018-05-17 13:16:51 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="can_focus">False</property>
|
2018-08-01 09:45:05 +00:00
|
|
|
<property name="halign">center</property>
|
2019-06-28 08:20:15 +00:00
|
|
|
<property name="margin_bottom">12</property>
|
2018-08-01 09:45:05 +00:00
|
|
|
<property name="margin_left">12</property>
|
|
|
|
<property name="margin_right">12</property>
|
2019-06-28 08:20:15 +00:00
|
|
|
<property name="margin_top">12</property>
|
2018-05-17 13:16:51 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2019-06-28 08:20:15 +00:00
|
|
|
<property name="vexpand">True</property>
|
2018-08-01 09:45:05 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="width_request">300</property>
|
|
|
|
<property name="sensitive" bind-source="dial_pad_revealer" bind-property="reveal-child" bind-flags="invert-boolean|bidirectional|sync-create"/>
|
2018-05-17 13:16:51 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2018-08-01 09:45:05 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2019-06-28 08:20:15 +00:00
|
|
|
<property name="vexpand">True</property>
|
2018-05-17 13:16:51 +00:00
|
|
|
<child>
|
2019-06-28 08:20:15 +00:00
|
|
|
<object class="GtkLabel" id="incoming_phone_call">
|
|
|
|
<property name="visible">False</property>
|
2018-08-01 09:45:05 +00:00
|
|
|
<property name="can_focus">False</property>
|
2019-06-28 08:20:15 +00:00
|
|
|
<property name="margin_top">40</property>
|
|
|
|
<property name="margin_bottom">12</property>
|
|
|
|
<property name="label" translatable="yes">Incoming phone call</property>
|
2018-07-27 11:06:17 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-06-28 08:20:15 +00:00
|
|
|
<object class="GtkBox" id="party_box">
|
2018-08-01 09:45:05 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2019-06-28 08:20:15 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="primary_contact_info">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="margin_top">6</property>
|
|
|
|
<property name="margin_bottom">6</property>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="weight" value="bold"/>
|
|
|
|
<attribute name="scale" value="1.6"/>
|
|
|
|
</attributes>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="secondary_contact_info">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="margin_top">4</property>
|
|
|
|
<property name="margin_bottom">4</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2018-08-01 09:45:05 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2019-06-28 08:20:15 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2018-07-27 11:06:17 +00:00
|
|
|
<child>
|
2019-06-28 08:20:15 +00:00
|
|
|
<object class="GtkLabel" id="status">
|
2018-08-01 09:45:05 +00:00
|
|
|
<property name="visible">True</property>
|
2019-06-28 08:20:15 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="margin_top">30</property>
|
|
|
|
<property name="margin_bottom">40</property>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="scale" value="1.6"/>
|
|
|
|
</attributes>
|
2018-08-01 09:45:05 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-06-28 08:20:15 +00:00
|
|
|
<object class="GtkBox" id="controls">
|
2018-07-27 11:06:17 +00:00
|
|
|
<property name="visible">True</property>
|
2019-06-28 08:20:15 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="spacing">12</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="vexpand">False</property>
|
2018-08-01 09:45:05 +00:00
|
|
|
<child>
|
2019-06-28 08:20:15 +00:00
|
|
|
<object class="GtkBox" id="general_controls">
|
2018-08-01 09:45:05 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2019-06-28 08:20:15 +00:00
|
|
|
<property name="spacing">12</property>
|
|
|
|
<property name="height_request">65</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToggleButton" id="mute">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="no_show_all">True</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="sensitive">False</property>
|
|
|
|
<signal name="toggled" handler="mute_toggled_cb" swapped="no"/>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="icon_name">microphone-sensitivity-muted-symbolic</property>
|
|
|
|
<property name="icon_size">3</property>
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="margin_bottom">4</property>
|
|
|
|
<property name="label" translatable="yes">Mute</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToggleButton" id="speaker">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="no_show_all">True</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="sensitive">False</property>
|
|
|
|
<signal name="toggled" handler="speaker_toggled_cb" swapped="no"/>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="icon_name">audio-volume-high-symbolic</property>
|
|
|
|
<property name="icon_size">3</property>
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="margin_bottom">4</property>
|
|
|
|
<property name="label" translatable="yes">Speaker</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="add_call">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="no_show_all">True</property>
|
|
|
|
<property name="sensitive">False</property>
|
|
|
|
<signal name="clicked" handler="add_call_clicked_cb" swapped="no"/>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="resource">/sm/puri/calls/new-call-symbolic.svg</property>
|
|
|
|
<property name="icon_size">3</property>
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="margin_bottom">4</property>
|
|
|
|
<property name="label" translatable="yes">Add call</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2018-08-01 09:45:05 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-06-28 08:20:15 +00:00
|
|
|
<object class="GtkBox" id="gsm_controls">
|
2018-08-01 09:45:05 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2019-06-28 08:20:15 +00:00
|
|
|
<property name="spacing">12</property>
|
|
|
|
<property name="height_request">65</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToggleButton" id="hold">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="no_show_all">True</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="sensitive">False</property>
|
|
|
|
<signal name="toggled" handler="hold_toggled_cb" swapped="no"/>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="icon_name">media-playback-pause-symbolic</property>
|
|
|
|
<property name="icon_size">3</property>
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="margin_bottom">4</property>
|
|
|
|
<property name="label" translatable="yes">Hold</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToggleButton" id="dial_pad">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="no_show_all">True</property>
|
|
|
|
<property name="active" bind-source="dial_pad_revealer" bind-property="reveal-child" bind-flags="bidirectional|sync-create"/>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="icon_name">input-dialpad-symbolic</property>
|
|
|
|
<property name="icon_size">3</property>
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="margin_bottom">4</property>
|
2019-07-03 12:55:09 +00:00
|
|
|
<property name="label" translatable="yes">Dial Pad</property>
|
2019-06-28 08:20:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="blank">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="no_show_all">True</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2018-08-01 09:45:05 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2018-07-27 11:06:17 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2018-05-17 13:16:51 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2019-06-28 08:20:15 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="CallsEncryptionIndicator" id="encryption_indicator">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="margin_top">50</property>
|
|
|
|
<property name="margin_bottom">30</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="action_box">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">horizontal</property>
|
|
|
|
<property name="hexpand">True</property>
|
2018-08-01 09:45:05 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="hang_up">
|
|
|
|
<property name="always_show_image">True</property>
|
2018-05-17 13:16:51 +00:00
|
|
|
<property name="can_focus">True</property>
|
2018-08-01 09:45:05 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="height_request">65</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="valign">start</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="width_request">150</property>
|
2019-06-28 08:20:15 +00:00
|
|
|
<property name="hexpand">True</property>
|
2018-08-01 09:45:05 +00:00
|
|
|
<signal name="clicked" handler="hang_up_clicked_cb" swapped="no"/>
|
|
|
|
<style>
|
|
|
|
<class name="destructive-action"/>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="a11y-hang-up">
|
|
|
|
<property name="accessible-name" translatable="yes">Hang up</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2018-07-27 11:06:17 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
2018-08-01 09:45:05 +00:00
|
|
|
<property name="icon-name">call-stop-symbolic</property>
|
|
|
|
<property name="icon-size">5</property>
|
2018-07-27 11:06:17 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2018-05-17 13:16:51 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2019-06-28 08:20:15 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="answer">
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="height_request">65</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="valign">start</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="width_request">150</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="margin_left">12</property>
|
|
|
|
<signal name="clicked" handler="answer_clicked_cb" swapped="no"/>
|
|
|
|
<style>
|
|
|
|
<class name="suggested-action"/>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="a11y-answer">
|
|
|
|
<property name="accessible-name" translatable="yes">Answer</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="icon-name">call-start-symbolic</property>
|
|
|
|
<property name="icon-size">5</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2018-05-17 13:16:51 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2018-08-01 09:45:05 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="overlay">
|
|
|
|
<object class="GtkRevealer" id="dial_pad_revealer">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="halign">fill</property>
|
|
|
|
<property name="valign">end</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="vexpand">False</property>
|
|
|
|
<property name="transition-type">slide-up</property>
|
|
|
|
<property name="reveal-child" bind-source="dial_pad" bind-property="active" bind-flags="bidirectional|sync-create"/>
|
2018-07-27 11:48:45 +00:00
|
|
|
<child>
|
2018-08-01 09:45:05 +00:00
|
|
|
<object class="GtkActionBar">
|
2018-07-27 08:03:22 +00:00
|
|
|
<property name="visible">True</property>
|
2018-08-01 09:45:05 +00:00
|
|
|
<property name="can_focus">False</property>
|
2018-07-27 08:03:22 +00:00
|
|
|
<style>
|
2018-08-01 09:45:05 +00:00
|
|
|
<class name="background"/>
|
2018-07-27 08:03:22 +00:00
|
|
|
</style>
|
2018-08-01 09:45:05 +00:00
|
|
|
<child type="center">
|
|
|
|
<object class="GtkBox">
|
2018-07-27 08:03:22 +00:00
|
|
|
<property name="visible">True</property>
|
2018-08-01 09:45:05 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="width_request">300</property>
|
|
|
|
<property name="margin_bottom">6</property>
|
|
|
|
<property name="margin_top">12</property>
|
2019-07-04 14:15:16 +00:00
|
|
|
<property name="spacing">10</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="dial_pad_display">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="editable">False</property>
|
|
|
|
<property name="xalign">0.5</property>
|
|
|
|
<property name="margin_bottom">8</property>
|
2019-07-10 14:42:15 +00:00
|
|
|
<property name="im-module">simple</property>
|
2019-07-04 14:15:16 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2018-08-01 09:45:05 +00:00
|
|
|
<child>
|
|
|
|
<object class="HdyDialer">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="column_spacing">10</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="row_spacing">8</property>
|
|
|
|
<property name="show_action_buttons">False</property>
|
|
|
|
<property name="hexpand">False</property>
|
|
|
|
<signal name="symbol-clicked" handler="dial_pad_symbol_clicked_cb" swapped="yes"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="height_request">65</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="valign">start</property>
|
|
|
|
<property name="relief">none</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="width_request">150</property>
|
|
|
|
<signal name="clicked" handler="hide_dial_pad_clicked_cb" swapped="yes"/>
|
|
|
|
<style>
|
|
|
|
<class name="image-button"/>
|
|
|
|
</style>
|
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="a11y-hide-dial-pad">
|
|
|
|
<property name="accessible-name" translatable="yes">Hide the dial pad</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="icon-name">go-down-symbolic</property>
|
|
|
|
<property name="icon-size">5</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2018-07-27 08:03:22 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2018-05-17 13:16:51 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
2019-06-28 08:20:15 +00:00
|
|
|
<object class="GtkSizeGroup">
|
|
|
|
<widgets>
|
|
|
|
<widget name="mute"/>
|
|
|
|
<widget name="speaker"/>
|
|
|
|
<widget name="add_call"/>
|
|
|
|
<widget name="dial_pad"/>
|
|
|
|
<widget name="hold"/>
|
|
|
|
<widget name="blank"/>
|
|
|
|
</widgets>
|
|
|
|
</object>
|
2018-05-17 13:16:51 +00:00
|
|
|
</interface>
|