exponentialsmoothingdialog.ui 18 KB

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