My_GtkUi/Flos_Gtk4/res/cambalache/aboutwin.ui

106 lines
4.0 KiB
Plaintext
Raw Normal View History

2023-03-15 23:23:43 +08:00
<?xml version='1.0' encoding='UTF-8'?>
2023-09-17 21:36:11 +08:00
<!-- Created with Cambalache 0.12.1 -->
2023-03-15 23:23:43 +08:00
<interface>
<!-- interface-name windows.ui -->
2023-09-17 21:36:11 +08:00
<requires lib="gtk" version="4.10"/>
2023-03-15 23:23:43 +08:00
<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>
2023-10-15 17:12:56 +08:00
<property name="label">4.4 The Flying Wing</property>
2023-04-04 16:40:19 +08:00
</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>