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