aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_fs_gtk_open_url_dialog.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_fs_gtk_open_url_dialog.glade')
-rw-r--r--contrib/gnunet_fs_gtk_open_url_dialog.glade153
1 files changed, 153 insertions, 0 deletions
diff --git a/contrib/gnunet_fs_gtk_open_url_dialog.glade b/contrib/gnunet_fs_gtk_open_url_dialog.glade
new file mode 100644
index 00000000..4717ef9e
--- /dev/null
+++ b/contrib/gnunet_fs_gtk_open_url_dialog.glade
@@ -0,0 +1,153 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3 <requires lib="gtk+" version="2.20"/>
4 <!-- interface-naming-policy project-wide -->
5 <object class="GtkImage" id="execute_stock_image">
6 <property name="visible">True</property>
7 <property name="stock">gtk-execute</property>
8 </object>
9 <object class="GtkAdjustment" id="GNUNET_GTK_open_url_anonymity_adjustment">
10 <property name="upper">100000</property>
11 <property name="value">1</property>
12 <property name="step_increment">1</property>
13 <property name="page_increment">10</property>
14 </object>
15 <object class="GtkDialog" id="GNUNET_GTK_open_url_dialog">
16 <property name="width_request">500</property>
17 <property name="height_request">100</property>
18 <property name="border_width">5</property>
19 <property name="title" translatable="yes">Download from URI</property>
20 <property name="modal">True</property>
21 <property name="destroy_with_parent">True</property>
22 <property name="icon_name">dialog-password</property>
23 <property name="type_hint">dialog</property>
24 <property name="skip_taskbar_hint">True</property>
25 <property name="skip_pager_hint">True</property>
26 <property name="has_separator">False</property>
27 <child internal-child="vbox">
28 <object class="GtkVBox" id="GNUNET_GTK_open_url_dialog_main_vbox">
29 <property name="visible">True</property>
30 <property name="spacing">2</property>
31 <child>
32 <object class="GtkHBox" id="GNUNET_GTK_open_url_dialog_query_hbox">
33 <property name="visible">True</property>
34 <child>
35 <object class="GtkLabel" id="GNUNET_GTK_open_url_dialog_url_label">
36 <property name="visible">True</property>
37 <property name="label" translatable="yes">_URI:</property>
38 <property name="use_underline">True</property>
39 <property name="selectable">True</property>
40 <property name="mnemonic_widget">GNUNET_GTK_open_url_dialog_url_entry</property>
41 </object>
42 <packing>
43 <property name="expand">False</property>
44 <property name="fill">False</property>
45 <property name="position">0</property>
46 </packing>
47 </child>
48 <child>
49 <object class="GtkEntry" id="GNUNET_GTK_open_url_dialog_url_entry">
50 <property name="visible">True</property>
51 <property name="can_focus">True</property>
52 <property name="invisible_char">●</property>
53 <property name="activates_default">True</property>
54 <property name="caps_lock_warning">False</property>
55 <property name="primary_icon_stock">gtk-dialog-authentication</property>
56 <property name="primary_icon_tooltip_text" translatable="yes">Separate multiple keywords with spaces, prefix mandatory keywords with "+"</property>
57 <signal name="changed" handler="GNUNET_GTK_open_url_dialog_url_entry_changed_cb" swapped="no"/>
58 <signal name="activate" handler="GNUNET_GTK_search_dialog_search_button_clicked_cb" swapped="no"/>
59 </object>
60 <packing>
61 <property name="position">1</property>
62 </packing>
63 </child>
64 <child>
65 <object class="GtkLabel" id="GNUNET_GTK_open_url_dialog_anonymity_label">
66 <property name="visible">True</property>
67 <property name="label" translatable="yes">_Anonymity:</property>
68 <property name="use_underline">True</property>
69 <property name="selectable">True</property>
70 <property name="mnemonic_widget">GNUNET_GTK_open_url_dialog_anonymity_spin_button</property>
71 </object>
72 <packing>
73 <property name="expand">False</property>
74 <property name="fill">False</property>
75 <property name="position">2</property>
76 </packing>
77 </child>
78 <child>
79 <object class="GtkSpinButton" id="GNUNET_GTK_open_url_dialog_anonymity_spin_button">
80 <property name="visible">True</property>
81 <property name="can_focus">True</property>
82 <property name="invisible_char">●</property>
83 <property name="caps_lock_warning">False</property>
84 <property name="adjustment">GNUNET_GTK_open_url_anonymity_adjustment</property>
85 <property name="climb_rate">1</property>
86 <property name="numeric">True</property>
87 <signal name="value-changed" handler="GNUNET_GTK_anonymity_spin_button_value_changed_cb" swapped="no"/>
88 </object>
89 <packing>
90 <property name="expand">False</property>
91 <property name="fill">False</property>
92 <property name="position">3</property>
93 </packing>
94 </child>
95 </object>
96 <packing>
97 <property name="expand">False</property>
98 <property name="fill">False</property>
99 <property name="padding">5</property>
100 <property name="position">0</property>
101 </packing>
102 </child>
103 <child internal-child="action_area">
104 <object class="GtkHButtonBox" id="GNUNET_GTK_open_url_dialog_action_area">
105 <property name="visible">True</property>
106 <property name="layout_style">end</property>
107 <child>
108 <object class="GtkButton" id="GNUNET_GTK_open_url_dialog_cancel_button">
109 <property name="label">gtk-cancel</property>
110 <property name="visible">True</property>
111 <property name="can_focus">True</property>
112 <property name="receives_default">True</property>
113 <property name="use_action_appearance">False</property>
114 <property name="use_stock">True</property>
115 </object>
116 <packing>
117 <property name="expand">False</property>
118 <property name="fill">False</property>
119 <property name="position">0</property>
120 </packing>
121 </child>
122 <child>
123 <object class="GtkButton" id="GNUNET_GTK_open_url_dialog_execute_button">
124 <property name="label">_Execute</property>
125 <property name="visible">True</property>
126 <property name="sensitive">False</property>
127 <property name="can_focus">True</property>
128 <property name="receives_default">True</property>
129 <property name="use_action_appearance">False</property>
130 <property name="image">execute_stock_image</property>
131 <property name="use_underline">True</property>
132 </object>
133 <packing>
134 <property name="expand">False</property>
135 <property name="fill">False</property>
136 <property name="position">1</property>
137 </packing>
138 </child>
139 </object>
140 <packing>
141 <property name="expand">False</property>
142 <property name="pack_type">end</property>
143 <property name="position">1</property>
144 </packing>
145 </child>
146 </object>
147 </child>
148 <action-widgets>
149 <action-widget response="-6">GNUNET_GTK_open_url_dialog_cancel_button</action-widget>
150 <action-widget response="-5">GNUNET_GTK_open_url_dialog_execute_button</action-widget>
151 </action-widgets>
152 </object>
153</interface>