anastasis-gtk

Demonstrator GUI for Anastasis
Log | Files | Refs | README | LICENSE

this_stays_private.ui (2031B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!--
      3 Copyright (C) 2020-2021 Anastasis SARL
      4 
      5 This file is part of anastasis-gtk.
      6 
      7 anastasis-gtk is free software: you can redistribute it and/or modify
      8 it under the terms of the GNU General Public License as published by
      9 the Free Software Foundation, either version 3 of the License, or
     10 (at your option) any later version.
     11 
     12 anastasis-gtk is distributed in the hope that it will be useful,
     13 but WITHOUT ANY WARRANTY; without even the implied warranty of
     14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     15 GNU General Public License for more details.
     16 
     17 You should have received a copy of the GNU General Public License
     18 along with anastasis-gtk.  If not, see <http://www.gnu.org/licenses/>.
     19 
     20 Author: Belen Pena-->
     21 <interface>
     22   <requires lib="gtk" version="4.0"/>
     23   <object class="GtkWindow" id="private_dummy_window">
     24     <property name="child">
     25       <object class="GtkBox" id="private_hbox">
     26         <property name="margin-start">10</property>
     27         <property name="margin-end">10</property>
     28         <child>
     29           <object class="GtkLabel" id="privacy_label">
     30             <property name="halign">center</property>
     31             <property name="label" translatable="1">This stays private</property>
     32             <property name="margin-start">10</property>
     33             <property name="margin-end">10</property>
     34           </object>
     35         </child>
     36         <child>
     37           <object class="GtkPicture" id="blindfold_image">
     38             <property name="halign">center</property>
     39             <property name="width-request">24</property>
     40             <property name="height-request">24</property>
     41             <property name="file">noun_blindfold_3574196.svg</property>
     42             <property name="margin-start">1</property>
     43             <property name="margin-end">1</property>
     44             <property name="can-shrink">0</property>
     45             <property name="content-fit">scale-down</property>
     46           </object>
     47         </child>
     48       </object>
     49     </property>
     50   </object>
     51 </interface>
     52