Add copyright and licence notices to files which lack them.
[pspp] / src / ui / gui / reliability.ui
1 <!-- PSPP - a program for statistical analysis. -->
2 <!-- Copyright (C) 2017 Free Software Foundation, Inc. -->
3
4 <!-- This program is free software: you can redistribute it and/or modify -->
5 <!-- it under the terms of the GNU General Public License as published by -->
6 <!-- the Free Software Foundation, either version 3 of the License, or -->
7 <!-- (at your option) any later version. -->
8
9 <!-- This program is distributed in the hope that it will be useful, -->
10 <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
11 <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -->
12 <!-- GNU General Public License for more details. -->
13
14 <!-- You should have received a copy of the GNU General Public License -->
15 <!-- along with this program.  If not, see <http://www.gnu.org/licenses/>. -->
16
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!-- Generated with glade 3.18.3 -->
19 <interface>
20   <requires lib="gtk+" version="3.4.2"/>
21   <requires lib="psppire" version="0.0"/>
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="GtkListStore" id="model1">
28     <columns>
29       <!-- column-name gchararray -->
30       <column type="gchararray"/>
31     </columns>
32     <data>
33       <row>
34         <col id="0" translatable="yes">Alpha</col>
35       </row>
36       <row>
37         <col id="0" translatable="yes">Split</col>
38       </row>
39     </data>
40   </object>
41   <object class="PsppireDialog" id="reliability-dialog">
42     <property name="can_focus">False</property>
43     <property name="title" translatable="yes">Reliability Analysis</property>
44     <property name="modal">True</property>
45     <property name="help_page">RELIABILITY</property>
46     <child>
47       <object class="GtkBox" id="dialog-hbox5">
48         <property name="visible">True</property>
49         <property name="can_focus">False</property>
50         <child>
51           <object class="GtkBox" id="vbox1">
52             <property name="visible">True</property>
53             <property name="can_focus">False</property>
54             <property name="margin_left">5</property>
55             <property name="margin_right">5</property>
56             <property name="margin_top">5</property>
57             <property name="margin_bottom">5</property>
58             <property name="orientation">vertical</property>
59             <property name="spacing">12</property>
60             <child>
61               <object class="GtkBox" id="hbox1">
62                 <property name="visible">True</property>
63                 <property name="can_focus">False</property>
64                 <child>
65                   <object class="GtkScrolledWindow" id="scrolledwindow1">
66                     <property name="visible">True</property>
67                     <property name="can_focus">True</property>
68                     <property name="hscrollbar_policy">never</property>
69                     <property name="shadow_type">etched-in</property>
70                     <child>
71                       <object class="PsppireDictView" id="dict-view">
72                         <property name="visible">True</property>
73                         <property name="can_focus">True</property>
74                         <property name="border_width">5</property>
75                         <property name="headers_visible">False</property>
76                         <property name="headers_clickable">False</property>
77                         <child internal-child="selection">
78                           <object class="GtkTreeSelection" id="psppire-dictview-selection"/>
79                         </child>
80                       </object>
81                     </child>
82                   </object>
83                   <packing>
84                     <property name="expand">True</property>
85                     <property name="fill">True</property>
86                     <property name="position">0</property>
87                   </packing>
88                 </child>
89                 <child>
90                   <object class="PsppireSelector" id="psppire-selector1">
91                     <property name="visible">True</property>
92                     <property name="can_focus">True</property>
93                     <property name="receives_default">True</property>
94                     <property name="no_show_all">True</property>
95                     <property name="halign">center</property>
96                     <property name="valign">center</property>
97                     <property name="border_width">5</property>
98                     <property name="source_widget">dict-view</property>
99                     <property name="dest_widget">treeview2</property>
100                   </object>
101                   <packing>
102                     <property name="expand">False</property>
103                     <property name="fill">False</property>
104                     <property name="position">1</property>
105                   </packing>
106                 </child>
107                 <child>
108                   <object class="GtkBox" id="vbox2">
109                     <property name="visible">True</property>
110                     <property name="can_focus">False</property>
111                     <property name="orientation">vertical</property>
112                     <property name="spacing">5</property>
113                     <child>
114                       <object class="GtkFrame" id="frame1">
115                         <property name="visible">True</property>
116                         <property name="can_focus">False</property>
117                         <property name="label_xalign">0</property>
118                         <property name="shadow_type">none</property>
119                         <child>
120                           <object class="GtkScrolledWindow" id="scrolledwindow2">
121                             <property name="visible">True</property>
122                             <property name="can_focus">True</property>
123                             <property name="margin_start">12</property>
124                             <property name="hscrollbar_policy">never</property>
125                             <property name="shadow_type">etched-in</property>
126                             <child>
127                               <object class="PsppireVarView" id="treeview2">
128                                 <property name="visible">True</property>
129                                 <property name="can_focus">True</property>
130                                 <property name="border_width">0</property>
131                                 <property name="headers_visible">False</property>
132                                 <property name="headers_clickable">False</property>
133                                 <child internal-child="selection">
134                                   <object class="GtkTreeSelection" id="psppire-var-view-selection"/>
135                                 </child>
136                               </object>
137                             </child>
138                           </object>
139                         </child>
140                         <child type="label">
141                           <object class="GtkLabel" id="label1">
142                             <property name="visible">True</property>
143                             <property name="can_focus">False</property>
144                             <property name="label" translatable="yes">_Items:</property>
145                             <property name="use_markup">True</property>
146                             <property name="use_underline">True</property>
147                             <property name="mnemonic_widget">treeview2</property>
148                           </object>
149                         </child>
150                       </object>
151                       <packing>
152                         <property name="expand">True</property>
153                         <property name="fill">True</property>
154                         <property name="position">0</property>
155                       </packing>
156                     </child>
157                     <child>
158                       <object class="GtkBox" id="hbox2">
159                         <property name="visible">True</property>
160                         <property name="can_focus">False</property>
161                         <child>
162                           <object class="GtkLabel" id="label3">
163                             <property name="visible">True</property>
164                             <property name="can_focus">False</property>
165                             <property name="xalign">1</property>
166                             <property name="label" translatable="yes">_Model: </property>
167                             <property name="use_underline">True</property>
168                             <property name="justify">right</property>
169                             <property name="mnemonic_widget">combobox1</property>
170                           </object>
171                           <packing>
172                             <property name="expand">False</property>
173                             <property name="fill">False</property>
174                             <property name="position">0</property>
175                           </packing>
176                         </child>
177                         <child>
178                           <object class="GtkComboBox" id="combobox1">
179                             <property name="visible">True</property>
180                             <property name="can_focus">False</property>
181                             <property name="model">model1</property>
182                             <child>
183                               <object class="GtkCellRendererText" id="renderer1"/>
184                               <attributes>
185                                 <attribute name="text">0</attribute>
186                               </attributes>
187                             </child>
188                           </object>
189                           <packing>
190                             <property name="expand">False</property>
191                             <property name="fill">True</property>
192                             <property name="position">1</property>
193                           </packing>
194                         </child>
195                       </object>
196                       <packing>
197                         <property name="expand">False</property>
198                         <property name="fill">True</property>
199                         <property name="position">1</property>
200                       </packing>
201                     </child>
202                     <child>
203                       <object class="GtkBox" id="split-point-hbox">
204                         <property name="visible">True</property>
205                         <property name="sensitive">False</property>
206                         <property name="can_focus">False</property>
207                         <property name="spacing">5</property>
208                         <child>
209                           <object class="GtkLabel" id="label2">
210                             <property name="visible">True</property>
211                             <property name="can_focus">False</property>
212                             <property name="label" translatable="yes">_Variables in first split:</property>
213                             <property name="use_underline">True</property>
214                             <property name="mnemonic_widget">spinbutton1</property>
215                           </object>
216                           <packing>
217                             <property name="expand">False</property>
218                             <property name="fill">True</property>
219                             <property name="position">0</property>
220                           </packing>
221                         </child>
222                         <child>
223                           <object class="GtkSpinButton" id="spinbutton1">
224                             <property name="visible">True</property>
225                             <property name="can_focus">True</property>
226                             <property name="invisible_char">●</property>
227                             <property name="text" translatable="yes">0</property>
228                             <property name="adjustment">adjustment1</property>
229                           </object>
230                           <packing>
231                             <property name="expand">False</property>
232                             <property name="fill">True</property>
233                             <property name="position">1</property>
234                           </packing>
235                         </child>
236                       </object>
237                       <packing>
238                         <property name="expand">False</property>
239                         <property name="fill">True</property>
240                         <property name="position">2</property>
241                       </packing>
242                     </child>
243                   </object>
244                   <packing>
245                     <property name="expand">True</property>
246                     <property name="fill">True</property>
247                     <property name="position">2</property>
248                   </packing>
249                 </child>
250               </object>
251               <packing>
252                 <property name="expand">True</property>
253                 <property name="fill">True</property>
254                 <property name="position">0</property>
255               </packing>
256             </child>
257             <child>
258               <object class="GtkCheckButton" id="totals-checkbutton">
259                 <property name="label" translatable="yes">Show _descriptives for scale if item is deleted</property>
260                 <property name="visible">True</property>
261                 <property name="can_focus">True</property>
262                 <property name="receives_default">False</property>
263                 <property name="use_underline">True</property>
264                 <property name="xalign">0</property>
265                 <property name="draw_indicator">True</property>
266               </object>
267               <packing>
268                 <property name="expand">False</property>
269                 <property name="fill">False</property>
270                 <property name="position">1</property>
271               </packing>
272             </child>
273           </object>
274           <packing>
275             <property name="expand">True</property>
276             <property name="fill">True</property>
277             <property name="position">0</property>
278           </packing>
279         </child>
280         <child>
281           <object class="PsppireButtonbox" id="psppire-vbuttonbox1">
282             <property name="orientation">vertical</property>
283             <property name="visible">True</property>
284             <property name="can_focus">False</property>
285             <property name="border_width">5</property>
286           </object>
287           <packing>
288             <property name="expand">False</property>
289             <property name="fill">False</property>
290             <property name="pack_type">end</property>
291             <property name="position">1</property>
292           </packing>
293         </child>
294       </object>
295     </child>
296   </object>
297 </interface>