messenger-gtk

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

send_file.ui (3773B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!-- Generated with glade 3.40.0
      3 
      4 Copyright (C) 2021‑‑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="GtkDialog" id="send_file_dialog">
     26     <property name="modal">1</property>
     27     <property name="type-hint">dialog</property>
     28     <child internal-child="vbox">
     29       <object class="GtkBox">
     30         <property name="orientation">vertical</property>
     31         <property name="spacing">2</property>
     32         <child internal-child="action_area">
     33           <object class="GtkButtonBox">
     34             <property name="layout-style">end</property>
     35             <child>
     36               <object class="GtkButton" id="cancel_button">
     37                 <property name="label" translatable="yes">Cancel</property>
     38                 <property name="visible">1</property>
     39                 <property name="can-focus">1</property>
     40                 <property name="receives-default">1</property>
     41               </object>
     42               <packing>
     43                 <property name="expand">1</property>
     44               </packing>
     45             </child>
     46             <child>
     47               <object class="GtkButton" id="send_button">
     48                 <property name="label" translatable="yes">Send</property>
     49                 <property name="visible">1</property>
     50                 <property name="can-focus">1</property>
     51                 <property name="receives-default">1</property>
     52               </object>
     53               <packing>
     54                 <property name="expand">1</property>
     55                 <property name="position">1</property>
     56               </packing>
     57             </child>
     58           </object>
     59           <packing>
     60             <property name="fill">0</property>
     61           </packing>
     62         </child>
     63         <child>
     64           <object class="GtkBox">
     65             <property name="visible">1</property>
     66             <property name="border-width">8</property>
     67             <property name="orientation">vertical</property>
     68             <property name="spacing">4</property>
     69             <child>
     70               <object class="GtkDrawingArea" id="file_drawing_area">
     71                 <property name="width-request">250</property>
     72                 <property name="height-request">250</property>
     73                 <property name="visible">1</property>
     74               </object>
     75               <packing>
     76                 <property name="expand">1</property>
     77                 <property name="position">1</property>
     78               </packing>
     79             </child>
     80             <child>
     81               <object class="GtkFileChooserButton" id="file_chooser_button">
     82                 <property name="visible">1</property>
     83                 <property name="title" translatable="yes"></property>
     84               </object>
     85               <packing>
     86                 <property name="position">2</property>
     87               </packing>
     88             </child>
     89           </object>
     90           <packing>
     91             <property name="expand">1</property>
     92             <property name="position">1</property>
     93           </packing>
     94         </child>
     95       </object>
     96     </child>
     97   </object>
     98 </interface>