gnome-control-center/panels/sound/cc-output-test-dialog.ui
Georges Basile Stavracas Neto a719008403 sound: Port to GTK4
2021-12-14 22:34:21 -03:00

163 lines
6.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<template class="CcOutputTestDialog" parent="GtkDialog">
<property name="modal">True</property>
<property name="resizable">False</property>
<child>
<object class="GtkBox">
<child>
<object class="GtkGrid">
<property name="visible">True</property>
<property name="row_spacing">30</property>
<property name="column_spacing">30</property>
<property name="margin-top">30</property>
<property name="margin-bottom">30</property>
<property name="margin-start">30</property>
<property name="margin-end">30</property>
<child>
<object class="CcSpeakerTestButton" id="front_left_speaker_button">
<property name="visible">True</property>
<layout>
<property name="column">0</property>
<property name="row">0</property>
</layout>
</object>
</child>
<child>
<object class="CcSpeakerTestButton" id="front_left_of_center_speaker_button">
<property name="visible">True</property>
<layout>
<property name="column">1</property>
<property name="row">0</property>
</layout>
</object>
</child>
<child>
<object class="CcSpeakerTestButton" id="front_center_speaker_button">
<property name="visible">True</property>
<layout>
<property name="column">2</property>
<property name="row">0</property>
</layout>
</object>
</child>
<child>
<object class="CcSpeakerTestButton" id="front_right_of_center_speaker_button">
<property name="visible">True</property>
<layout>
<property name="column">3</property>
<property name="row">0</property>
</layout>
</object>
</child>
<child>
<object class="CcSpeakerTestButton" id="front_right_speaker_button">
<property name="visible">True</property>
<layout>
<property name="column">4</property>
<property name="row">0</property>
</layout>
</object>
</child>
<child>
<object class="CcSpeakerTestButton" id="side_left_speaker_button">
<property name="visible">True</property>
<layout>
<property name="column">0</property>
<property name="row">1</property>
</layout>
</object>
</child>
<child>
<object class="GtkImage">
<property name="visible">True</property>
<property name="icon_name">avatar-default-symbolic</property>
<property name="pixel_size">64</property>
<layout>
<property name="column">2</property>
<property name="row">1</property>
</layout>
</object>
</child>
<child>
<object class="CcSpeakerTestButton" id="side_right_speaker_button">
<property name="visible">True</property>
<layout>
<property name="column">4</property>
<property name="row">1</property>
</layout>
</object>
</child>
<child>
<object class="CcSpeakerTestButton" id="rear_left_speaker_button">
<property name="visible">True</property>
<layout>
<property name="column">0</property>
<property name="row">2</property>
</layout>
</object>
</child>
<child>
<object class="CcSpeakerTestButton" id="rear_center_speaker_button">
<property name="visible">True</property>
<layout>
<property name="column">2</property>
<property name="row">2</property>
</layout>
</object>
</child>
<child>
<object class="CcSpeakerTestButton" id="lfe_speaker_button">
<property name="visible">True</property>
<layout>
<property name="column">3</property>
<property name="row">2</property>
</layout>
</object>
</child>
<child>
<object class="CcSpeakerTestButton" id="rear_right_speaker_button">
<property name="visible">True</property>
<layout>
<property name="column">4</property>
<property name="row">2</property>
</layout>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="label" translatable="yes">Click a speaker to test</property>
<style>
<class name="dim-label"/>
</style>
<layout>
<property name="column">0</property>
<property name="row">3</property>
<property name="column-span">5</property>
</layout>
</object>
</child>
</object>
</child>
</object>
</child>
</template>
<object class="GtkSizeGroup">
<property name="mode">both</property>
<widgets>
<widget name="front_left_speaker_button"/>
<widget name="front_left_of_center_speaker_button"/>
<widget name="front_center_speaker_button"/>
<widget name="front_right_of_center_speaker_button"/>
<widget name="front_right_speaker_button"/>
<widget name="side_left_speaker_button"/>
<widget name="side_right_speaker_button"/>
<widget name="rear_left_speaker_button"/>
<widget name="rear_center_speaker_button"/>
<widget name="lfe_speaker_button"/>
<widget name="rear_right_speaker_button"/>
</widgets>
</object>
</interface>