descriptivestatisticsdialog.ui 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="sc">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="DescriptiveStatisticsDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="descriptivestatisticsdialog|DescriptiveStatisticsDialog">Descriptive Statistics</property>
  9. <property name="resizable">False</property>
  10. <property name="default_width">0</property>
  11. <property name="default_height">0</property>
  12. <property name="type_hint">dialog</property>
  13. <child internal-child="vbox">
  14. <object class="GtkBox" id="dialog-vbox1">
  15. <property name="can_focus">False</property>
  16. <property name="orientation">vertical</property>
  17. <property name="spacing">12</property>
  18. <child internal-child="action_area">
  19. <object class="GtkButtonBox" id="dialog-action_area1">
  20. <property name="can_focus">False</property>
  21. <property name="layout_style">end</property>
  22. <child>
  23. <object class="GtkButton" id="ok">
  24. <property name="label">gtk-ok</property>
  25. <property name="visible">True</property>
  26. <property name="can_focus">True</property>
  27. <property name="can_default">True</property>
  28. <property name="has_default">True</property>
  29. <property name="receives_default">True</property>
  30. <property name="use_stock">True</property>
  31. </object>
  32. <packing>
  33. <property name="expand">False</property>
  34. <property name="fill">True</property>
  35. <property name="position">0</property>
  36. </packing>
  37. </child>
  38. <child>
  39. <object class="GtkButton" id="cancel">
  40. <property name="label">gtk-cancel</property>
  41. <property name="visible">True</property>
  42. <property name="can_focus">True</property>
  43. <property name="can_default">True</property>
  44. <property name="receives_default">True</property>
  45. <property name="use_stock">True</property>
  46. </object>
  47. <packing>
  48. <property name="expand">False</property>
  49. <property name="fill">True</property>
  50. <property name="position">1</property>
  51. </packing>
  52. </child>
  53. <child>
  54. <object class="GtkButton" id="help">
  55. <property name="label">gtk-help</property>
  56. <property name="visible">True</property>
  57. <property name="can_focus">True</property>
  58. <property name="receives_default">True</property>
  59. <property name="use_stock">True</property>
  60. </object>
  61. <packing>
  62. <property name="expand">False</property>
  63. <property name="fill">True</property>
  64. <property name="position">2</property>
  65. <property name="secondary">True</property>
  66. </packing>
  67. </child>
  68. </object>
  69. <packing>
  70. <property name="expand">False</property>
  71. <property name="fill">True</property>
  72. <property name="pack_type">end</property>
  73. <property name="position">0</property>
  74. </packing>
  75. </child>
  76. <child>
  77. <object class="GtkFrame" id="framedata">
  78. <property name="visible">True</property>
  79. <property name="can_focus">False</property>
  80. <property name="label_xalign">0</property>
  81. <property name="shadow_type">none</property>
  82. <child>
  83. <object class="GtkAlignment" id="alignment1">
  84. <property name="visible">True</property>
  85. <property name="can_focus">False</property>
  86. <property name="top_padding">6</property>
  87. <property name="bottom_padding">6</property>
  88. <property name="left_padding">12</property>
  89. <property name="right_padding">12</property>
  90. <child>
  91. <!-- n-columns=1 n-rows=1 -->
  92. <object class="GtkGrid" id="grid1">
  93. <property name="visible">True</property>
  94. <property name="can_focus">False</property>
  95. <property name="row_spacing">6</property>
  96. <property name="column_spacing">12</property>
  97. <child>
  98. <object class="GtkLabel" id="input-range-label">
  99. <property name="visible">True</property>
  100. <property name="can_focus">False</property>
  101. <property name="label" translatable="yes" context="descriptivestatisticsdialog|input-range-label">Input range:</property>
  102. <property name="use_underline">True</property>
  103. <property name="mnemonic_widget">input-range-edit</property>
  104. <property name="xalign">0</property>
  105. </object>
  106. <packing>
  107. <property name="left_attach">0</property>
  108. <property name="top_attach">0</property>
  109. </packing>
  110. </child>
  111. <child>
  112. <object class="GtkEntry" id="input-range-edit">
  113. <property name="visible">True</property>
  114. <property name="can_focus">True</property>
  115. <property name="valign">center</property>
  116. <property name="hexpand">True</property>
  117. <property name="activates_default">True</property>
  118. <property name="truncate-multiline">True</property>
  119. <property name="width_chars">30</property>
  120. </object>
  121. <packing>
  122. <property name="left_attach">1</property>
  123. <property name="top_attach">0</property>
  124. </packing>
  125. </child>
  126. <child>
  127. <object class="GtkButton" id="input-range-button">
  128. <property name="visible">True</property>
  129. <property name="can_focus">True</property>
  130. <property name="receives_default">True</property>
  131. </object>
  132. <packing>
  133. <property name="left_attach">2</property>
  134. <property name="top_attach">0</property>
  135. </packing>
  136. </child>
  137. <child>
  138. <object class="GtkLabel" id="output-range-label">
  139. <property name="visible">True</property>
  140. <property name="can_focus">False</property>
  141. <property name="label" translatable="yes" context="descriptivestatisticsdialog|output-range-label">Results to:</property>
  142. <property name="use_underline">True</property>
  143. <property name="mnemonic_widget">output-range-edit</property>
  144. <property name="xalign">0</property>
  145. </object>
  146. <packing>
  147. <property name="left_attach">0</property>
  148. <property name="top_attach">1</property>
  149. </packing>
  150. </child>
  151. <child>
  152. <object class="GtkEntry" id="output-range-edit">
  153. <property name="visible">True</property>
  154. <property name="can_focus">True</property>
  155. <property name="valign">center</property>
  156. <property name="hexpand">True</property>
  157. <property name="activates_default">True</property>
  158. <property name="truncate-multiline">True</property>
  159. <property name="width_chars">30</property>
  160. </object>
  161. <packing>
  162. <property name="left_attach">1</property>
  163. <property name="top_attach">1</property>
  164. </packing>
  165. </child>
  166. <child>
  167. <object class="GtkButton" id="output-range-button">
  168. <property name="visible">True</property>
  169. <property name="can_focus">True</property>
  170. <property name="receives_default">True</property>
  171. </object>
  172. <packing>
  173. <property name="left_attach">2</property>
  174. <property name="top_attach">1</property>
  175. </packing>
  176. </child>
  177. </object>
  178. </child>
  179. </object>
  180. </child>
  181. <child type="label">
  182. <object class="GtkLabel" id="label1">
  183. <property name="visible">True</property>
  184. <property name="can_focus">False</property>
  185. <property name="label" translatable="yes" context="descriptivestatisticsdialog|label1">Data</property>
  186. <attributes>
  187. <attribute name="weight" value="bold"/>
  188. </attributes>
  189. </object>
  190. </child>
  191. </object>
  192. <packing>
  193. <property name="expand">False</property>
  194. <property name="fill">True</property>
  195. <property name="position">0</property>
  196. </packing>
  197. </child>
  198. <child>
  199. <object class="GtkFrame" id="frame2">
  200. <property name="visible">True</property>
  201. <property name="can_focus">False</property>
  202. <property name="label_xalign">0</property>
  203. <property name="shadow_type">none</property>
  204. <child>
  205. <object class="GtkAlignment" id="alignment2">
  206. <property name="visible">True</property>
  207. <property name="can_focus">False</property>
  208. <property name="top_padding">6</property>
  209. <property name="bottom_padding">6</property>
  210. <property name="left_padding">12</property>
  211. <property name="right_padding">12</property>
  212. <child>
  213. <!-- n-columns=1 n-rows=1 -->
  214. <object class="GtkGrid" id="grid2">
  215. <property name="visible">True</property>
  216. <property name="can_focus">False</property>
  217. <property name="row_spacing">6</property>
  218. <property name="column_spacing">12</property>
  219. <child>
  220. <object class="GtkRadioButton" id="groupedby-columns-radio">
  221. <property name="label" translatable="yes" context="descriptivestatisticsdialog|groupedby-columns-radio">_Columns</property>
  222. <property name="visible">True</property>
  223. <property name="can_focus">True</property>
  224. <property name="receives_default">False</property>
  225. <property name="use_underline">True</property>
  226. <property name="xalign">0</property>
  227. <property name="active">True</property>
  228. <property name="draw_indicator">True</property>
  229. </object>
  230. <packing>
  231. <property name="left_attach">0</property>
  232. <property name="top_attach">0</property>
  233. </packing>
  234. </child>
  235. <child>
  236. <object class="GtkRadioButton" id="groupedby-rows-radio">
  237. <property name="label" translatable="yes" context="descriptivestatisticsdialog|groupedby-rows-radio">_Rows</property>
  238. <property name="visible">True</property>
  239. <property name="can_focus">True</property>
  240. <property name="receives_default">False</property>
  241. <property name="use_underline">True</property>
  242. <property name="xalign">0</property>
  243. <property name="draw_indicator">True</property>
  244. <property name="group">groupedby-columns-radio</property>
  245. </object>
  246. <packing>
  247. <property name="left_attach">1</property>
  248. <property name="top_attach">0</property>
  249. </packing>
  250. </child>
  251. </object>
  252. </child>
  253. </object>
  254. </child>
  255. <child type="label">
  256. <object class="GtkLabel" id="label2">
  257. <property name="visible">True</property>
  258. <property name="can_focus">False</property>
  259. <property name="label" translatable="yes" context="descriptivestatisticsdialog|label2">Grouped by</property>
  260. <attributes>
  261. <attribute name="weight" value="bold"/>
  262. </attributes>
  263. </object>
  264. </child>
  265. </object>
  266. <packing>
  267. <property name="expand">False</property>
  268. <property name="fill">True</property>
  269. <property name="position">2</property>
  270. </packing>
  271. </child>
  272. </object>
  273. </child>
  274. <action-widgets>
  275. <action-widget response="-5">ok</action-widget>
  276. <action-widget response="-6">cancel</action-widget>
  277. <action-widget response="-11">help</action-widget>
  278. </action-widgets>
  279. <child type="titlebar">
  280. <placeholder/>
  281. </child>
  282. <child internal-child="accessible">
  283. <object class="AtkObject" id="DescriptiveStatisticsDialog-atkobject">
  284. <property name="AtkObject::accessible-description" translatable="yes" context="descriptivestatisticsdialog|extended_tip|DescriptiveStatisticsDialog">Fill a table in the spreadsheet with the main statistical properties of the data set.</property>
  285. </object>
  286. </child>
  287. </object>
  288. <object class="GtkSizeGroup" id="sizegroup1">
  289. <widgets>
  290. <widget name="input-range-label"/>
  291. <widget name="output-range-label"/>
  292. <widget name="groupedby-columns-radio"/>
  293. <widget name="groupedby-rows-radio"/>
  294. </widgets>
  295. </object>
  296. </interface>