60 lines
No EOL
2.3 KiB
XML
60 lines
No EOL
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
DO NOT EDIT!
|
|
This file was @generated by blueprint-compiler. Instead, edit the
|
|
corresponding .blp file and regenerate this file with blueprint-compiler.
|
|
-->
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<template class="LoginDialog" parent="AdwDialog">
|
|
<property name="title" translatable="yes">Log In</property>
|
|
<property name="content-width">360</property>
|
|
<child>
|
|
<object class="AdwToolbarView">
|
|
<child type="top">
|
|
<object class="AdwHeaderBar"></object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwClamp">
|
|
<property name="margin-top">12</property>
|
|
<property name="margin-bottom">24</property>
|
|
<property name="margin-start">12</property>
|
|
<property name="margin-end">12</property>
|
|
<child>
|
|
<object class="AdwPreferencesGroup">
|
|
<property name="description" translatable="yes">FreshRSS: https://example.com/api/greader.php
|
|
Miniflux: https://example.com</property>
|
|
<child>
|
|
<object class="AdwEntryRow" id="server_url_row">
|
|
<property name="title" translatable="yes">Server URL</property>
|
|
<property name="input-hints">2</property>
|
|
<property name="input-purpose">5</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwEntryRow" id="username_row">
|
|
<property name="title" translatable="yes">Username</property>
|
|
<property name="input-hints">2</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwPasswordEntryRow" id="password_row">
|
|
<property name="title" translatable="yes">Password</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwButtonRow" id="login_button">
|
|
<property name="title" translatable="yes">Log In</property>
|
|
<style>
|
|
<class name="suggested-action"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface> |