Merge remote-tracking branch 'origin/master' into sheet
[pspp] / src / ui / gui / chi-square.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- PSPP - a program for statistical analysis. -->
3 <!-- Copyright (C) 2017 Free Software Foundation, Inc. -->
4
5 <!-- This program is free software: you can redistribute it and/or modify -->
6 <!-- it under the terms of the GNU General Public License as published by -->
7 <!-- the Free Software Foundation, either version 3 of the License, or -->
8 <!-- (at your option) any later version. -->
9
10 <!-- This program is distributed in the hope that it will be useful, -->
11 <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
12 <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -->
13 <!-- GNU General Public License for more details. -->
14
15 <!-- You should have received a copy of the GNU General Public License -->
16 <!-- along with this program.  If not, see <http://www.gnu.org/licenses/>. -->
17
18 <!-- Generated with glade 3.18.3 -->
19 <interface>
20   <requires lib="gtk+" version="3.4.2"/>
21   <requires lib="psppire" version="2053.63976"/>
22   <object class="GtkAdjustment" id="adjustment1">
23     <property name="upper">100</property>
24     <property name="step_increment">1</property>
25     <property name="page_increment">10</property>
26   </object>
27   <object class="PsppireDialog" id="chisquare-dialog">
28     <property name="can_focus">False</property>
29     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
30     <property name="title" translatable="yes">Chi-Square Test</property>
31     <property name="modal">True</property>
32     <property name="help_page">NPAR-TESTS#CHISQUARE</property>
33     <child>
34       <object class="GtkBox" id="dialog-hbox13">
35         <property name="visible">True</property>
36         <property name="can_focus">False</property>
37         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
38         <child>
39           <object class="GtkGrid" id="table1">
40             <property name="visible">True</property>
41             <property name="can_focus">False</property>
42             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
43             <property name="margin_left">5</property>
44             <property name="margin_right">5</property>
45             <property name="margin_top">5</property>
46             <property name="margin_bottom">5</property>
47             <property name="row_spacing">5</property>
48             <child>
49               <object class="PsppireSelector" id="psppire-selector1">
50                 <property name="visible">True</property>
51                 <property name="can_focus">True</property>
52                 <property name="receives_default">True</property>
53                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
54                 <property name="halign">center</property>
55                 <property name="valign">center</property>
56                 <property name="border_width">5</property>
57                 <property name="source_widget">dict-view</property>
58                 <property name="dest_widget">variables-treeview</property>
59               </object>
60               <packing>
61                 <property name="left_attach">1</property>
62                 <property name="top_attach">0</property>
63               </packing>
64             </child>
65             <child>
66               <object class="GtkFrame" id="frame2">
67                 <property name="visible">True</property>
68                 <property name="can_focus">False</property>
69                 <property name="vexpand">False</property>
70                 <property name="label_xalign">0</property>
71                 <child>
72                   <object class="GtkBox" id="vbox3">
73                     <property name="visible">True</property>
74                     <property name="can_focus">False</property>
75                     <property name="margin_left">5</property>
76                     <property name="margin_right">5</property>
77                     <property name="margin_top">5</property>
78                     <property name="margin_bottom">5</property>
79                     <property name="orientation">vertical</property>
80                     <child>
81                       <object class="GtkRadioButton" id="radiobutton1">
82                         <property name="label" translatable="yes">All categor_ies equal</property>
83                         <property name="visible">True</property>
84                         <property name="can_focus">True</property>
85                         <property name="receives_default">False</property>
86                         <property name="use_underline">True</property>
87                         <property name="xalign">0.5</property>
88                         <property name="active">True</property>
89                         <property name="draw_indicator">True</property>
90                       </object>
91                       <packing>
92                         <property name="expand">True</property>
93                         <property name="fill">True</property>
94                         <property name="position">0</property>
95                       </packing>
96                     </child>
97                     <child>
98                       <object class="GtkBox" id="hbox1">
99                         <property name="visible">True</property>
100                         <property name="can_focus">False</property>
101                         <child>
102                           <object class="GtkRadioButton" id="radiobutton2">
103                             <property name="label" translatable="yes">_Values</property>
104                             <property name="visible">True</property>
105                             <property name="can_focus">True</property>
106                             <property name="receives_default">False</property>
107                             <property name="use_underline">True</property>
108                             <property name="xalign">0.5</property>
109                             <property name="draw_indicator">True</property>
110                             <property name="group">radiobutton1</property>
111                           </object>
112                           <packing>
113                             <property name="expand">True</property>
114                             <property name="fill">True</property>
115                             <property name="position">0</property>
116                           </packing>
117                         </child>
118                         <child>
119                           <object class="GtkEntry" id="expected-value-entry">
120                             <property name="visible">True</property>
121                             <property name="sensitive">False</property>
122                             <property name="can_focus">True</property>
123                             <property name="invisible_char">●</property>
124                           </object>
125                           <packing>
126                             <property name="expand">True</property>
127                             <property name="fill">True</property>
128                             <property name="position">1</property>
129                           </packing>
130                         </child>
131                       </object>
132                       <packing>
133                         <property name="expand">True</property>
134                         <property name="fill">True</property>
135                         <property name="position">1</property>
136                       </packing>
137                     </child>
138                     <child>
139                       <object class="PsppireAcr" id="psppire-acr1">
140                         <property name="visible">True</property>
141                         <property name="can_focus">False</property>
142                         <property name="border_width">5</property>
143                         <child>
144                           <placeholder/>
145                         </child>
146                       </object>
147                       <packing>
148                         <property name="expand">True</property>
149                         <property name="fill">True</property>
150                         <property name="position">2</property>
151                       </packing>
152                     </child>
153                   </object>
154                 </child>
155                 <child type="label">
156                   <object class="GtkLabel" id="label3">
157                     <property name="visible">True</property>
158                     <property name="can_focus">False</property>
159                     <property name="label" translatable="yes">Expected Values:</property>
160                     <property name="use_markup">True</property>
161                   </object>
162                 </child>
163               </object>
164               <packing>
165                 <property name="left_attach">2</property>
166                 <property name="top_attach">1</property>
167               </packing>
168             </child>
169             <child>
170               <object class="GtkFrame" id="frame3">
171                 <property name="visible">True</property>
172                 <property name="can_focus">False</property>
173                 <property name="hexpand">True</property>
174                 <property name="vexpand">True</property>
175                 <property name="label_xalign">0</property>
176                 <property name="shadow_type">none</property>
177                 <child>
178                   <object class="GtkScrolledWindow" id="scrolledwindow1">
179                     <property name="visible">True</property>
180                     <property name="can_focus">True</property>
181                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
182                     <property name="margin_start">12</property>
183                     <property name="hscrollbar_policy">never</property>
184                     <property name="shadow_type">etched-in</property>
185                     <child>
186                       <object class="PsppireVarView" id="variables-treeview">
187                         <property name="visible">True</property>
188                         <property name="can_focus">True</property>
189                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
190                         <property name="border_width">0</property>
191                         <property name="headers_visible">False</property>
192                         <property name="headers_clickable">False</property>
193                         <child internal-child="selection">
194                           <object class="GtkTreeSelection" id="psppire-var-view-selection1"/>
195                         </child>
196                       </object>
197                     </child>
198                   </object>
199                 </child>
200                 <child type="label">
201                   <object class="GtkLabel" id="label1">
202                     <property name="visible">True</property>
203                     <property name="can_focus">False</property>
204                     <property name="label" translatable="yes">Test _Variables</property>
205                     <property name="use_markup">True</property>
206                     <property name="use_underline">True</property>
207                     <property name="mnemonic_widget">variables-treeview</property>
208                   </object>
209                 </child>
210               </object>
211               <packing>
212                 <property name="left_attach">2</property>
213                 <property name="top_attach">0</property>
214               </packing>
215             </child>
216             <child>
217               <object class="GtkEventBox" id="eventbox1">
218                 <property name="visible">True</property>
219                 <property name="can_focus">False</property>
220                 <property name="vexpand">False</property>
221                 <child>
222                   <placeholder/>
223                 </child>
224               </object>
225               <packing>
226                 <property name="left_attach">1</property>
227                 <property name="top_attach">1</property>
228               </packing>
229             </child>
230             <child>
231               <object class="GtkBox" id="box1">
232                 <property name="visible">True</property>
233                 <property name="can_focus">False</property>
234                 <property name="orientation">vertical</property>
235                 <property name="spacing">5</property>
236                 <child>
237                   <object class="GtkScrolledWindow" id="scrolledwindow5">
238                     <property name="visible">True</property>
239                     <property name="can_focus">True</property>
240                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
241                     <property name="hexpand">True</property>
242                     <property name="vexpand">True</property>
243                     <property name="hscrollbar_policy">never</property>
244                     <property name="shadow_type">etched-in</property>
245                     <child>
246                       <object class="PsppireDictView" id="dict-view">
247                         <property name="visible">True</property>
248                         <property name="can_focus">True</property>
249                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
250                         <property name="border_width">0</property>
251                         <property name="headers_visible">False</property>
252                         <property name="headers_clickable">False</property>
253                         <child internal-child="selection">
254                           <object class="GtkTreeSelection" id="psppire-dictview-selection"/>
255                         </child>
256                       </object>
257                     </child>
258                   </object>
259                   <packing>
260                     <property name="expand">False</property>
261                     <property name="fill">True</property>
262                     <property name="position">0</property>
263                   </packing>
264                 </child>
265                 <child>
266                   <object class="GtkFrame" id="frame1">
267                     <property name="visible">True</property>
268                     <property name="can_focus">False</property>
269                     <property name="label_xalign">0</property>
270                     <child>
271                       <object class="GtkBox" id="vbox4">
272                         <property name="visible">True</property>
273                         <property name="can_focus">False</property>
274                         <property name="margin_left">5</property>
275                         <property name="margin_right">5</property>
276                         <property name="margin_top">5</property>
277                         <property name="margin_bottom">5</property>
278                         <property name="orientation">vertical</property>
279                         <child>
280                           <object class="GtkRadioButton" id="radiobutton3">
281                             <property name="label" translatable="yes">_Get from data</property>
282                             <property name="visible">True</property>
283                             <property name="can_focus">True</property>
284                             <property name="receives_default">False</property>
285                             <property name="use_underline">True</property>
286                             <property name="xalign">0</property>
287                             <property name="active">True</property>
288                             <property name="draw_indicator">True</property>
289                           </object>
290                           <packing>
291                             <property name="expand">False</property>
292                             <property name="fill">False</property>
293                             <property name="position">0</property>
294                           </packing>
295                         </child>
296                         <child>
297                           <object class="GtkRadioButton" id="radiobutton4">
298                             <property name="label" translatable="yes">Use _specified range</property>
299                             <property name="visible">True</property>
300                             <property name="can_focus">True</property>
301                             <property name="receives_default">False</property>
302                             <property name="use_underline">True</property>
303                             <property name="xalign">0</property>
304                             <property name="draw_indicator">True</property>
305                             <property name="group">radiobutton3</property>
306                           </object>
307                           <packing>
308                             <property name="expand">False</property>
309                             <property name="fill">False</property>
310                             <property name="position">1</property>
311                           </packing>
312                         </child>
313                         <child>
314                           <object class="GtkGrid" id="range-table">
315                             <property name="visible">True</property>
316                             <property name="sensitive">False</property>
317                             <property name="can_focus">False</property>
318                             <property name="column_spacing">5</property>
319                             <child>
320                               <object class="GtkLabel" id="label4">
321                                 <property name="visible">True</property>
322                                 <property name="can_focus">False</property>
323                                 <property name="label" translatable="yes">_Lower:</property>
324                                 <property name="use_markup">True</property>
325                                 <property name="use_underline">True</property>
326                                 <property name="mnemonic_widget">entry1</property>
327                               </object>
328                               <packing>
329                                 <property name="left_attach">0</property>
330                                 <property name="top_attach">0</property>
331                               </packing>
332                             </child>
333                             <child>
334                               <object class="GtkLabel" id="label5">
335                                 <property name="visible">True</property>
336                                 <property name="can_focus">False</property>
337                                 <property name="label" translatable="yes">_Upper:</property>
338                                 <property name="use_underline">True</property>
339                                 <property name="mnemonic_widget">entry2</property>
340                               </object>
341                               <packing>
342                                 <property name="left_attach">0</property>
343                                 <property name="top_attach">1</property>
344                               </packing>
345                             </child>
346                             <child>
347                               <object class="GtkEntry" id="entry1">
348                                 <property name="visible">True</property>
349                                 <property name="can_focus">True</property>
350                                 <property name="invisible_char">●</property>
351                               </object>
352                               <packing>
353                                 <property name="left_attach">1</property>
354                                 <property name="top_attach">0</property>
355                               </packing>
356                             </child>
357                             <child>
358                               <object class="GtkEntry" id="entry2">
359                                 <property name="visible">True</property>
360                                 <property name="can_focus">True</property>
361                                 <property name="invisible_char">●</property>
362                               </object>
363                               <packing>
364                                 <property name="left_attach">1</property>
365                                 <property name="top_attach">1</property>
366                               </packing>
367                             </child>
368                           </object>
369                           <packing>
370                             <property name="expand">False</property>
371                             <property name="fill">False</property>
372                             <property name="position">2</property>
373                           </packing>
374                         </child>
375                       </object>
376                     </child>
377                     <child type="label">
378                       <object class="GtkLabel" id="label2">
379                         <property name="visible">True</property>
380                         <property name="can_focus">False</property>
381                         <property name="label" translatable="yes">Expected Range:</property>
382                         <property name="use_markup">True</property>
383                       </object>
384                     </child>
385                   </object>
386                   <packing>
387                     <property name="expand">False</property>
388                     <property name="fill">True</property>
389                     <property name="position">1</property>
390                   </packing>
391                 </child>
392               </object>
393               <packing>
394                 <property name="left_attach">0</property>
395                 <property name="top_attach">0</property>
396                 <property name="height">2</property>
397               </packing>
398             </child>
399           </object>
400           <packing>
401             <property name="expand">True</property>
402             <property name="fill">True</property>
403             <property name="position">0</property>
404           </packing>
405         </child>
406         <child>
407           <object class="PsppireButtonbox" id="psppire-vbuttonbox1">
408             <property name="orientation">vertical</property>
409             <property name="visible">True</property>
410             <property name="can_focus">False</property>
411             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
412             <property name="border_width">5</property>
413           </object>
414           <packing>
415             <property name="expand">False</property>
416             <property name="fill">False</property>
417             <property name="pack_type">end</property>
418             <property name="position">1</property>
419           </packing>
420         </child>
421       </object>
422     </child>
423   </object>
424 </interface>