messenger-gtk

Gtk+3 graphical user interfaces for GNUnet Messenger
Log | Files | Refs | Submodules | README | LICENSE

file_entry.ui (2828B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!-- Generated with glade 3.40.0
      3 
      4 Copyright (C) 2024‑‑2025 GNUnet e.V.
      5 
      6 GNUnet is free software: you can redistribute it and/or modify it
      7 under the terms of the GNU Affero General Public License as published
      8 by the Free Software Foundation, either version 3 of the License,
      9 or (at your option) any later version.
     10 
     11 GNUnet is distributed in the hope that it will be useful, but
     12 WITHOUT ANY WARRANTY; without even the implied warranty of
     13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     14 Affero General Public License for more details.
     15 
     16 You should have received a copy of the GNU Affero General Public License
     17 along with this program.  If not, see <http://www.gnu.org/licenses/>.
     18 
     19 SPDX-License-Identifier: AGPL3.0-or-later
     20 Author: Tobias Frisch
     21 
     22 -->
     23 <interface>
     24   <requires lib="gtk+" version="3.24"/>
     25   <object class="GtkBox" id="entry_box">
     26     <property name="visible">1</property>
     27     <property name="border-width">4</property>
     28     <child>
     29       <object class="GtkBox">
     30         <property name="visible">1</property>
     31         <property name="border-width">8</property>
     32         <property name="orientation">vertical</property>
     33         <child>
     34           <object class="GtkImage" id="file_image">
     35             <property name="visible">1</property>
     36             <property name="icon-name">folder-documents-symbolic</property>
     37             <property name="icon-size">3</property>
     38           </object>
     39           <packing>
     40             <property name="expand">1</property>
     41           </packing>
     42         </child>
     43       </object>
     44     </child>
     45     <child>
     46       <object class="GtkBox">
     47         <property name="visible">1</property>
     48         <child>
     49           <object class="GtkLabel" id="name_label">
     50             <property name="visible">1</property>
     51             <property name="ellipsize">end</property>
     52             <property name="single-line-mode">1</property>
     53             <property name="xalign">0</property>
     54           </object>
     55           <packing>
     56             <property name="expand">1</property>
     57           </packing>
     58         </child>
     59         <child>
     60           <object class="GtkLabel" id="size_label">
     61             <property name="visible">1</property>
     62             <property name="margin-end">4</property>
     63             <property name="xalign">0</property>
     64             <property name="yalign">1</property>
     65             <attributes>
     66               <attribute name="variant" value="all-small-caps"/>
     67             </attributes>
     68           </object>
     69           <packing>
     70             <property name="pack-type">end</property>
     71             <property name="position">1</property>
     72           </packing>
     73         </child>
     74       </object>
     75       <packing>
     76         <property name="expand">1</property>
     77         <property name="position">1</property>
     78       </packing>
     79     </child>
     80   </object>
     81 </interface>