You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<requires lib="libadwaita" version="1.0" />
<template class="VanillaWindow" parent="AdwApplicationWindow">
<property name="default-width">800</property>
<property name="default-height">750</property>
<property name="title">First Setup</property>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="AdwHeaderBar" id="headerbar">
<style>
<class name="flat" />
</style>
<property name="title_widget">
<object class="AdwCarouselIndicatorDots" id="carousel_indicator_dots">
<property name="carousel">carousel</property>
<property name="orientation">horizontal</property>
</object>
</property>
<child type="start">
<object class="GtkButton" id="btn_back">
<property name="label" translatable="yes">Back</property>
<property name="halign">center</property>
<property name="visible">False</property>
</object>
</child>
</object>
</child>
<child>
<object class="AdwToastOverlay" id="toasts">
<child>
<object class="AdwCarousel" id="carousel">
<property name="vexpand">True</property>
<property name="hexpand">True</property>
<property name="allow_scroll_wheel">False</property>
<property name="allow_mouse_drag">False</property>
<property name="allow_long_swipes">False</property>
</object>
</child>
</object>
</child>
</object>
</child>
</template>
</interface>