72 lines
2.9 KiB
XML
72 lines
2.9 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="HomePage" parent="GtkBox">
|
|
<property name="orientation">1</property>
|
|
<property name="baseline-position">1</property>
|
|
<child>
|
|
<object class="AdwClamp">
|
|
<child>
|
|
<object class="AdwPreferencesGroup">
|
|
<property name="title" translatable="yes">Welcome back, Tenno</property>
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="title" translatable="yes">Owned Unique Frames:</property>
|
|
<property name="title-selectable">false</property>
|
|
<property name="activatable">false</property>
|
|
<child type="suffix">
|
|
<object class="GtkLabel" id="owned_frames"></object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="title" translatable="yes">Owned Basic Frames:</property>
|
|
<property name="title-selectable">false</property>
|
|
<property name="activatable">false</property>
|
|
<child type="suffix">
|
|
<object class="GtkLabel" id="owned_basics"></object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="title" translatable="yes">Missing Basic Frames:</property>
|
|
<property name="title-selectable">false</property>
|
|
<property name="activatable">false</property>
|
|
<child type="suffix">
|
|
<object class="GtkLabel" id="missing_basics"></object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="title" translatable="yes">Owned Prime Frames:</property>
|
|
<property name="title-selectable">false</property>
|
|
<property name="activatable">false</property>
|
|
<child type="suffix">
|
|
<object class="GtkLabel" id="owned_primes"></object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="title" translatable="yes">Missing Prime Frames:</property>
|
|
<property name="title-selectable">false</property>
|
|
<property name="activatable">false</property>
|
|
<child type="suffix">
|
|
<object class="GtkLabel" id="missing_primes"></object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface> |