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 48
|
<?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"/>
<object class="AdwDialog" id="help_widget_dialog">
<child>
<object class="GtkBox">
<property name="margin-start">12</property>
<property name="margin-end">12</property>
<property name="margin-bottom">12</property>
<property name="margin-top">12</property>
<property name="spacing">12</property>
<property name="orientation">1</property>
<child>
<object class="AdwHeaderBar"></object>
</child>
<child>
<object class="GtkScrolledWindow">
<property name="hscrollbar-policy">2</property>
<property name="propagate-natural-height">true</property>
<child>
<object class="GtkBox">
<child>
<object class="GtkLabel" id="help_widget_label">
<property name="wrap">true</property>
<property name="use-markup">true</property>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
<object class="AdwAboutDialog" id="about_widget_dialog">
<property name="application-name" translatable="yes">cashbox</property>
<property name="developer-name">Bernd Schumacher</property>
<property name="license-type">3</property>
<property name="website">https://salsa.debian.org/debian/cashbox</property>
<property name="copyright">© 2024 Bernd Schumacher</property>
<property name="application-icon">de.bschu.cashbox</property>
</object>
</interface>
|