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.
71 lines
2.9 KiB
XML
71 lines
2.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<template class="VanillaDefaultUser" parent="AdwBin">
|
|
<property name="halign">fill</property>
|
|
<property name="valign">center</property>
|
|
<property name="hexpand">true</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="AdwAvatar">
|
|
<property name="valign">center</property>
|
|
<property name="size">128</property>
|
|
<property name="show-initials">true</property>
|
|
<property name="text" bind-source="fullname_entry" bind-property="text" bind-flags="sync-create"/>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwStatusPage" id="status_page">
|
|
<property name="title" translatable="true">Create User</property>
|
|
<property name="description" translatable="true">Provide details for your user account</property>
|
|
<child>
|
|
<object class="AdwPreferencesPage">
|
|
<child>
|
|
<object class="AdwPreferencesGroup">
|
|
<child>
|
|
<object class="AdwEntryRow" id="fullname_entry">
|
|
<property name="title" translatable="true">Name</property>
|
|
<property name="input-purpose">name</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwEntryRow" id="username_entry">
|
|
<property name="title" translatable="true">Username</property>
|
|
<property name="input-purpose">name</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwPasswordEntryRow" id="password_entry">
|
|
<property name="title" translatable="true">Password</property>
|
|
<property name="input-purpose">password</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwPasswordEntryRow" id="password_confirmation">
|
|
<property name="title" translatable="true">Confirm Password</property>
|
|
<property name="input-purpose">password</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkButton" id="btn_next">
|
|
<property name="halign">center</property>
|
|
<property name="label" translatable="true">Next</property>
|
|
<style>
|
|
<class name="pill"/>
|
|
<class name="suggested-action"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|