1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
<?xml version="1.0" encoding="UTF-8"?>
<!--
DO NOT EDIT!
This file was @generated by blueprint-compiler. Instead, edit the
corresponding .blp file and regenerate this file with blueprint-compiler.
-->
<interface>
<requires lib="gtk" version="4.0"/>
<template class="ReceiptWidgetRow" parent="GtkBox">
<child>
<object class="AdwActionRow" id="action_row">
<property name="name">receipt</property>
<property name="hexpand">true</property>
<property name="title">article name placeholder</property>
<child type="suffix">
<object class="GtkBox">
<child>
<object class="GtkLabel" id="count_label">
<property name="label">count placeholder</property>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="label"> * </property>
</object>
</child>
<child>
<object class="GtkLabel" id="price_label">
<property name="label">price placeholder</property>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="label"> = </property>
</object>
</child>
<child>
<object class="GtkLabel" id="sum_label">
<property name="label">sum placeholder</property>
</object>
</child>
</object>
</child>
</object>
</child>
</template>
</interface>
|