You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
100 lines
3.4 KiB
100 lines
3.4 KiB
<?xml version='1.0' encoding='UTF-8'?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.10" />
|
|
<requires lib="libadwaita" version="1.0" />
|
|
|
|
<template class="MainWindow" parent="AdwApplicationWindow">
|
|
<property name="default-height">980</property>
|
|
<property name="default-width">640</property>
|
|
|
|
<child>
|
|
<object class="AdwLeaflet" id="main_leaflet">
|
|
<child>
|
|
<object class="GtkBox" id="sidebar_box">
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="AdwHeaderBar" id="header">
|
|
<property name="show-end-title-buttons">False</property>
|
|
<property name="title-widget">
|
|
<object class="AdwWindowTitle" id="sidebar_title_widget">
|
|
<property name="title">Input devices</property>
|
|
</object>
|
|
</property>
|
|
<child type="end">
|
|
<object class="GtkMenuButton">
|
|
<property name="icon-name">open-menu-symbolic</property>
|
|
<property name="primary">True</property>
|
|
<style>
|
|
<class name="image-button" />
|
|
</style>
|
|
<property name="menu-model">primary_menu</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
|
|
<child>
|
|
<object class="GtkScrolledWindow">
|
|
<child>
|
|
<object class="GtkViewport">
|
|
<child>
|
|
<object class="GtkListBox" id="device_list">
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
|
|
<property name="hscrollbar-policy">never</property>
|
|
<property name="vexpand">True</property>
|
|
<property name="width-request">200</property>
|
|
</object>
|
|
</child>
|
|
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwLeafletPage">
|
|
<property name="child">
|
|
<object class="GtkSeparator">
|
|
<property name="orientation">vertical</property>
|
|
<style>
|
|
<class name="sidebar" />
|
|
</style>
|
|
</object>
|
|
</property>
|
|
<property name="navigatable">False</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkBox" id="panel_box">
|
|
<property name="hexpand">True</property>
|
|
<property name="orientation">vertical</property>
|
|
<property name="vexpand">True</property>
|
|
<child>
|
|
<object class="GtkStack" id="stack">
|
|
<property name="hexpand">True</property>
|
|
<property name="transition-type">crossfade</property>
|
|
<property name="vexpand">True</property>
|
|
<property name="width-request">360</property>
|
|
<style>
|
|
<class name="background" />
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
|
|
</template>
|
|
|
|
<menu id="primary_menu">
|
|
<section>
|
|
<item>
|
|
<attribute name="label" translatable="yes">About</attribute>
|
|
<attribute name="action">app.about</attribute>
|
|
</item>
|
|
</section>
|
|
</menu>
|
|
|
|
</interface> |