2024-04-01 15:42:50 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<template class="MemoryCardsSetupScene" parent="GtkApplicationWindow">
|
|
|
|
<property name="title">Memory cards setup</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="content">
|
|
|
|
<property name="orientation">horizontal</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="edit_button">
|
2024-04-05 12:42:02 +03:00
|
|
|
<property name="label">Edit cards</property>
|
2024-04-01 15:42:50 +03:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="start_button">
|
2024-04-05 12:42:02 +03:00
|
|
|
<property name="label">start game</property>
|
2024-04-01 15:42:50 +03:00
|
|
|
</object>
|
|
|
|
</child>
|
2024-04-10 20:25:02 +03:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="back_button">
|
|
|
|
<property name="label">go back</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2024-04-01 15:42:50 +03:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
2024-04-05 12:42:02 +03:00
|
|
|
</interface>
|