1<?xml version="1.0" encoding="UTF-8"?> 2<!-- Generated with glade 3.22.1 --> 3<interface domain="svx"> 4 <requires lib="gtk+" version="3.18"/> 5 <object class="GtkTreeStore" id="liststore1"> 6 <columns> 7 <!-- column-name image --> 8 <column type="GdkPixbuf"/> 9 <!-- column-name text --> 10 <column type="gchararray"/> 11 <!-- column-name id --> 12 <column type="gchararray"/> 13 </columns> 14 </object> 15 <object class="GtkDialog" id="DocRecoverySaveDialog"> 16 <property name="can_focus">False</property> 17 <property name="border_width">6</property> 18 <property name="title" translatable="yes" context="docrecoverysavedialog|DocRecoverySaveDialog">%PRODUCTNAME %PRODUCTVERSION Document Recovery</property> 19 <property name="modal">True</property> 20 <property name="default_width">0</property> 21 <property name="default_height">0</property> 22 <property name="type_hint">dialog</property> 23 <child> 24 <placeholder/> 25 </child> 26 <child internal-child="vbox"> 27 <object class="GtkBox" id="dialog-vbox1"> 28 <property name="can_focus">False</property> 29 <property name="orientation">vertical</property> 30 <property name="spacing">12</property> 31 <child internal-child="action_area"> 32 <object class="GtkButtonBox" id="dialog-action_area1"> 33 <property name="can_focus">False</property> 34 <property name="layout_style">end</property> 35 <child> 36 <object class="GtkButton" id="ok"> 37 <property name="label">gtk-ok</property> 38 <property name="visible">True</property> 39 <property name="can_focus">True</property> 40 <property name="can_default">True</property> 41 <property name="has_default">True</property> 42 <property name="receives_default">True</property> 43 <property name="use_stock">True</property> 44 </object> 45 <packing> 46 <property name="expand">False</property> 47 <property name="fill">True</property> 48 <property name="position">0</property> 49 </packing> 50 </child> 51 </object> 52 <packing> 53 <property name="expand">False</property> 54 <property name="fill">True</property> 55 <property name="pack_type">end</property> 56 <property name="position">0</property> 57 </packing> 58 </child> 59 <child> 60 <object class="GtkGrid" id="bgrid1"> 61 <property name="visible">True</property> 62 <property name="can_focus">False</property> 63 <property name="vexpand">True</property> 64 <property name="row_spacing">12</property> 65 <child> 66 <object class="GtkGrid" id="grid1"> 67 <property name="visible">True</property> 68 <property name="can_focus">False</property> 69 <property name="hexpand">True</property> 70 <property name="vexpand">True</property> 71 <property name="row_spacing">24</property> 72 <child> 73 <object class="GtkLabel" id="label1"> 74 <property name="visible">True</property> 75 <property name="can_focus">False</property> 76 <property name="label" translatable="yes" context="docrecoverysavedialog|label1">Due to an unexpected error, %PRODUCTNAME crashed. All the files you were working on will now be saved. The next time %PRODUCTNAME is launched, your files will be recovered automatically.</property> 77 <property name="wrap">True</property> 78 <property name="width_chars">70</property> 79 <property name="max_width_chars">70</property> 80 <property name="xalign">0</property> 81 </object> 82 <packing> 83 <property name="left_attach">0</property> 84 <property name="top_attach">0</property> 85 </packing> 86 </child> 87 <child> 88 <object class="GtkGrid" id="grid2"> 89 <property name="visible">True</property> 90 <property name="can_focus">False</property> 91 <property name="hexpand">True</property> 92 <property name="vexpand">True</property> 93 <property name="row_spacing">6</property> 94 <child> 95 <object class="GtkLabel" id="label2"> 96 <property name="visible">True</property> 97 <property name="can_focus">False</property> 98 <property name="label" translatable="yes" context="docrecoverysavedialog|label2">The following files will be recovered:</property> 99 <property name="use_underline">True</property> 100 <property name="mnemonic_widget">filelist</property> 101 <property name="xalign">0</property> 102 </object> 103 <packing> 104 <property name="left_attach">0</property> 105 <property name="top_attach">0</property> 106 </packing> 107 </child> 108 <child> 109 <object class="GtkScrolledWindow"> 110 <property name="visible">True</property> 111 <property name="can_focus">True</property> 112 <property name="hexpand">True</property> 113 <property name="vexpand">True</property> 114 <property name="shadow_type">in</property> 115 <child> 116 <object class="GtkTreeView" id="filelist"> 117 <property name="visible">True</property> 118 <property name="can_focus">True</property> 119 <property name="hexpand">True</property> 120 <property name="vexpand">True</property> 121 <property name="model">liststore1</property> 122 <property name="headers_visible">False</property> 123 <property name="headers_clickable">False</property> 124 <property name="search_column">0</property> 125 <property name="show_expanders">False</property> 126 <child internal-child="selection"> 127 <object class="GtkTreeSelection" id="treeview-selection2"/> 128 </child> 129 <child> 130 <object class="GtkTreeViewColumn" id="treeviewcolumn1"> 131 <child> 132 <object class="GtkCellRendererPixbuf" id="cellrenderertext1"/> 133 <attributes> 134 <attribute name="pixbuf">0</attribute> 135 </attributes> 136 </child> 137 </object> 138 </child> 139 <child> 140 <object class="GtkTreeViewColumn" id="treeviewcolumn2"> 141 <child> 142 <object class="GtkCellRendererText" id="cellrenderertext2"/> 143 <attributes> 144 <attribute name="text">1</attribute> 145 </attributes> 146 </child> 147 </object> 148 </child> 149 </object> 150 </child> 151 </object> 152 <packing> 153 <property name="left_attach">0</property> 154 <property name="top_attach">1</property> 155 </packing> 156 </child> 157 </object> 158 <packing> 159 <property name="left_attach">0</property> 160 <property name="top_attach">1</property> 161 </packing> 162 </child> 163 </object> 164 <packing> 165 <property name="left_attach">0</property> 166 <property name="top_attach">0</property> 167 </packing> 168 </child> 169 </object> 170 <packing> 171 <property name="expand">False</property> 172 <property name="fill">True</property> 173 <property name="position">1</property> 174 </packing> 175 </child> 176 </object> 177 </child> 178 <action-widgets> 179 <action-widget response="-5">ok</action-widget> 180 </action-widgets> 181 </object> 182</interface> 183
