Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

 panorama-weather-report.ui

View raw Download
text/xml • 2.17 kiB
XML 1.0 document, ASCII text
        
            
1
<?xml version='1.0' encoding='UTF-8'?>
2
<!-- Created with Cambalache 0.96.1 -->
3
<interface>
4
<requires lib="gtk" version="4.12"/>
5
<template class="WeatherReport" parent="GtkBox">
6
<property name="hexpand">True</property>
7
<child>
8
<object class="GtkNotebook">
9
<property name="hexpand">True</property>
10
<property name="scrollable">True</property>
11
<child>
12
<object class="GtkBox">
13
<property name="orientation">vertical</property>
14
<property name="spacing">8</property>
15
<child>
16
<object class="GtkBox">
17
<property name="margin-bottom">32</property>
18
<property name="margin-end">64</property>
19
<property name="margin-start">64</property>
20
<property name="margin-top">32</property>
21
<property name="spacing">8</property>
22
<child>
23
<object class="GtkImage" id="current_weather_icon">
24
<property name="icon-name">image-missing</property>
25
<property name="pixel-size">128</property>
26
</object>
27
</child>
28
<child>
29
<object class="GtkBox">
30
<property name="orientation">vertical</property>
31
<child>
32
<object class="GtkLabel" id="current_temperature">
33
<property name="css-classes">panorama-weather-current-temperature</property>
34
<property name="xalign">0.0</property>
35
</object>
36
</child>
37
<child>
38
<object class="GtkLabel" id="current_details">
39
<property name="xalign">0.0</property>
40
</object>
41
</child>
42
</object>
43
</child>
44
</object>
45
</child>
46
</object>
47
</child>
48
<child type="tab">
49
<object class="GtkLabel">
50
<property name="label" translatable="yes">Current conditions</property>
51
</object>
52
</child>
53
</object>
54
</child>
55
</template>
56
</interface>
57