learn-hieroglyphs/resources/cards/game/ui.xml

19 lines
730 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<interface>
2024-04-07 14:08:57 +03:00
<template class="MemoryCardsGameScene" parent="GtkApplicationWindow">
<property name="title">Memory cards game</property>
<child>
<object class="GtkBox" id="content">
2024-04-07 14:08:57 +03:00
<property name="orientation">vertical</property>
<child>
2024-04-07 14:08:57 +03:00
<object class="CardDisplay" id="card_display"></object>
</child>
<child>
2024-04-07 14:08:57 +03:00
<object class="GtkLabel" id="stats_label">
<property name="label">Correct|Incorrect: 0|0</property>
</object>
</child>
</object>
</child>
</template>
</interface>