gnome-control-center/panels/search/cc-search-panel.ui

69 lines
3.1 KiB
Text
Raw Normal View History

<?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"/>
</child>
2023-07-31 00:10:06 +04:00
<property name="content">
<object class="AdwPreferencesPage">
<child>
<object class="AdwPreferencesGroup">
<child>
<object class="AdwSwitchRow" id="app_search_row">
<property name="title" translatable="yes">_App Search</property>
2024-02-02 16:23:39 +01:00
<property name="subtitle" translatable="yes">Include app-provided search results</property>
<property name="use-underline">True</property>
2023-07-31 00:10:06 +04:00
</object>
</child>
<child>
<object class="CcListRow" id="settings_row">
<property name="title" translatable="yes">Search _Locations</property>
<property name="subtitle" translatable="yes">Filesystem locations which are searched by system apps</property>
2023-07-31 00:10:06 +04:00
<property name="show-arrow">True</property>
<signal name="activated" handler="show_search_locations_dialog" object="CcSearchPanel" swapped="yes"/>
2023-07-31 00:10:06 +04:00
</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>
2024-02-02 16:23:39 +01:00
<property name="description" translatable="yes">Results are displayed according to the list order</property>
2023-07-31 00:10:06 +04:00
<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>
<child type="placeholder">
<object class="GtkLabel">
<property name="margin-start">18</property>
<property name="margin-end">18</property>
<property name="margin-top">18</property>
<property name="margin-bottom">18</property>
<property name="label" translatable="yes">No Apps Found</property>
<property name="wrap">true</property>
<property name="max-width-chars">50</property>
<style>
<class name="dim-label" />
</style>
</object>
</child>
2023-07-31 00:10:06 +04:00
</object>
</child>
</object>
</child>
</object>
2023-07-31 00:10:06 +04:00
</property>
</object>
2023-08-02 19:21:33 +04:00
</property>
2018-05-29 12:32:46 +12:00
</template>
</interface>