64 lines
2.7 KiB
XML
64 lines
2.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated with glade 3.22.0 -->
|
|
<interface>
|
|
<requires lib="gtk+" version="3.20"/>
|
|
<requires lib="libhandy" version="0.0"/>
|
|
<template class="CcDisplaySettings" parent="GtkListBox">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="selection_mode">none</property>
|
|
<child>
|
|
<object class="HdyComboRow" id="orientation_row">
|
|
<property name="width_request">100</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="title">Orientation</property>
|
|
<signal name="notify::selected-index" handler="on_orientation_selection_changed_cb" swapped="no"/>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="HdyComboRow" id="resolution_row">
|
|
<property name="width_request">100</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="title">Resolution</property>
|
|
<signal name="notify::selected-index" handler="on_resolution_selection_changed_cb" swapped="no"/>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="HdyComboRow" id="refresh_rate_row">
|
|
<property name="width_request">100</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="title">Refresh Rate</property>
|
|
<signal name="notify::selected-index" handler="on_refresh_rate_selection_changed_cb" swapped="no"/>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="HdyActionRow" id="underscanning_row">
|
|
<property name="width_request">100</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="title">Adjust for TV</property>
|
|
<child type="action">
|
|
<object class="GtkSwitch" id="underscanning_switch">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="halign">end</property>
|
|
<property name="valign">center</property>
|
|
<signal name="notify::active" handler="on_underscanning_switch_active_changed_cb" swapped="no"/>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="HdyComboRow" id="scale_row">
|
|
<property name="width_request">100</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="title">Scale</property>
|
|
<signal name="notify::selected-index" handler="on_scale_selection_changed_cb" swapped="no"/>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|