ttestdialog.ui 16 KB

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