2023-10-10 15:26:41 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2023-12-01 14:32:18 +01:00
|
|
|
<template class="CcRemoteDesktopPage" parent="AdwNavigationPage">
|
2023-10-10 15:26:41 +02:00
|
|
|
<property name="title" translatable="yes">Remote Desktop</property>
|
2024-02-19 12:26:11 +01:00
|
|
|
<property name="tag">remote-desktop</property>
|
2024-01-19 12:13:42 +01:00
|
|
|
<property name="visible" bind-source="desktop_sharing_page" bind-property="visible" bind-flags="sync-create"/>
|
2023-10-10 15:26:41 +02:00
|
|
|
<property name="child">
|
2024-03-02 22:36:24 -03:00
|
|
|
<object class="AdwBreakpointBin">
|
|
|
|
<property name="width-request">300</property>
|
|
|
|
<property name="height-request">200</property>
|
|
|
|
<child>
|
|
|
|
<object class="AdwBreakpoint">
|
2024-03-02 23:07:35 -03:00
|
|
|
<condition>max-width: 450sp</condition>
|
2024-03-02 22:36:24 -03:00
|
|
|
<setter object="header_bar" property="title-widget"/>
|
|
|
|
<setter object="view_switcher_bar" property="reveal">True</setter>
|
2024-02-10 16:45:32 +01:00
|
|
|
</object>
|
2023-10-10 15:26:41 +02:00
|
|
|
</child>
|
2024-03-02 22:36:24 -03:00
|
|
|
<property name="child">
|
|
|
|
<object class="AdwToolbarView">
|
|
|
|
<child type="top">
|
|
|
|
<object class="AdwHeaderBar" id="header_bar">
|
|
|
|
<property name="title-widget">
|
|
|
|
<object class="AdwViewSwitcher">
|
|
|
|
<property name="stack">stack</property>
|
|
|
|
<property name="policy">wide</property>
|
|
|
|
</object>
|
2024-02-10 16:45:32 +01:00
|
|
|
</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2024-03-02 22:36:24 -03:00
|
|
|
<child type="bottom">
|
|
|
|
<object class="AdwViewSwitcherBar" id="view_switcher_bar">
|
|
|
|
<property name="stack">stack</property>
|
2024-02-10 16:45:32 +01:00
|
|
|
</object>
|
2023-10-10 15:26:41 +02:00
|
|
|
</child>
|
2024-03-02 22:36:24 -03:00
|
|
|
<property name="content">
|
|
|
|
<object class="AdwViewStack" id="stack">
|
|
|
|
<child>
|
|
|
|
<object class="AdwViewStackPage">
|
|
|
|
<property name="title" translatable="yes">Desktop Sharing</property>
|
|
|
|
<property name="icon-name">preferences-desktop-remote-desktop-symbolic</property>
|
|
|
|
<property name="child">
|
|
|
|
<object class="CcDesktopSharingPage" id="desktop_sharing_page"/>
|
|
|
|
</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="AdwViewStackPage">
|
|
|
|
<property name="title" translatable="yes">Remote Login</property>
|
|
|
|
<property name="icon-name">preferences-desktop-display-symbolic</property>
|
|
|
|
<property name="child">
|
2024-03-21 11:13:19 +01:00
|
|
|
<object class="CcRemoteLoginPage" id="remote_login_page"/>
|
2024-03-02 22:36:24 -03:00
|
|
|
</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</property>
|
2023-10-10 15:26:41 +02:00
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
</template>
|
|
|
|
</interface>
|