aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_setup_qr_save_as_dialog.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_setup_qr_save_as_dialog.glade')
-rw-r--r--contrib/gnunet_setup_qr_save_as_dialog.glade74
1 files changed, 74 insertions, 0 deletions
diff --git a/contrib/gnunet_setup_qr_save_as_dialog.glade b/contrib/gnunet_setup_qr_save_as_dialog.glade
new file mode 100644
index 00000000..407f1a51
--- /dev/null
+++ b/contrib/gnunet_setup_qr_save_as_dialog.glade
@@ -0,0 +1,74 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3 <requires lib="gtk+" version="2.24"/>
4 <!-- interface-naming-policy project-wide -->
5 <object class="GtkFileChooserDialog" id="GNUNET_setup_qr_save_as_dialog">
6 <property name="can_focus">False</property>
7 <property name="border_width">5</property>
8 <property name="modal">True</property>
9 <property name="destroy_with_parent">True</property>
10 <property name="icon_name">document-save-as</property>
11 <property name="type_hint">dialog</property>
12 <property name="skip_taskbar_hint">True</property>
13 <property name="skip_pager_hint">True</property>
14 <property name="action">save</property>
15 <signal name="response" handler="GNUNET_setup_qr_save_as_dialog_response_cb" swapped="no"/>
16 <child internal-child="vbox">
17 <object class="GtkVBox" id="GNUNET_setup_qr_save_as_dialog_dialog-vbox">
18 <property name="visible">True</property>
19 <property name="can_focus">False</property>
20 <property name="spacing">2</property>
21 <child internal-child="action_area">
22 <object class="GtkHButtonBox" id="GNUNET_setup_qr_save_as_dialog_dialog-action_area">
23 <property name="visible">True</property>
24 <property name="can_focus">False</property>
25 <property name="layout_style">end</property>
26 <child>
27 <object class="GtkButton" id="GNUNET_setup_qr_save_as_dialog_cancel_button">
28 <property name="label">gtk-cancel</property>
29 <property name="use_action_appearance">False</property>
30 <property name="visible">True</property>
31 <property name="can_focus">True</property>
32 <property name="receives_default">True</property>
33 <property name="use_stock">True</property>
34 </object>
35 <packing>
36 <property name="expand">False</property>
37 <property name="fill">False</property>
38 <property name="position">0</property>
39 </packing>
40 </child>
41 <child>
42 <object class="GtkButton" id="GNUNET_setup_qr_save_as_dialog_confirm_button">
43 <property name="label">gtk-save-as</property>
44 <property name="use_action_appearance">False</property>
45 <property name="visible">True</property>
46 <property name="can_focus">True</property>
47 <property name="receives_default">True</property>
48 <property name="use_stock">True</property>
49 </object>
50 <packing>
51 <property name="expand">False</property>
52 <property name="fill">False</property>
53 <property name="position">1</property>
54 </packing>
55 </child>
56 </object>
57 <packing>
58 <property name="expand">False</property>
59 <property name="fill">True</property>
60 <property name="pack_type">end</property>
61 <property name="position">0</property>
62 </packing>
63 </child>
64 <child>
65 <placeholder/>
66 </child>
67 </object>
68 </child>
69 <action-widgets>
70 <action-widget response="-6">GNUNET_setup_qr_save_as_dialog_cancel_button</action-widget>
71 <action-widget response="-5">GNUNET_setup_qr_save_as_dialog_confirm_button</action-widget>
72 </action-widgets>
73 </object>
74</interface>