2020-01-28 15:16:40 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Copyright © 2020 Endless, Inc. -->
|
2020-04-27 13:11:39 +02:00
|
|
|
<interface domain="malcontent">
|
2020-01-28 15:16:40 +01:00
|
|
|
<requires lib="gtk+" version="3.12"/>
|
2022-07-08 20:11:30 +02:00
|
|
|
<template class="MctRestrictApplicationsDialog" parent="AdwPreferencesWindow">
|
2020-01-28 15:16:40 +01:00
|
|
|
<property name="title" translatable="yes">Restrict Applications</property>
|
2021-02-08 14:53:18 +01:00
|
|
|
<property name="default-width">500</property>
|
2020-01-28 15:16:40 +01:00
|
|
|
<property name="default-height">500</property>
|
2021-02-08 14:53:18 +01:00
|
|
|
<property name="search-enabled">False</property>
|
|
|
|
<child>
|
2022-07-08 20:11:30 +02:00
|
|
|
<object class="AdwPreferencesPage">
|
2020-01-28 15:16:40 +01:00
|
|
|
<child>
|
2022-07-08 20:11:30 +02:00
|
|
|
<object class="AdwPreferencesGroup" id="group">
|
2020-01-28 15:16:40 +01:00
|
|
|
<!-- Translated dynamically: -->
|
2021-02-08 14:53:18 +01:00
|
|
|
<property name="description">Restrict {username} from using the following installed applications.</property>
|
|
|
|
<child>
|
2023-10-13 12:32:54 +02:00
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">12</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSearchEntry" id="search_entry">
|
|
|
|
<property name="placeholder-text" translatable="yes">Search for applications…</property>
|
|
|
|
<signal name="stop-search" handler="search_entry_stop_search_cb" />
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="MctRestrictApplicationsSelector" id="selector">
|
|
|
|
<property name="search" bind-source="search_entry" bind-property="text" />
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2020-01-28 15:16:40 +01:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|