136 lines
5.2 KiB
XML
136 lines
5.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="CcInfoOverviewPanel" parent="CcPanel">
|
|
<property name="child">
|
|
<object class="AdwToolbarView">
|
|
<child type="top">
|
|
<object class="AdwHeaderBar"/>
|
|
</child>
|
|
|
|
<property name="content">
|
|
<object class="AdwPreferencesPage">
|
|
<child>
|
|
<object class="AdwPreferencesGroup">
|
|
|
|
<child>
|
|
<object class="AdwClamp">
|
|
<property name="orientation">vertical</property>
|
|
<property name="maximum-size">192</property>
|
|
<property name="tightening-threshold">192</property>
|
|
<property name="child">
|
|
<object class="GtkPicture" id="os_logo">
|
|
<property name="can-shrink">False</property>
|
|
<property name="content-fit">scale-down</property>
|
|
<property name="alternative-text" translatable="yes">System Logo</property>
|
|
</object>
|
|
</property>
|
|
</object>
|
|
</child>
|
|
|
|
</object>
|
|
</child>
|
|
|
|
<child>
|
|
<object class="AdwPreferencesGroup">
|
|
|
|
<!-- Device name -->
|
|
<child>
|
|
<object class="CcHostnameEntry" id="hostname_row">
|
|
<property name="title" translatable="yes">Device Name</property>
|
|
</object>
|
|
</child>
|
|
|
|
</object>
|
|
</child>
|
|
|
|
<child>
|
|
<object class="AdwPreferencesGroup">
|
|
|
|
<!-- OS Name -->
|
|
<child>
|
|
<object class="CcListRow" id="os_name_row">
|
|
<property name="activatable">False</property>
|
|
<property name="title" translatable="yes"
|
|
comments="Translators: this field contains the distro name and version">Operating System</property>
|
|
</object>
|
|
</child>
|
|
|
|
<!-- Hardware Model -->
|
|
<child>
|
|
<object class="CcListRow" id="hardware_model_row">
|
|
<property name="visible">False</property>
|
|
<property name="activatable">False</property>
|
|
<property name="title" translatable="yes">Hardware Model</property>
|
|
</object>
|
|
</child>
|
|
|
|
|
|
<!-- Processor -->
|
|
<child>
|
|
<object class="CcListRow" id="processor_row">
|
|
<property name="activatable">False</property>
|
|
<property name="title" translatable="yes">Processor</property>
|
|
</object>
|
|
</child>
|
|
|
|
<!-- Memory -->
|
|
<child>
|
|
<object class="CcListRow" id="memory_row">
|
|
<property name="activatable">False</property>
|
|
<property name="title" translatable="yes">Memory</property>
|
|
</object>
|
|
</child>
|
|
|
|
<!-- Disk Capacity -->
|
|
<child>
|
|
<object class="CcListRow" id="disk_row">
|
|
<property name="activatable">False</property>
|
|
<property name="title" translatable="yes">Disk Capacity</property>
|
|
<property name="secondary-label" translatable="yes">Calculating…</property>
|
|
</object>
|
|
</child>
|
|
|
|
<!-- System Details -->
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="activatable">True</property>
|
|
<property name="title" translatable="yes">System Details</property>
|
|
<signal name="activated" handler="cc_info_panel_open_system_details" swapped="yes"/>
|
|
<child type="suffix">
|
|
<object class="GtkImage">
|
|
<property name="valign">center</property>
|
|
<property name="icon-name">go-next-symbolic</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
|
|
</object>
|
|
</child>
|
|
|
|
<child>
|
|
<object class="AdwPreferencesGroup" id="software_updates_group">
|
|
<!-- Software Updates -->
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="activatable">True</property>
|
|
<property name="title" translatable="yes">Software Updates</property>
|
|
<signal name="activated" handler="cc_info_panel_open_software_update" swapped="yes"/>
|
|
<child type="suffix">
|
|
<object class="GtkImage">
|
|
<property name="valign">center</property>
|
|
<property name="icon-name">adw-external-link-symbolic</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
|
|
</object>
|
|
</child>
|
|
|
|
</object>
|
|
</property>
|
|
</object>
|
|
</property>
|
|
</template>
|
|
</interface>
|