movingaveragedialog.ui 19 KB

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