Control noise floor and sensitivity of z axis.
[spectral-waterfall.git] / waterfall.glade
blob4aa634b896e14d6ec7efd44ed8783b9a3977c0fc
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <requires lib="gtk+" version="2.16"/>
4 <!-- interface-naming-policy project-wide -->
5 <object class="GtkWindow" id="waterfall_window">
6 <signal name="delete_event" handler="gtk_main_quit"/>
7 <child>
8 <object class="GtkVBox" id="vbox1">
9 <property name="visible">True</property>
10 <child>
11 <object class="GtkMenuBar" id="waterfall_menubar">
12 <property name="visible">True</property>
13 <property name="ubuntu_local">True</property>
14 <child>
15 <object class="GtkMenuItem" id="main_menu_file_menuitem">
16 <property name="visible">True</property>
17 <property name="label" translatable="yes">_File</property>
18 <property name="use_underline">True</property>
19 <child type="submenu">
20 <object class="GtkMenu" id="file_menu">
21 <property name="visible">True</property>
22 <property name="ubuntu_local">True</property>
23 <child>
24 <object class="GtkImageMenuItem" id="file_new_imagemenuitem">
25 <property name="label">gtk-new</property>
26 <property name="visible">True</property>
27 <property name="use_underline">True</property>
28 <property name="use_stock">True</property>
29 </object>
30 </child>
31 <child>
32 <object class="GtkImageMenuItem" id="file_open_imagemenuitem">
33 <property name="label">gtk-open</property>
34 <property name="visible">True</property>
35 <property name="use_underline">True</property>
36 <property name="use_stock">True</property>
37 <signal name="activate" handler="gtk_widget_show" object="output_filechooserdialog"/>
38 </object>
39 </child>
40 <child>
41 <object class="GtkImageMenuItem" id="file_save_imagemenuitem">
42 <property name="label">gtk-save</property>
43 <property name="visible">True</property>
44 <property name="use_underline">True</property>
45 <property name="use_stock">True</property>
46 </object>
47 </child>
48 <child>
49 <object class="GtkImageMenuItem" id="file_saveas_imagemenuitem">
50 <property name="label">gtk-save-as</property>
51 <property name="visible">True</property>
52 <property name="use_underline">True</property>
53 <property name="use_stock">True</property>
54 </object>
55 </child>
56 <child>
57 <object class="GtkSeparatorMenuItem" id="separatormenuitem1">
58 <property name="visible">True</property>
59 </object>
60 </child>
61 <child>
62 <object class="GtkImageMenuItem" id="file_quit_imagemenuitem">
63 <property name="label">gtk-quit</property>
64 <property name="visible">True</property>
65 <property name="use_underline">True</property>
66 <property name="use_stock">True</property>
67 <signal name="activate" handler="gtk_main_quit"/>
68 </object>
69 </child>
70 </object>
71 </child>
72 </object>
73 </child>
74 <child>
75 <object class="GtkMenuItem" id="main_menu_view_menuitem">
76 <property name="visible">True</property>
77 <property name="label" translatable="yes">_View</property>
78 <property name="use_underline">True</property>
79 </object>
80 </child>
81 <child>
82 <object class="GtkMenuItem" id="main_menu_help_menuitem">
83 <property name="visible">True</property>
84 <property name="label" translatable="yes">_Help</property>
85 <property name="use_underline">True</property>
86 <child type="submenu">
87 <object class="GtkMenu" id="help_menu">
88 <property name="visible">True</property>
89 <property name="ubuntu_local">True</property>
90 <child>
91 <object class="GtkImageMenuItem" id="help_about_imagemenuitem">
92 <property name="label">gtk-about</property>
93 <property name="visible">True</property>
94 <property name="use_underline">True</property>
95 <property name="use_stock">True</property>
96 </object>
97 </child>
98 </object>
99 </child>
100 </object>
101 </child>
102 </object>
103 <packing>
104 <property name="expand">False</property>
105 <property name="position">0</property>
106 </packing>
107 </child>
108 <child>
109 <object class="GtkScrolledWindow" id="image_detail_window">
110 <property name="visible">True</property>
111 <property name="can_focus">True</property>
112 <property name="hscrollbar_policy">automatic</property>
113 <property name="vscrollbar_policy">automatic</property>
114 <child>
115 <object class="GtkViewport" id="image_detail_viewport">
116 <property name="visible">True</property>
117 <property name="resize_mode">queue</property>
118 <child>
119 <object class="GtkDrawingArea" id="image_detail_drawingarea">
120 <property name="visible">True</property>
121 </object>
122 </child>
123 </object>
124 </child>
125 </object>
126 <packing>
127 <property name="position">1</property>
128 </packing>
129 </child>
130 </object>
131 </child>
132 </object>
133 <object class="GtkFileChooserDialog" id="output_filechooserdialog">
134 <property name="border_width">5</property>
135 <property name="type_hint">normal</property>
136 <signal name="delete_event" handler="gtk_widget_hide_on_delete"/>
137 <child internal-child="vbox">
138 <object class="GtkVBox" id="dialog-vbox2">
139 <property name="visible">True</property>
140 <property name="spacing">2</property>
141 <child>
142 <placeholder/>
143 </child>
144 <child internal-child="action_area">
145 <object class="GtkHButtonBox" id="dialog-action_area2">
146 <property name="visible">True</property>
147 <property name="layout_style">end</property>
148 <child>
149 <object class="GtkButton" id="output_cancel_button">
150 <property name="label">gtk-cancel</property>
151 <property name="visible">True</property>
152 <property name="can_focus">True</property>
153 <property name="can_default">True</property>
154 <property name="receives_default">True</property>
155 <property name="use_stock">True</property>
156 <signal name="clicked" handler="gtk_widget_hide_on_delete" object="output_filechooserdialog"/>
157 </object>
158 <packing>
159 <property name="expand">False</property>
160 <property name="fill">False</property>
161 <property name="position">0</property>
162 </packing>
163 </child>
164 <child>
165 <object class="GtkButton" id="output_open_button">
166 <property name="label">gtk-open</property>
167 <property name="visible">True</property>
168 <property name="can_focus">True</property>
169 <property name="can_default">True</property>
170 <property name="has_default">True</property>
171 <property name="receives_default">True</property>
172 <property name="use_stock">True</property>
173 <signal name="clicked" handler="waterfall_open_output" object="output_filechooserdialog"/>
174 </object>
175 <packing>
176 <property name="expand">False</property>
177 <property name="fill">False</property>
178 <property name="position">1</property>
179 </packing>
180 </child>
181 </object>
182 <packing>
183 <property name="expand">False</property>
184 <property name="pack_type">end</property>
185 <property name="position">0</property>
186 </packing>
187 </child>
188 </object>
189 </child>
190 <action-widgets>
191 <action-widget response="0">output_cancel_button</action-widget>
192 <action-widget response="0">output_open_button</action-widget>
193 </action-widgets>
194 </object>
195 </interface>