By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 panorama-clock-options.ui

View raw Download
text/xml • 3.95 kiB
XML 1.0 document, ASCII text
        
            
1
<?xml version='1.0' encoding='UTF-8'?>
2
<!-- Created with Cambalache 0.96.1 -->
3
<interface domain="panorama-panel-clock">
4
<!-- interface-name panorama-clock-options.ui -->
5
<!-- interface-description Provides a window with configuration options for the clock. -->
6
<!-- interface-copyright Copyright 2025, roundabout-host.com <vlad@roundabout-host.com>
7
8
This program is free software: you can redistribute it and/or modify
9
it under the terms of the GNU General Public Licence as published by
10
the Free Software Foundation, either version 3 of the Licence, or
11
(at your option) any later version.
12
13
This program is distributed in the hope that it will be useful,
14
but WITHOUT ANY WARRANTY; without even the implied warranty of
15
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
GNU General Public Licence for more details.
17
18
You should have received a copy of the GNU General Public Licence
19
along with this program. If not, see <https://www.gnu.org/licenses/>. -->
20
<requires lib="gtk" version="4.0"/>
21
<template class="ClockOptions" parent="GtkWindow">
22
<property name="default-height">320</property>
23
<property name="default-width">576</property>
24
<property name="title" translatable="yes">Clock options</property>
25
<child>
26
<object class="GtkScrolledWindow">
27
<child>
28
<object class="GtkViewport">
29
<child>
30
<object class="GtkBox">
31
<property name="margin-bottom">32</property>
32
<property name="margin-end">32</property>
33
<property name="margin-start">32</property>
34
<property name="margin-top">32</property>
35
<property name="orientation">vertical</property>
36
<property name="spacing">4</property>
37
<child>
38
<object class="GtkFrame">
39
<property name="label-widget">
40
<object class="GtkLabel">
41
<property name="label" translatable="yes">Formatting</property>
42
<attributes>
43
<attribute name="weight" value="bold"/>
44
</attributes>
45
</object>
46
</property>
47
<child>
48
<object class="GtkListBox">
49
<property name="selection-mode">none</property>
50
<child>
51
<object class="GtkListBoxRow">
52
<property name="activatable">False</property>
53
<child>
54
<object class="GtkBox">
55
<child>
56
<object class="GtkLabel">
57
<property name="halign">start</property>
58
<property name="hexpand">True</property>
59
<property name="label" translatable="yes">Time format
60
&lt;span font_weight="light"&gt;Using &lt;tt&gt;strftime()&lt;/tt&gt; syntax. Note: using seconds may increase system load.&lt;/span&gt;</property>
61
<property name="use-markup">True</property>
62
<property name="wrap">True</property>
63
</object>
64
</child>
65
<child>
66
<object class="GtkEntry" id="format_entry">
67
<property name="placeholder-text">strftime format</property>
68
</object>
69
</child>
70
</object>
71
</child>
72
</object>
73
</child>
74
</object>
75
</child>
76
</object>
77
</child>
78
</object>
79
</child>
80
</object>
81
</child>
82
</object>
83
</child>
84
</template>
85
</interface>
86