blob: 997084377361bfd3274905a5f02c7b3933c82d44 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk+" version="3.10"/>
<template class="MediaSettingsView" parent="GtkScrolledWindow">
<property name="visible">True</property>
<child>
<object class="GtkBox" id="vbox_main">
<property name="visible">True</property>
<property name="orientation">horizontal</property>
<!-- start audio selection -->
<child>
<object class="GtkGrid" id="grid_left">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="row_spacing">10</property>
<property name="column_spacing">10</property>
<property name="border_width">10</property>
<!-- start audio selection -->
<child>
<object class="GtkLabel" id="label_audio_selection">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="label" translatable="yes">Audio Settings</property>
<property name="ellipsize">end</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">0</property>
<property name="width">2</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label_manager">
<property name="visible">True</property>
<property name="halign">end</property>
<property name="label" translatable="yes">Audio manager:</property>
<property name="margin_left">10</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">1</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label_ringtone">
<property name="visible">True</property>
<property name="halign">end</property>
<property name="label" translatable="yes">Ringtone device:</property>
<property name="margin_left">10</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">2</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label_output">
<property name="visible">True</property>
<property name="halign">end</property>
<property name="label" translatable="yes">Output device:</property>
<property name="margin_left">10</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">3</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label_input">
<property name="visible">True</property>
<property name="halign">end</property>
<property name="label" translatable="yes">Input device:</property>
<property name="margin_left">10</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">4</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="combobox_manager">
<property name="visible">True</property>
<property name="popup-fixed-width">False</property>
<property name="margin_left">10</property>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">1</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="combobox_ringtone">
<property name="visible">True</property>
<property name="popup-fixed-width">False</property>
<property name="margin_left">10</property>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">2</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="combobox_output">
<property name="visible">True</property>
<property name="popup-fixed-width">False</property>
<property name="margin_left">10</property>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">3</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="combobox_input">
<property name="visible">True</property>
<property name="popup-fixed-width">False</property>
<property name="margin_left">10</property>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">4</property>
</packing>
</child>
<!-- end audio selection -->
<!-- start camera selection -->
<child>
<object class="GtkLabel" id="label_camera_selection">
<property name="visible">True</property>
<property name="halign">start</property>
<property name="label" translatable="yes">Camera Settings</property>
<property name="ellipsize">end</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">5</property>
<property name="width">2</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label_device">
<property name="visible">True</property>
<property name="halign">end</property>
<property name="label" translatable="yes">Device:</property>
<property name="margin_left">10</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">6</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label_channel">
<property name="visible">True</property>
<property name="halign">end</property>
<property name="label" translatable="yes">Channel:</property>
<property name="margin_left">10</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">7</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label_resolution">
<property name="visible">True</property>
<property name="halign">end</property>
<property name="label" translatable="yes">Resolution:</property>
<property name="margin_left">10</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">8</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label_rate">
<property name="visible">True</property>
<property name="halign">end</property>
<property name="label" translatable="yes">Frame rate:</property>
<property name="margin_left">10</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">9</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="combobox_device">
<property name="visible">True</property>
<property name="popup-fixed-width">False</property>
<property name="margin_left">10</property>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">6</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="combobox_channel">
<property name="visible">True</property>
<property name="popup-fixed-width">False</property>
<property name="margin_left">10</property>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">7</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="combobox_resolution">
<property name="visible">True</property>
<property name="popup-fixed-width">False</property>
<property name="margin_left">10</property>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">8</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="combobox_framerate">
<property name="visible">True</property>
<property name="popup-fixed-width">False</property>
<property name="margin_left">10</property>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">9</property>
</packing>
</child>
<!-- end camera selection -->
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
</template>
</interface>