2023-05-27 23:58:24 +05:30
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<template class="CcSystemPanel" parent="CcPanel">
|
2023-06-27 20:57:01 +05:30
|
|
|
<child type="child">
|
2023-05-27 23:58:24 +05:30
|
|
|
<object class="AdwNavigationView" id="navigation">
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<object class="AdwNavigationPage">
|
|
|
|
<property name="title" translatable="yes">System</property>
|
|
|
|
<property name="child">
|
|
|
|
<object class="AdwToolbarView">
|
|
|
|
<child type="top">
|
2023-06-27 20:57:01 +05:30
|
|
|
<object class="AdwHeaderBar"/>
|
2023-05-27 23:58:24 +05:30
|
|
|
</child>
|
|
|
|
|
|
|
|
<property name="content">
|
2023-06-27 20:57:01 +05:30
|
|
|
<object class="AdwPreferencesPage">
|
|
|
|
<child>
|
|
|
|
<object class="AdwPreferencesGroup">
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<object class="CcListRow">
|
|
|
|
<property name="title" translatable="yes">_Region &amp; Language</property>
|
2023-10-24 16:08:04 +02:00
|
|
|
<property name="subtitle" bind-source="region_page" bind-property="summary" bind-flags="sync-create|bidirectional"/>
|
2023-06-27 20:57:01 +05:30
|
|
|
<property name="icon-name">org.gnome.Settings-region-symbolic</property>
|
|
|
|
<property name="use-underline">True</property>
|
|
|
|
<property name="show-arrow">True</property>
|
|
|
|
<property name="action-name">navigation.push</property>
|
|
|
|
<property name="action-target">'system-region-page'</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
2023-08-16 02:03:55 +05:30
|
|
|
<child>
|
|
|
|
<object class="CcListRow">
|
|
|
|
<property name="title" translatable="yes">_Date &amp; Time</property>
|
2023-10-24 16:08:04 +02:00
|
|
|
<property name="subtitle" bind-source="datetime_page" bind-property="summary" bind-flags="sync-create|bidirectional"/>
|
2023-08-16 02:03:55 +05:30
|
|
|
<property name="icon-name">org.gnome.Settings-time-symbolic</property>
|
|
|
|
<property name="use-underline">True</property>
|
|
|
|
<property name="show-arrow">True</property>
|
|
|
|
<property name="action-name">navigation.push</property>
|
|
|
|
<property name="action-target">'system-date-time-page'</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
2023-10-10 15:26:41 +02:00
|
|
|
<child>
|
|
|
|
<object class="CcListRow">
|
|
|
|
<property name="title" translatable="yes">_Remote Desktop</property>
|
2023-10-24 16:08:04 +02:00
|
|
|
<property name="subtitle" bind-source="remote_desktop_page" bind-property="summary" bind-flags="sync-create|bidirectional"/>
|
2023-10-10 15:26:41 +02:00
|
|
|
<property name="icon-name">preferences-desktop-display-symbolic</property>
|
|
|
|
<property name="use-underline">True</property>
|
|
|
|
<property name="show-arrow">True</property>
|
|
|
|
<property name="action-name">navigation.push</property>
|
|
|
|
<property name="action-target">'system-remote-desktop-page'</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2023-10-10 16:17:30 +02:00
|
|
|
<child>
|
|
|
|
<object class="CcListRow">
|
|
|
|
<property name="title" translatable="yes">About</property>
|
2023-10-24 16:08:04 +02:00
|
|
|
<property name="subtitle" bind-source="about_page" bind-property="summary" bind-flags="sync-create|bidirectional"/>
|
2023-10-10 16:17:30 +02:00
|
|
|
<property name="icon-name">info-symbolic</property>
|
|
|
|
<property name="use-underline">True</property>
|
|
|
|
<property name="show-arrow">True</property>
|
|
|
|
<property name="action-name">navigation.push</property>
|
|
|
|
<property name="action-target">'system-about-page'</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2023-10-10 15:26:41 +02:00
|
|
|
|
2023-06-27 20:57:01 +05:30
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2023-05-27 23:58:24 +05:30
|
|
|
</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
2023-06-27 20:57:01 +05:30
|
|
|
<child>
|
2023-10-24 16:08:04 +02:00
|
|
|
<object class="CcRegionPage" id="region_page"/>
|
2023-06-27 20:57:01 +05:30
|
|
|
</child>
|
2023-08-16 02:03:55 +05:30
|
|
|
<child>
|
2023-10-24 16:08:04 +02:00
|
|
|
<object class="CcDateTimePage" id="datetime_page"/>
|
2023-08-16 02:03:55 +05:30
|
|
|
</child>
|
2023-10-10 15:26:41 +02:00
|
|
|
<child>
|
2023-10-24 16:08:04 +02:00
|
|
|
<object class="CcRemoteDesktopPage" id="remote_desktop_page"/>
|
2023-10-10 15:26:41 +02:00
|
|
|
</child>
|
2023-10-10 16:17:30 +02:00
|
|
|
<child>
|
2023-10-24 16:08:04 +02:00
|
|
|
<object class="CcAboutPage" id="about_page"/>
|
2023-10-10 16:17:30 +02:00
|
|
|
</child>
|
2023-06-27 20:57:01 +05:30
|
|
|
|
2023-05-27 23:58:24 +05:30
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|