2024-04-05 12:42:02 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<template class="MemoryCardsNewScene" parent="GtkApplicationWindow">
|
|
|
|
<property name="title">New memory card</property>
|
|
|
|
<property name="height-request">512</property>
|
|
|
|
<property name="width-request">512</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="content">
|
2024-04-09 15:06:27 +03:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="halign">GTK_ALIGN_CENTER</property>
|
|
|
|
<property name="valign">GTK_ALIGN_CENTER</property>
|
2024-04-05 12:42:02 +03:00
|
|
|
<child>
|
2024-04-06 02:06:25 +03:00
|
|
|
<object class="GtkPicture" id="picture">
|
2024-04-05 12:42:02 +03:00
|
|
|
<property name="halign">GTK_ALIGN_CENTER</property>
|
|
|
|
<property name="valign">GTK_ALIGN_CENTER</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="file_choose_button">
|
|
|
|
<property name="halign">GTK_ALIGN_CENTER</property>
|
|
|
|
<property name="valign">GTK_ALIGN_CENTER</property>
|
|
|
|
<property name="label">Choose file</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="heiroglyph_entry">
|
|
|
|
<property name="halign">GTK_ALIGN_CENTER</property>
|
|
|
|
<property name="valign">GTK_ALIGN_CENTER</property>
|
|
|
|
<property name="placeholder-text">Hieroglyph</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2024-04-05 19:04:46 +03:00
|
|
|
<object class="GtkEntry" id="reading_entry">
|
2024-04-05 12:42:02 +03:00
|
|
|
<property name="halign">GTK_ALIGN_CENTER</property>
|
|
|
|
<property name="valign">GTK_ALIGN_CENTER</property>
|
2024-04-05 19:04:46 +03:00
|
|
|
<property name="placeholder-text">Reading</property>
|
2024-04-05 12:42:02 +03:00
|
|
|
</object>
|
|
|
|
</child>
|
2024-04-14 12:12:18 +03:00
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="translation_entry">
|
|
|
|
<property name="halign">GTK_ALIGN_CENTER</property>
|
|
|
|
<property name="valign">GTK_ALIGN_CENTER</property>
|
|
|
|
<property name="placeholder-text">Translation</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2024-04-05 12:42:02 +03:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="done_button">
|
|
|
|
<property name="halign">GTK_ALIGN_CENTER</property>
|
|
|
|
<property name="valign">GTK_ALIGN_CENTER</property>
|
|
|
|
<property name="label">Done</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|