19 lines
730 B
XML
19 lines
730 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="MemoryCardsGameScene" parent="GtkApplicationWindow">
|
|
<property name="title">Memory cards game</property>
|
|
<child>
|
|
<object class="GtkBox" id="content">
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="CardDisplay" id="card_display"></object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="stats_label">
|
|
<property name="label">Correct|Incorrect: 0|0</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface> |