learn-hieroglyphs/resources/widgets/card_display/template.ui.xml

35 lines
1.5 KiB
XML
Raw Normal View History

2024-04-07 14:08:57 +03:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="CardDisplay" parent="GtkWidget">
<child>
2024-04-09 16:42:13 +03:00
<object class="GtkImage" id="image">
2024-04-07 14:08:57 +03:00
<property name="halign">GTK_ALIGN_CENTER</property>
<property name="valign">GTK_ALIGN_CENTER</property>
2024-04-09 16:42:13 +03:00
<property name="vexpand-set">true</property>
<property name="vexpand">true</property>
<property name="hexpand-set">true</property>
<property name="hexpand">true</property>
<property name="width-request">512</property>
<property name="height-request">512</property>
2024-04-07 14:08:57 +03:00
</object>
</child>
2024-04-08 16:34:14 +03:00
<child>
<object class="GtkLabel" id="error_message">
<property name="visible">false</property>
<property name="label">No card image found in database. If you think this is an error, please, create an issue.</property>
</object>
</child>
2024-05-03 01:23:29 +03:00
<child>
<object class="GtkLabel" id="incorrect_message">
<property name="visible">false</property>
</object>
</child>
2024-04-07 14:08:57 +03:00
<child>
<object class="GtkEntry" id="answer_entry">
<property name="halign">GTK_ALIGN_CENTER</property>
<property name="valign">GTK_ALIGN_START</property>
2024-04-09 16:42:13 +03:00
<property name="placeholder-text">Type kana that image means</property>
2024-04-07 14:08:57 +03:00
</object>
</child>
</template>
</interface>