learn-hieroglyphs/resources/widgets/card_entry/template.ui.xml

49 lines
2.1 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="CardEntry" parent="GtkWidget">
<child>
2024-04-09 16:42:13 +03:00
<object class="GtkImage" id="image">
<property name="halign">GTK_ALIGN_START</property>
<property name="valign">GTK_ALIGN_CENTER</property>
<property name="vexpand">true</property>
<property name="vexpand">true</property>
<property name="height-request">128</property>
<property name="width-request">128</property>
</object>
</child>
<child>
<object class="GtkLabel" id="hieroglyph_label">
<property name="halign">GTK_ALIGN_START</property>
<property name="valign">GTK_ALIGN_CENTER</property>
<property name="margin-start">50</property>
</object>
</child>
<child>
2024-04-14 12:12:18 +03:00
<object class="GtkLabel" id="translation_label">
2024-04-16 23:21:48 +03:00
<property name="halign">GTK_ALIGN_START</property>
2024-04-09 16:42:13 +03:00
<property name="valign">GTK_ALIGN_CENTER</property>
<property name="margin-end">50</property>
<property name="hexpand-set">true</property>
<property name="hexpand">true</property>
</object>
</child>
<child>
2024-04-16 23:21:48 +03:00
<object class="GtkButton" id="edit_button">
2024-04-09 16:42:13 +03:00
<property name="halign">GTK_ALIGN_END</property>
<property name="valign">GTK_ALIGN_CENTER</property>
2024-04-16 23:21:48 +03:00
<property name="label">edit</property>
<property name="hexpand">true</property>
<property name="hexpand-set">true</property>
</object>
</child>
<child>
<object class="GtkButton" id="delete_button">
<property name="halign">GTK_ALIGN_START</property>
<property name="valign">GTK_ALIGN_CENTER</property>
2024-04-09 16:42:13 +03:00
<property name="label">delete</property>
<property name="hexpand">true</property>
<property name="hexpand-set">true</property>
</object>
</child>
</template>
</interface>