1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- PSPP - a program for statistical analysis. -->
3 <!-- Copyright (C) 2017 Free Software Foundation, Inc. -->
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. -->
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. -->
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/>. -->
18 <!-- Generated with glade 3.18.3 -->
20 <requires lib="gtk+" version="3.4.2"/>
21 <requires lib="psppire" version="0.0"/>
22 <object class="PsppireDialog" id="k-related-dialog">
23 <property name="can_focus">False</property>
24 <property name="title" translatable="yes">Tests for Several Related Samples</property>
25 <property name="modal">True</property>
26 <property name="help_page">NPAR-TESTS</property>
28 <object class="GtkBox" id="dialog-hbox1">
29 <property name="visible">True</property>
30 <property name="can_focus">False</property>
31 <property name="margin_left">5</property>
32 <property name="margin_right">5</property>
33 <property name="margin_top">5</property>
34 <property name="orientation">vertical</property>
35 <property name="spacing">2</property>
37 <object class="GtkBox" id="hbox1">
38 <property name="visible">True</property>
39 <property name="can_focus">False</property>
41 <object class="GtkScrolledWindow" id="scrolledwindow1">
42 <property name="visible">True</property>
43 <property name="can_focus">True</property>
44 <property name="vexpand">True</property>
45 <property name="shadow_type">in</property>
47 <object class="PsppireDictView" id="dict-view">
48 <property name="visible">True</property>
49 <property name="can_focus">True</property>
50 <property name="border_width">5</property>
51 <property name="headers_visible">False</property>
52 <property name="headers_clickable">False</property>
53 <child internal-child="selection">
54 <object class="GtkTreeSelection" id="psppire-dictview-selection"/>
60 <property name="expand">True</property>
61 <property name="fill">True</property>
62 <property name="position">0</property>
66 <object class="PsppireSelector" id="psppire-selector1">
67 <property name="visible">True</property>
68 <property name="can_focus">True</property>
69 <property name="receives_default">True</property>
70 <property name="halign">center</property>
71 <property name="valign">center</property>
72 <property name="border_width">5</property>
73 <property name="source_widget">dict-view</property>
74 <property name="dest_widget">variables-treeview</property>
77 <property name="expand">False</property>
78 <property name="fill">True</property>
79 <property name="position">1</property>
83 <object class="GtkFrame" id="frame2">
84 <property name="visible">True</property>
85 <property name="can_focus">False</property>
86 <property name="hexpand">True</property>
87 <property name="label_xalign">0</property>
88 <property name="shadow_type">none</property>
90 <object class="GtkScrolledWindow" id="scrolledwindow2">
91 <property name="visible">True</property>
92 <property name="can_focus">True</property>
93 <property name="margin_start">12</property>
94 <property name="shadow_type">in</property>
96 <object class="PsppireVarView" id="variables-treeview">
97 <property name="visible">True</property>
98 <property name="can_focus">True</property>
99 <property name="border_width">5</property>
100 <property name="headers_visible">False</property>
101 <property name="headers_clickable">False</property>
102 <child internal-child="selection">
103 <object class="GtkTreeSelection" id="psppire-var-view-selection"/>
110 <object class="GtkLabel" id="label1">
111 <property name="visible">True</property>
112 <property name="can_focus">False</property>
113 <property name="label" translatable="yes">_Test Variables:</property>
114 <property name="use_markup">True</property>
115 <property name="use_underline">True</property>
116 <property name="mnemonic_widget">variables-treeview</property>
121 <property name="expand">False</property>
122 <property name="fill">True</property>
123 <property name="position">2</property>
128 <property name="expand">True</property>
129 <property name="fill">True</property>
130 <property name="position">0</property>
134 <object class="GtkFrame" id="frame1">
135 <property name="visible">True</property>
136 <property name="can_focus">False</property>
137 <property name="label_xalign">0</property>
139 <object class="GtkButtonBox" id="hbuttonbox1">
140 <property name="visible">True</property>
141 <property name="can_focus">False</property>
142 <property name="margin_start">12</property>
144 <object class="GtkCheckButton" id="friedman-checkbutton">
145 <property name="label" translatable="yes">_Friedman</property>
146 <property name="visible">True</property>
147 <property name="can_focus">True</property>
148 <property name="receives_default">False</property>
149 <property name="use_underline">True</property>
150 <property name="xalign">0</property>
151 <property name="draw_indicator">True</property>
154 <property name="expand">False</property>
155 <property name="fill">False</property>
156 <property name="position">0</property>
160 <object class="GtkCheckButton" id="kendal-checkbutton">
161 <property name="label" translatable="yes">_Kendall's W</property>
162 <property name="visible">True</property>
163 <property name="can_focus">True</property>
164 <property name="receives_default">False</property>
165 <property name="use_underline">True</property>
166 <property name="xalign">0</property>
167 <property name="draw_indicator">True</property>
170 <property name="expand">False</property>
171 <property name="fill">False</property>
172 <property name="position">1</property>
176 <object class="GtkCheckButton" id="cochran-checkbutton">
177 <property name="label" translatable="yes">_Cochran's Q</property>
178 <property name="visible">True</property>
179 <property name="can_focus">True</property>
180 <property name="receives_default">False</property>
181 <property name="use_underline">True</property>
182 <property name="xalign">0</property>
183 <property name="draw_indicator">True</property>
186 <property name="expand">False</property>
187 <property name="fill">False</property>
188 <property name="position">2</property>
194 <object class="GtkLabel" id="frame">
195 <property name="visible">True</property>
196 <property name="can_focus">False</property>
197 <property name="label" translatable="yes">Test Type</property>
198 <property name="use_markup">True</property>
203 <property name="expand">False</property>
204 <property name="fill">True</property>
205 <property name="position">1</property>
209 <object class="PsppireButtonbox" id="psppire-hbuttonbox1">
210 <property name="orientation">horizontal</property>
211 <property name="visible">True</property>
212 <property name="can_focus">False</property>
213 <property name="border_width">5</property>
216 <property name="expand">False</property>
217 <property name="fill">False</property>
218 <property name="pack_type">end</property>
219 <property name="position">3</property>