some renaming, creating GuessingSetup scene and LabledSwitch

This commit is contained in:
2024-04-02 01:32:41 +03:00
parent e0ef46d0b8
commit 1da36b93d1
18 changed files with 146 additions and 70 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="LabledSwitch" parent="GtkWidget">
<!-- <property name="layout-managet">GtkBoxLayout</property> -->
<property name="label_text">Practice vocabulary with memory cards</property>
<child>
<object class="GtkSwitch" id="switch_obj">
</object>
</child>
<child>
<object class="GtkLabel" id="label_obj">
<property name="label">There's a question:</property>
</object>
</child>
</template>
</interface>