diff options
Diffstat (limited to 'panels/sound/cc-sound-panel.ui')
-rw-r--r-- | panels/sound/cc-sound-panel.ui | 351 |
1 files changed, 351 insertions, 0 deletions
diff --git a/panels/sound/cc-sound-panel.ui b/panels/sound/cc-sound-panel.ui new file mode 100644 index 0000000..33b6dbb --- /dev/null +++ b/panels/sound/cc-sound-panel.ui @@ -0,0 +1,351 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <template class="CcSoundPanel" parent="CcPanel"> + <child type="content"> + <object class="AdwPreferencesPage"> + <child> + <object class="AdwPreferencesGroup"> + <property name="title" translatable="yes">System Volume</property> + <child> + <object class="AdwPreferencesRow"> + <accessibility> + <property name="label" translatable="yes">Master volume</property> + </accessibility> + <child> + <object class="CcVolumeSlider" id="output_volume_slider"> + <property name="margin-top">12</property> + <property name="margin-bottom">12</property> + <property name="margin-start">12</property> + <property name="margin-end">12</property> + </object> + </child> + </object> + </child> + </object> + </child> + <child> + <object class="AdwPreferencesGroup"> + <property name="title" translatable="yes">Volume Levels</property> + <child> + <object class="CcStreamListBox" id="stream_list_box"> + <property name="label-size-group">label_size_group</property> + </object> + </child> + </object> + </child> + <child> + <object class="AdwPreferencesGroup"> + <property name="title" translatable="yes">Output</property> + <child> + <object class="GtkListBox" id="output_list_box"> + <property name="selection_mode">none</property> + <style> + <class name="boxed-list"/> + </style> + <child> + <object class="GtkListBoxRow"> + <property name="activatable">False</property> + <child> + <object class="GtkBox"> + <property name="margin-top">12</property> + <property name="margin-bottom">12</property> + <property name="margin-start">12</property> + <property name="margin-end">12</property> + <property name="spacing">12</property> + <child> + <object class="GtkLabel" id="output_device_label"> + <property name="ellipsize">end</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Output Device</property> + </object> + </child> + <child> + <object class="GtkBox"> + <property name="orientation">vertical</property> + <property name="hexpand">True</property> + <property name="spacing">9</property> + <child> + <object class="GtkBox"> + <property name="spacing">6</property> + <child> + <object class="CcDeviceComboBox" id="output_device_combo_box"> + <property name="hexpand">True</property> + <accessibility> + <relation name="labelled-by">output_device_label</relation> + </accessibility> + <signal name="changed" handler="output_device_changed_cb" object="CcSoundPanel" swapped="yes"/> + </object> + </child> + <child> + <object class="GtkButton"> + <property name="label" translatable="yes">Test</property> + <signal name="clicked" handler="test_output_configuration_button_clicked_cb" object="CcSoundPanel" swapped="yes"/> + </object> + </child> + </object> + </child> + <child> + <object class="CcLevelBar" id="output_level_bar" /> + </child> + </object> + </child> + </object> + </child> + </object> + </child> + <child> + <object class="GtkListBoxRow" id="output_profile_row"> + <property name="activatable">False</property> + <child> + <object class="GtkBox"> + <property name="margin-top">12</property> + <property name="margin-bottom">12</property> + <property name="margin-start">12</property> + <property name="margin-end">12</property> + <property name="spacing">12</property> + <child> + <object class="GtkLabel" id="output_configuration_label"> + <property name="ellipsize">end</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Configuration</property> + </object> + </child> + <child> + <object class="GtkBox"> + <property name="spacing">6</property> + <child> + <object class="CcProfileComboBox" id="output_profile_combo_box"> + <property name="hexpand">True</property> + <accessibility> + <relation name="labelled-by">output_configuration_label</relation> + </accessibility> + </object> + </child> + </object> + </child> + </object> + </child> + </object> + </child> + <child> + <object class="GtkListBoxRow"> + <property name="activatable">False</property> + <child> + <object class="GtkBox"> + <property name="margin-top">12</property> + <property name="margin-bottom">12</property> + <property name="margin-start">12</property> + <property name="margin-end">12</property> + <property name="spacing">12</property> + <child> + <object class="GtkLabel" id="output_balance_label"> + <property name="ellipsize">end</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Balance</property> + </object> + </child> + <child> + <object class="CcBalanceSlider" id="balance_slider"> + <property name="hexpand">True</property> + </object> + </child> + </object> + </child> + </object> + </child> + <child> + <object class="GtkListBoxRow" id="fade_row"> + <property name="activatable">False</property> + <child> + <object class="GtkBox"> + <property name="margin-top">12</property> + <property name="margin-bottom">12</property> + <property name="margin-start">12</property> + <property name="margin-end">12</property> + <property name="spacing">12</property> + <child> + <object class="GtkLabel" id="output_fade_label"> + <property name="ellipsize">end</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Fade</property> + </object> + </child> + <child> + <object class="CcFadeSlider" id="fade_slider"> + <property name="hexpand">True</property> + </object> + </child> + </object> + </child> + </object> + </child> + <child> + <object class="GtkListBoxRow" id="subwoofer_row"> + <property name="activatable">False</property> + <child> + <object class="GtkBox"> + <property name="margin-top">12</property> + <property name="margin-bottom">12</property> + <property name="margin-start">12</property> + <property name="margin-end">12</property> + <property name="spacing">12</property> + <child> + <object class="GtkLabel" id="output_subwoofer_label"> + <property name="ellipsize">end</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Subwoofer</property> + </object> + </child> + <child> + <object class="CcSubwooferSlider" id="subwoofer_slider"> + <property name="hexpand">True</property> + </object> + </child> + </object> + </child> + </object> + </child> + </object> + </child> + </object> + </child> + <child> + <object class="AdwPreferencesGroup"> + <property name="title" translatable="yes">Input</property> + <child> + <object class="GtkListBox" id="input_list_box"> + <property name="selection_mode">none</property> + <style> + <class name="boxed-list"/> + </style> + <child> + <object class="GtkListBoxRow"> + <property name="activatable">False</property> + <child> + <object class="GtkBox"> + <property name="margin-top">12</property> + <property name="margin-bottom">12</property> + <property name="margin-start">12</property> + <property name="margin-end">12</property> + <property name="spacing">12</property> + <child> + <object class="GtkLabel" id="input_device_label"> + <property name="ellipsize">end</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Input Device</property> + </object> + </child> + <child> + <object class="GtkBox"> + <property name="orientation">vertical</property> + <property name="hexpand">True</property> + <property name="spacing">9</property> + <child> + <object class="CcDeviceComboBox" id="input_device_combo_box"> + <property name="hexpand">True</property> + <accessibility> + <relation name="labelled-by">input_device_label</relation> + </accessibility> + <signal name="changed" handler="input_device_changed_cb" object="CcSoundPanel" swapped="yes"/> + </object> + </child> + <child> + <object class="CcLevelBar" id="input_level_bar" /> + </child> + </object> + </child> + </object> + </child> + </object> + </child> + <child> + <object class="GtkListBoxRow" id="input_profile_row"> + <property name="activatable">False</property> + <child> + <object class="GtkBox"> + <property name="margin-top">12</property> + <property name="margin-bottom">12</property> + <property name="margin-start">12</property> + <property name="margin-end">12</property> + <property name="spacing">12</property> + <child> + <object class="GtkLabel" id="input_configuration_label"> + <property name="ellipsize">end</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Configuration</property> + </object> + </child> + <child> + <object class="GtkBox"> + <property name="spacing">6</property> + <child> + <object class="CcProfileComboBox" id="input_profile_combo_box"> + <property name="hexpand">True</property> + <accessibility> + <relation name="labelled-by">input_configuration_label</relation>" + </accessibility> + </object> + </child> + </object> + </child> + </object> + </child> + </object> + </child> + <child> + <object class="GtkListBoxRow"> + <property name="activatable">False</property> + <child> + <object class="GtkBox"> + <property name="margin-top">12</property> + <property name="margin-bottom">12</property> + <property name="margin-start">12</property> + <property name="margin-end">12</property> + <property name="spacing">12</property> + <child> + <object class="GtkLabel" id="input_volume_label"> + <property name="ellipsize">end</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Volume</property> + </object> + </child> + <child> + <object class="CcVolumeSlider" id="input_volume_slider"> + <property name="hexpand">True</property> + </object> + </child> + </object> + </child> + </object> + </child> + </object> + </child> + </object> + </child> + <child> + <object class="AdwPreferencesGroup"> + <property name="title" translatable="yes">Alert Sound</property> + <child> + <object class="CcAlertChooser"> + <property name="hexpand">True</property> + </object> + </child> + </object> + </child> + </object> + </child> + </template> + <object class="GtkSizeGroup" id="label_size_group"> + <property name="mode">horizontal</property> + <widgets> + <widget name="output_device_label"/> + <widget name="output_configuration_label"/> + <widget name="output_balance_label"/> + <widget name="output_fade_label"/> + <widget name="output_subwoofer_label"/> + <widget name="input_configuration_label"/> + <widget name="input_device_label"/> + <widget name="input_volume_label"/> + </widgets> + </object> +</interface> |