2012-10-31 11:26:06 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2018-05-29 12:32:46 +12:00
|
|
|
<template class="CcSearchPanel" parent="CcPanel">
|
2023-08-02 19:21:33 +04:00
|
|
|
<property name="child">
|
2023-07-31 00:10:06 +04:00
|
|
|
<object class="AdwToolbarView">
|
|
|
|
<child type="top">
|
2023-08-02 19:21:33 +04:00
|
|
|
<object class="AdwHeaderBar"/>
|
2022-01-22 14:32:09 -08:00
|
|
|
</child>
|
2023-07-31 00:10:06 +04:00
|
|
|
|
|
|
|
<property name="content">
|
|
|
|
<object class="AdwPreferencesPage">
|
|
|
|
<child>
|
|
|
|
<object class="AdwPreferencesGroup">
|
|
|
|
<child>
|
|
|
|
<object class="AdwActionRow">
|
|
|
|
<property name="title" translatable="yes">App Search</property>
|
|
|
|
<property name="subtitle" translatable="yes">Include app-provided search results.</property>
|
|
|
|
<property name="activatable-widget">main_switch</property>
|
|
|
|
<child type="suffix">
|
|
|
|
<object class="GtkSwitch" id="main_switch">
|
|
|
|
<property name="valign">center</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="CcListRow" id="settings_row">
|
|
|
|
<property name="title" translatable="yes">Search Locations</property>
|
|
|
|
<property name="subtitle" translatable="yes">Folders which are searched by system apps.</property>
|
|
|
|
<property name="activatable">True</property>
|
|
|
|
<property name="show-arrow">True</property>
|
|
|
|
<signal name="activated" handler="settings_row_activated" object="CcSearchPanel" swapped="yes"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2018-05-29 12:32:46 +12:00
|
|
|
<child>
|
2023-07-31 00:10:06 +04:00
|
|
|
<object class="AdwPreferencesGroup" id="search_group">
|
|
|
|
<property name="title" translatable="yes">Search Results</property>
|
|
|
|
<property name="description" translatable="yes">Results are displayed according to the list order.</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkListBox" id="list_box">
|
|
|
|
<property name="selection-mode">none</property>
|
|
|
|
<signal name="keynav-failed" handler="keynav_failed_cb" object="CcSearchPanel" swapped="yes"/>
|
|
|
|
<accessibility>
|
|
|
|
<relation name="labelled-by">search_group</relation>
|
|
|
|
</accessibility>
|
|
|
|
<style>
|
|
|
|
<class name="boxed-list"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2012-10-31 11:26:06 -04:00
|
|
|
</object>
|
2021-05-12 19:13:39 +05:30
|
|
|
</child>
|
2012-10-31 11:26:06 -04:00
|
|
|
</object>
|
2023-07-31 00:10:06 +04:00
|
|
|
</property>
|
2012-10-31 11:26:06 -04:00
|
|
|
</object>
|
2023-08-02 19:21:33 +04:00
|
|
|
</property>
|
2018-05-29 12:32:46 +12:00
|
|
|
</template>
|
2012-10-31 11:26:06 -04:00
|
|
|
</interface>
|