anastasis_gtk_auth_add_iban.ui (7349B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 3 Copyright (C) 2019-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, Christian Grothoff, Dennis Neufeld--> 21 <interface> 22 <requires lib="gtk" version="4.0"/> 23 <object class="GtkDialog" id="anastasis_gtk_b_iban_dialog"> 24 <property name="focus-widget">anastasis_gtk_b_iban_dialog_iban_entry</property> 25 <property name="default-widget">anastasis_gtk_b_iban_dialog_btn_ok</property> 26 <signal name="response" handler="anastasis_gtk_b_iban_dialog_response_cb" swapped="no"/> 27 <child internal-child="content_area"> 28 <object class="GtkBox"> 29 <property name="orientation">vertical</property> 30 <property name="spacing">2</property> 31 <child> 32 <object class="GtkBox"> 33 <property name="orientation">vertical</property> 34 <property name="margin-top">5</property> 35 <property name="margin-bottom">5</property> 36 <child> 37 <object class="GtkLabel" id="explainer_label"> 38 <property name="name">explainer_label</property> 39 <property name="label" translatable="1">For bank transfer authentication, you need 40 to provide the IBAN of one of your bank accounts. 41 When recovering your secret, you will be 42 asked to pay the recovery fee via bank 43 transfer from the account you provided here.</property> 44 <attributes> 45 <attribute name="weight" value="medium"></attribute> 46 </attributes> 47 <property name="margin-top">20</property> 48 <property name="margin-bottom">20</property> 49 </object> 50 </child> 51 <child> 52 <object class="GtkBox"> 53 <property name="valign">center</property> 54 <property name="margin-start">20</property> 55 <property name="margin-end">20</property> 56 <property name="margin-bottom">55</property> 57 <property name="orientation">vertical</property> 58 <property name="margin-top">5</property> 59 <property name="vexpand">0</property> 60 <child> 61 <object class="GtkLabel"> 62 <property name="valign">center</property> 63 <property name="halign">start</property> 64 <property name="margin-start">25</property> 65 <property name="margin-end">25</property> 66 <property name="label" translatable="1">IBAN</property> 67 <property name="margin-top">5</property> 68 <property name="margin-bottom">5</property> 69 </object> 70 </child> 71 <child> 72 <object class="GtkEntry" id="anastasis_gtk_b_iban_dialog_iban_entry"> 73 <property name="vexpand">1</property> 74 <property name="focusable">1</property> 75 <property name="margin-start">25</property> 76 <property name="margin-end">25</property> 77 <property name="hexpand">1</property> 78 <property name="activates-default">1</property> 79 <property name="width-chars">36</property> 80 <property name="primary-icon-name">dialog-password</property> 81 <property name="placeholder-text" translatable="1">DE67830625024024853256</property> 82 <property name="input-purpose">alpha</property> 83 <signal name="changed" handler="anastasis_gtk_b_iban_dialog_iban_entry_changed_cb" swapped="no"/> 84 <property name="margin-top">5</property> 85 <property name="margin-bottom">5</property> 86 </object> 87 </child> 88 </object> 89 </child> 90 </object> 91 </child> 92 </object> 93 </child> 94 <action-widgets> 95 <action-widget response="-6">anastasis_gtk_b_iban_dialog_btn_cancel</action-widget> 96 <action-widget response="-5">anastasis_gtk_b_iban_dialog_btn_ok</action-widget> 97 </action-widgets> 98 <child type="titlebar"> 99 <object class="GtkLabel"> 100 <property name="label" translatable="1">Configure bank transfer</property> 101 </object> 102 </child> 103 <action-widgets> 104 <action-widget response="-6">anastasis_gtk_b_iban_dialog_btn_cancel</action-widget> 105 <action-widget response="-5">anastasis_gtk_b_iban_dialog_btn_ok</action-widget> 106 </action-widgets> 107 <child internal-child="action_area"> 108 <object class="GtkBox"> 109 <property name="can-focus">0</property> 110 <property name="homogeneous">1</property> 111 <property name="spacing">6</property> 112 <property name="halign">end</property> 113 <child> 114 <object class="GtkButton" id="anastasis_gtk_b_iban_dialog_btn_cancel"> 115 <property name="child"> 116 <object class="GtkBox"> 117 <property name="spacing">2</property> 118 <property name="halign">center</property> 119 <child> 120 <object class="GtkImage"> 121 <property name="icon-name">gtk-cancel</property> 122 </object> 123 </child> 124 <child> 125 <object class="GtkLabel"> 126 <property name="label" translatable="1">_Cancel</property> 127 <property name="use-underline">1</property> 128 <property name="mnemonic-widget">anastasis_gtk_b_iban_dialog_btn_cancel</property> 129 </object> 130 </child> 131 </object> 132 </property> 133 </object> 134 </child> 135 <child> 136 <object class="GtkButton" id="anastasis_gtk_b_iban_dialog_btn_ok"> 137 <property name="sensitive">0</property> 138 <property name="child"> 139 <object class="GtkBox"> 140 <property name="spacing">2</property> 141 <property name="halign">center</property> 142 <child> 143 <object class="GtkImage"> 144 <property name="icon-name">gtk-ok</property> 145 </object> 146 </child> 147 <child> 148 <object class="GtkLabel"> 149 <property name="label" translatable="1">_OK</property> 150 <property name="use-underline">1</property> 151 <property name="mnemonic-widget">anastasis_gtk_b_iban_dialog_btn_ok</property> 152 </object> 153 </child> 154 </object> 155 </property> 156 </object> 157 </child> 158 </object> 159 </child> 160 </object> 161 </interface> 162