2023-03-15 23:23:43 +08:00
|
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
|
|
|
|
<!-- Created with Cambalache 0.11.2 -->
|
|
|
|
|
<interface>
|
|
|
|
|
<!-- interface-name windows.ui -->
|
|
|
|
|
<requires lib="gtk" version="4.6"/>
|
|
|
|
|
<template class="AboutWin" parent="GtkWindow">
|
|
|
|
|
<property name="halign">baseline</property>
|
|
|
|
|
<property name="height-request">400</property>
|
|
|
|
|
<property name="icon-name">My_GtkUI</property>
|
|
|
|
|
<property name="title">About My GtkUI Flos Version</property>
|
|
|
|
|
<property name="width-request">640</property>
|
|
|
|
|
<child>
|
2023-04-04 16:10:52 +08:00
|
|
|
|
<object class="GtkBox" id="main_box">
|
2023-03-15 23:23:43 +08:00
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
<child>
|
2023-04-04 16:10:52 +08:00
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkBox" id="icon_box">
|
2023-03-15 23:23:43 +08:00
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
<property name="valign">center</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkImage">
|
2023-04-04 16:10:52 +08:00
|
|
|
|
<property name="pixel-size">128</property>
|
|
|
|
|
<property name="resource">/org/gtk/daleclack/logo.png</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
2023-04-04 16:40:19 +08:00
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
<property name="label"> </property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
2023-04-04 16:10:52 +08:00
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
<property name="valign">center</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLabel">
|
2023-04-04 16:40:19 +08:00
|
|
|
|
<property name="halign">start</property>
|
2023-04-04 16:10:52 +08:00
|
|
|
|
<property name="label">My GtkUI Flos Version</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLabel">
|
2023-04-04 16:40:19 +08:00
|
|
|
|
<property name="halign">start</property>
|
|
|
|
|
<property name="label">4.2 The Flying Wing</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
<property name="halign">start</property>
|
|
|
|
|
<property name="label">© 2019-2023 The Xe Project</property>
|
2023-04-04 16:10:52 +08:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLabel">
|
2023-04-04 16:40:19 +08:00
|
|
|
|
<property name="label"> The project is to memorize the FlWin and the flos project.
|
|
|
|
|
FlWin project started in 2016, in 2017, the name is changed
|
|
|
|
|
to flos. In 2018, the project name is reset to FlWin. The last
|
|
|
|
|
version of FlWin/Flos is FlWin 5.x, and tested in the start of
|
|
|
|
|
2019, which is never been released.
|
|
|
|
|
I think the flos 2.0 is the best release of that project,
|
|
|
|
|
so the idea is base on the flos 2.0 build.</property>
|
|
|
|
|
<property name="selectable">True</property>
|
2023-04-04 16:10:52 +08:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkBox" id="links_box">
|
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLinkButton">
|
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
|
<property name="label">Websize</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLinkButton">
|
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
|
<property name="label">Developer</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLinkButton">
|
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
|
<property name="label">Documention</property>
|
2023-03-15 23:23:43 +08:00
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</template>
|
|
|
|
|
</interface>
|