sieverman/gui/sieverman.ui

42 lines
1.3 KiB
Plaintext
Raw Normal View History

2023-12-13 13:04:15 +01:00
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.16.0 -->
<interface>
<!-- interface-name sieverman.ui -->
<!-- interface-authors Franz Dietrich -->
<requires lib="gtk" version="4.12"/>
<object class="GtkApplicationWindow" id="sieverman">
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkActionBar"/>
</child>
<child>
<object class="GtkBox">
<property name="baseline-child">0</property>
<property name="homogeneous">True</property>
<child>
<object class="GtkLabel" id="messages">
<property name="label">Loading</property>
</object>
</child>
<child>
<object class="GtkSpinner">
<property name="spinning">True</property>
</object>
</child>
<child>
<object class="GtkLabel" id="serverstatus">
<property name="label">Loading…</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkStatusbar"/>
</child>
</object>
</child>
</object>
</interface>