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