learn-hieroglyphs/resources/guessing/setup/ui.xml

17 lines
620 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="GuessingSetupScene" parent="GtkApplicationWindow">
<property name="title">Guessing settings</property>
<child>
<object class="GtkBox" id="content">
<property name="orientation">vertical</property>
<child>
<object class="LabledSwitch" id="hiragana-enable">
<!-- <property name="label_text">Enable hiragana?</property> -->
</object>
</child>
</object>
</child>
</template>
</interface>