2011-03-12 14:27:22 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2010-12-02 16:03:53 +00:00
|
|
|
<interface>
|
2017-07-12 11:08:39 -03:00
|
|
|
<template class="CcNetworkPanel" parent="CcPanel">
|
2017-07-16 14:55:32 -03:00
|
|
|
|
2022-01-19 13:15:26 -03:00
|
|
|
<child type="content">
|
2022-01-27 14:52:21 -08:00
|
|
|
<object class="AdwPreferencesPage">
|
|
|
|
<!-- Each group below will contain GtkStacks from the NetDevices -->
|
2010-12-02 16:03:53 +00:00
|
|
|
<child>
|
2022-01-27 14:52:21 -08:00
|
|
|
<object class="AdwPreferencesGroup">
|
2010-12-02 16:03:53 +00:00
|
|
|
<child>
|
2022-01-27 14:52:21 -08:00
|
|
|
<object class="GtkBox" id="box_wired">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">24</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="AdwPreferencesGroup" id="container_bluetooth">
|
|
|
|
<property name="visible">False</property>
|
|
|
|
<property name="title" translatable="yes">Other Devices</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkListBox" id="box_bluetooth">
|
|
|
|
<property name="selection_mode">none</property>
|
|
|
|
<accessibility>
|
|
|
|
<property name="label" translatable="yes">Other Devices</property>
|
|
|
|
</accessibility>
|
|
|
|
<style>
|
|
|
|
<class name="boxed-list" />
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="AdwPreferencesGRoup">
|
|
|
|
<property name="title" translatable="yes">VPN</property>
|
|
|
|
<property name="header-suffix">
|
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="icon_name">list-add-symbolic</property>
|
|
|
|
<style>
|
|
|
|
<class name="flat" />
|
|
|
|
</style>
|
|
|
|
<signal name="clicked" handler="create_connection_cb" object="CcNetworkPanel" swapped="no" />
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkStack" id="vpn_stack">
|
2017-07-21 15:01:38 -03:00
|
|
|
<child>
|
2022-01-27 14:52:21 -08:00
|
|
|
<object class="GtkListBox" id="box_vpn">
|
|
|
|
<property name="selection_mode">none</property>
|
|
|
|
<accessibility>
|
|
|
|
<property name="label" translatable="yes">VPN</property>
|
|
|
|
</accessibility>
|
|
|
|
<style>
|
|
|
|
<class name="boxed-list" />
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<!-- "Not set up" row -->
|
|
|
|
<object class="GtkListBox" id="empty_listbox">
|
|
|
|
<property name="selection_mode">none</property>
|
|
|
|
<style>
|
|
|
|
<class name="boxed-list" />
|
|
|
|
</style>
|
2017-07-16 14:55:32 -03:00
|
|
|
<child>
|
2022-01-27 14:52:21 -08:00
|
|
|
<object class="AdwActionRow">
|
|
|
|
<property name="activatable">False</property>
|
|
|
|
<property name="title" translatable="yes">Not set up</property>
|
2017-07-16 14:55:32 -03:00
|
|
|
</object>
|
|
|
|
</child>
|
2010-12-02 16:03:53 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2022-01-27 14:52:21 -08:00
|
|
|
<child>
|
|
|
|
<object class="AdwPreferencesGroup">
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box_proxy">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2010-12-02 16:03:53 +00:00
|
|
|
</object>
|
2017-07-12 11:08:39 -03:00
|
|
|
</child>
|
|
|
|
</template>
|
2010-12-02 16:03:53 +00:00
|
|
|
</interface>
|