Preferences are modifiable
[armadillo_software.git] / gui / gui.glade
blobc2234a3d88ff94968073ea10cf1a41ab98aa728a
1 <?xml version="1.0"?>
2 <interface>
3 <requires lib="gtk+" version="2.16"/>
4 <!-- interface-naming-policy project-wide -->
5 <object class="GtkWindow" id="window1">
6 <property name="default_width">640</property>
7 <property name="default_height">480</property>
8 <signal name="destroy" handler="on_window1_destroy"/>
9 <child>
10 <object class="GtkVBox" id="vbox1">
11 <property name="visible">True</property>
12 <child>
13 <object class="GtkToolbar" id="toolbar1">
14 <property name="visible">True</property>
15 <child>
16 <object class="GtkToggleToolButton" id="tbconnect">
17 <property name="visible">True</property>
18 <property name="tooltip_text" translatable="yes">Remote Access</property>
19 <property name="is_important">True</property>
20 <property name="label" translatable="yes">Connect</property>
21 <property name="use_underline">True</property>
22 <property name="stock_id">gtk-connect</property>
23 <signal name="clicked" handler="on_tbconnect_clicked"/>
24 </object>
25 <packing>
26 <property name="expand">False</property>
27 <property name="homogeneous">True</property>
28 </packing>
29 </child>
30 <child>
31 <object class="GtkSeparatorToolItem" id="sep1">
32 <property name="visible">True</property>
33 </object>
34 <packing>
35 <property name="expand">False</property>
36 <property name="homogeneous">True</property>
37 </packing>
38 </child>
39 <child>
40 <object class="GtkToolButton" id="tbpreferences">
41 <property name="visible">True</property>
42 <property name="is_important">True</property>
43 <property name="label" translatable="yes">Preferences</property>
44 <property name="use_underline">True</property>
45 <property name="stock_id">gtk-preferences</property>
46 <signal name="clicked" handler="on_preferences_dialog_show"/>
47 </object>
48 <packing>
49 <property name="expand">False</property>
50 <property name="homogeneous">True</property>
51 </packing>
52 </child>
53 <child>
54 <object class="GtkSeparatorToolItem" id="sep2">
55 <property name="visible">True</property>
56 </object>
57 <packing>
58 <property name="expand">False</property>
59 <property name="homogeneous">True</property>
60 </packing>
61 </child>
62 <child>
63 <object class="GtkToolButton" id="toolbutton3">
64 <property name="visible">True</property>
65 <property name="tooltip_text" translatable="yes">Show Info</property>
66 <property name="is_important">True</property>
67 <property name="label" translatable="yes">About</property>
68 <property name="use_underline">True</property>
69 <property name="stock_id">gtk-about</property>
70 <signal name="clicked" handler="on_aboutdialog1_show"/>
71 </object>
72 <packing>
73 <property name="expand">False</property>
74 <property name="homogeneous">True</property>
75 </packing>
76 </child>
77 <child>
78 <object class="GtkSeparatorToolItem" id="sep3">
79 <property name="visible">True</property>
80 </object>
81 <packing>
82 <property name="expand">False</property>
83 <property name="homogeneous">True</property>
84 </packing>
85 </child>
86 <child>
87 <object class="GtkToolButton" id="toolbutton4">
88 <property name="visible">True</property>
89 <property name="tooltip_text" translatable="yes">Close the Application</property>
90 <property name="is_important">True</property>
91 <property name="label" translatable="yes">Quit</property>
92 <property name="use_underline">True</property>
93 <property name="stock_id">gtk-quit</property>
94 <signal name="clicked" handler="on_window1_destroy"/>
95 </object>
96 <packing>
97 <property name="expand">False</property>
98 <property name="homogeneous">True</property>
99 </packing>
100 </child>
101 </object>
102 <packing>
103 <property name="expand">False</property>
104 <property name="position">0</property>
105 </packing>
106 </child>
107 <child>
108 <object class="GtkNotebook" id="notebook1">
109 <property name="visible">True</property>
110 <property name="can_focus">True</property>
111 <child>
112 <object class="GtkFrame" id="frame1">
113 <property name="visible">True</property>
114 <property name="label_xalign">0</property>
115 <property name="shadow_type">none</property>
116 <child>
117 <object class="GtkAlignment" id="alignment1">
118 <property name="visible">True</property>
119 <property name="left_padding">12</property>
120 <child>
121 <object class="GtkTable" id="table1">
122 <property name="visible">True</property>
123 <property name="n_rows">3</property>
124 <property name="n_columns">3</property>
125 <child>
126 <object class="GtkButton" id="button1">
127 <property name="label" translatable="yes">send</property>
128 <property name="visible">True</property>
129 <property name="can_focus">True</property>
130 <property name="receives_default">True</property>
131 <signal name="clicked" handler="on_btsend_clicked"/>
132 </object>
133 <packing>
134 <property name="top_attach">1</property>
135 <property name="bottom_attach">2</property>
136 <property name="x_options">GTK_FILL</property>
137 <property name="y_options">GTK_FILL</property>
138 </packing>
139 </child>
140 <child>
141 <placeholder/>
142 </child>
143 <child>
144 <placeholder/>
145 </child>
146 <child>
147 <placeholder/>
148 </child>
149 <child>
150 <placeholder/>
151 </child>
152 <child>
153 <placeholder/>
154 </child>
155 <child>
156 <placeholder/>
157 </child>
158 <child>
159 <placeholder/>
160 </child>
161 <child>
162 <placeholder/>
163 </child>
164 </object>
165 </child>
166 </object>
167 </child>
168 <child type="label">
169 <object class="GtkLabel" id="label4">
170 <property name="visible">True</property>
171 <property name="label" translatable="yes">&lt;b&gt;frame1&lt;/b&gt;</property>
172 <property name="use_markup">True</property>
173 </object>
174 </child>
175 </object>
176 </child>
177 <child type="tab">
178 <object class="GtkLabel" id="label1">
179 <property name="visible">True</property>
180 <property name="label" translatable="yes">page 1</property>
181 </object>
182 <packing>
183 <property name="tab_fill">False</property>
184 </packing>
185 </child>
186 <child>
187 <object class="GtkFrame" id="frame2">
188 <property name="visible">True</property>
189 <property name="label_xalign">0</property>
190 <property name="shadow_type">none</property>
191 <child>
192 <object class="GtkAlignment" id="alignment2">
193 <property name="visible">True</property>
194 <property name="left_padding">12</property>
195 <child>
196 <placeholder/>
197 </child>
198 </object>
199 </child>
200 <child type="label">
201 <object class="GtkLabel" id="label5">
202 <property name="visible">True</property>
203 <property name="label" translatable="yes">&lt;b&gt;frame2&lt;/b&gt;</property>
204 <property name="use_markup">True</property>
205 </object>
206 </child>
207 </object>
208 <packing>
209 <property name="position">1</property>
210 </packing>
211 </child>
212 <child type="tab">
213 <object class="GtkLabel" id="label2">
214 <property name="visible">True</property>
215 <property name="label" translatable="yes">page 2</property>
216 </object>
217 <packing>
218 <property name="position">1</property>
219 <property name="tab_fill">False</property>
220 </packing>
221 </child>
222 <child>
223 <object class="GtkFrame" id="frame3">
224 <property name="visible">True</property>
225 <property name="label_xalign">0</property>
226 <property name="shadow_type">none</property>
227 <child>
228 <object class="GtkAlignment" id="alignment3">
229 <property name="visible">True</property>
230 <property name="left_padding">12</property>
231 <child>
232 <placeholder/>
233 </child>
234 </object>
235 </child>
236 <child type="label">
237 <object class="GtkLabel" id="label6">
238 <property name="visible">True</property>
239 <property name="label" translatable="yes">&lt;b&gt;frame3&lt;/b&gt;</property>
240 <property name="use_markup">True</property>
241 </object>
242 </child>
243 </object>
244 <packing>
245 <property name="position">2</property>
246 </packing>
247 </child>
248 <child type="tab">
249 <object class="GtkLabel" id="label3">
250 <property name="visible">True</property>
251 <property name="label" translatable="yes">page 3</property>
252 </object>
253 <packing>
254 <property name="position">2</property>
255 <property name="tab_fill">False</property>
256 </packing>
257 </child>
258 </object>
259 <packing>
260 <property name="position">1</property>
261 </packing>
262 </child>
263 <child>
264 <object class="GtkStatusbar" id="statusbar1">
265 <property name="visible">True</property>
266 <property name="spacing">2</property>
267 </object>
268 <packing>
269 <property name="expand">False</property>
270 <property name="position">2</property>
271 </packing>
272 </child>
273 </object>
274 </child>
275 </object>
276 <object class="GtkAboutDialog" id="aboutdialog1">
277 <property name="border_width">5</property>
278 <property name="type_hint">normal</property>
279 <property name="has_separator">False</property>
280 <property name="program_name">Armadillo</property>
281 <property name="version">v1.0</property>
282 <property name="copyright" translatable="yes">GNU GPL v3</property>
283 <property name="website">http://kabtek.appspot.com</property>
284 <property name="license" translatable="yes"> Copyright 2010 Mustafa Sakarya mustafasakarya1986@gmail.com
286 This program is free software: you can redistribute it and/or modify
287 it under the terms of the GNU General Public License as published by
288 the Free Software Foundation, either version 3 of the License, or
289 (at your option) any later version.
291 This program is distributed in the hope that it will be useful,
292 but WITHOUT ANY WARRANTY; without even the implied warranty of
293 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
294 GNU General Public License for more details.
296 You should have received a copy of the GNU General Public License
297 along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</property>
298 <property name="authors">Mustafa Sakarya</property>
299 <property name="documenters">Mustafa Sakarya</property>
300 <signal name="response" handler="on_aboutdialog1_response"/>
301 <child internal-child="vbox">
302 <object class="GtkVBox" id="dialog-vbox1">
303 <property name="visible">True</property>
304 <property name="spacing">2</property>
305 <child>
306 <placeholder/>
307 </child>
308 <child internal-child="action_area">
309 <object class="GtkHButtonBox" id="dialog-action_area1">
310 <property name="visible">True</property>
311 <property name="layout_style">end</property>
312 </object>
313 <packing>
314 <property name="expand">False</property>
315 <property name="pack_type">end</property>
316 <property name="position">0</property>
317 </packing>
318 </child>
319 </object>
320 </child>
321 </object>
322 <object class="GtkDialog" id="preferences_dialog">
323 <property name="width_request">320</property>
324 <property name="height_request">240</property>
325 <property name="border_width">5</property>
326 <property name="type_hint">normal</property>
327 <property name="has_separator">False</property>
328 <child internal-child="vbox">
329 <object class="GtkVBox" id="preferences_dialog_vbox">
330 <property name="visible">True</property>
331 <property name="spacing">2</property>
332 <child>
333 <object class="GtkComboBoxEntry" id="pd_cb">
334 <property name="visible">True</property>
335 <property name="model">pd_cb_liststore</property>
336 <signal name="changed" handler="on_pd_cb_changed"/>
337 </object>
338 <packing>
339 <property name="fill">False</property>
340 <property name="position">1</property>
341 </packing>
342 </child>
343 <child>
344 <object class="GtkHSeparator" id="preferences_dialog_hseparator">
345 <property name="height_request">60</property>
346 <property name="visible">True</property>
347 </object>
348 <packing>
349 <property name="expand">False</property>
350 <property name="position">2</property>
351 </packing>
352 </child>
353 <child>
354 <object class="GtkEntry" id="pd_entry">
355 <property name="visible">True</property>
356 <property name="can_focus">True</property>
357 <property name="invisible_char">&#x25CF;</property>
358 </object>
359 <packing>
360 <property name="fill">False</property>
361 <property name="position">3</property>
362 </packing>
363 </child>
364 <child internal-child="action_area">
365 <object class="GtkHButtonBox" id="preferences_dialog_action_area">
366 <property name="visible">True</property>
367 <property name="layout_style">end</property>
368 <child>
369 <placeholder/>
370 </child>
371 <child>
372 <object class="GtkButton" id="pd_set_bt">
373 <property name="label" translatable="yes">Set</property>
374 <property name="visible">True</property>
375 <property name="can_focus">True</property>
376 <property name="receives_default">True</property>
377 <signal name="clicked" handler="on_pd_set_bt_clicked"/>
378 </object>
379 <packing>
380 <property name="expand">False</property>
381 <property name="fill">False</property>
382 <property name="position">1</property>
383 </packing>
384 </child>
385 <child>
386 <object class="GtkButton" id="pd_close_bt">
387 <property name="label" translatable="yes">Close</property>
388 <property name="visible">True</property>
389 <property name="can_focus">True</property>
390 <property name="receives_default">True</property>
391 <signal name="clicked" handler="on_pd_close_bt_clicked"/>
392 </object>
393 <packing>
394 <property name="expand">False</property>
395 <property name="fill">False</property>
396 <property name="position">2</property>
397 </packing>
398 </child>
399 </object>
400 <packing>
401 <property name="expand">False</property>
402 <property name="pack_type">end</property>
403 <property name="position">0</property>
404 </packing>
405 </child>
406 </object>
407 </child>
408 <action-widgets>
409 <action-widget response="0">pd_set_bt</action-widget>
410 <action-widget response="0">pd_close_bt</action-widget>
411 </action-widgets>
412 </object>
413 <object class="GtkListStore" id="pd_cb_liststore">
414 <columns>
415 <!-- column-name gchararray1 -->
416 <column type="gchararray"/>
417 </columns>
418 </object>
419 </interface>