mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
87 lines
3.7 KiB
XML
87 lines
3.7 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<interface>
|
|
<!-- interface-name SettingsAbout.ui -->
|
|
<requires lib="gtk" version="4.0"/>
|
|
<requires lib="libadwaita" version="1.6"/>
|
|
<object class="AdwPreferencesPage" id="about">
|
|
<property name="icon-name">help-about-symbolic</property>
|
|
<property name="title" translatable="yes">About</property>
|
|
<child>
|
|
<object class="AdwPreferencesGroup" id="about_group_info">
|
|
<property name="title" translatable="yes">Info</property>
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="title" translatable="yes">Version</property>
|
|
<child>
|
|
<object class="GtkLinkButton" id="extension_version"/>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="title" translatable="yes">Source</property>
|
|
<child>
|
|
<object class="GtkLinkButton" id="homepage_link">
|
|
<property name="halign">center</property>
|
|
<property name="label" translatable="yes">GitHub</property>
|
|
<property name="receives-default">True</property>
|
|
<property name="uri">https://github.com/home-sweet-gnome/dash-to-panel</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwPreferencesGroup" id="about_group_export_and_import">
|
|
<property name="title" translatable="yes">Export and Import</property>
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="subtitle" translatable="yes">Use the buttons below to create a settings file from your current preferences that can be imported on a different machine.</property>
|
|
<property name="title" translatable="yes">Export and import settings</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwPreferencesRow">
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="halign">end</property>
|
|
<property name="margin-bottom">4</property>
|
|
<property name="margin-end">8</property>
|
|
<property name="margin-start">8</property>
|
|
<property name="margin-top">4</property>
|
|
<property name="spacing">8</property>
|
|
<child>
|
|
<object class="GtkButton" id="importexport_export_button">
|
|
<property name="label" translatable="yes">Export to file</property>
|
|
<property name="receives-default">True</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkButton" id="importexport_import_button">
|
|
<property name="label" translatable="yes">Import from file</property>
|
|
<property name="receives-default">True</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwPreferencesGroup" id="about_group_disclaimer">
|
|
<child>
|
|
<object class="GtkLabel" id="label1">
|
|
<property name="justify">center</property>
|
|
<property name="label" translatable="yes"><span size="small">This program comes with ABSOLUTELY NO WARRANTY.
|
|
See the <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU General Public License, version 2 or later</a> for details.</span></property>
|
|
<property name="use-markup">True</property>
|
|
<property name="wrap">True</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|