b19986a685
AdwPreferencesWindow contains a nice API for preferences windows, and AdwActionRow is the widget to use for rows of preferences.
87 lines
4.6 KiB
XML
87 lines
4.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="DinoUiSettingsDialog" parent="AdwPreferencesWindow">
|
|
<property name="default-width">500</property>
|
|
<property name="default-height">420</property>
|
|
<property name="modal">True</property>
|
|
<property name="search-enabled">False</property>
|
|
<child>
|
|
<object class="AdwPreferencesPage">
|
|
<child>
|
|
<object class="AdwPreferencesGroup">
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="title" translatable="yes">Send _Typing Notifications</property>
|
|
<property name="use-underline">True</property>
|
|
<property name="activatable-widget">typing_switch</property>
|
|
<child type="suffix">
|
|
<object class="GtkSwitch" id="typing_switch">
|
|
<property name="valign">center</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="title" translatable="yes">Send _Read Receipts</property>
|
|
<property name="use-underline">True</property>
|
|
<property name="activatable-widget">marker_switch</property>
|
|
<child type="suffix">
|
|
<object class="GtkSwitch" id="marker_switch">
|
|
<property name="valign">center</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwPreferencesGroup">
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="title" translatable="yes">_Notifications</property>
|
|
<property name="subtitle" translatable="yes">Notify when a new message arrives</property>
|
|
<property name="use-underline">True</property>
|
|
<property name="activatable-widget">notification_switch</property>
|
|
<child type="suffix">
|
|
<object class="GtkSwitch" id="notification_switch">
|
|
<property name="valign">center</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwPreferencesGroup">
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="title" translatable="yes">_Convert Smileys to Emoji</property>
|
|
<property name="use-underline">True</property>
|
|
<property name="activatable-widget">emoji_switch</property>
|
|
<child type="suffix">
|
|
<object class="GtkSwitch" id="emoji_switch">
|
|
<property name="valign">center</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="title" translatable="yes">Check _Spelling</property>
|
|
<property name="use-underline">True</property>
|
|
<property name="activatable-widget">check_spelling_switch</property>
|
|
<child type="suffix">
|
|
<object class="GtkSwitch" id="check_spelling_switch">
|
|
<property name="valign">center</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|