groupbydate.ui 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="sc">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkAdjustment" id="adjustment1">
  6. <property name="upper">100</property>
  7. <property name="step_increment">1</property>
  8. <property name="page_increment">10</property>
  9. </object>
  10. <object class="GtkTreeStore" id="liststore1">
  11. <columns>
  12. <!-- column-name check1 -->
  13. <column type="gboolean"/>
  14. <!-- column-name text -->
  15. <column type="gchararray"/>
  16. <!-- column-name id -->
  17. <column type="gchararray"/>
  18. <!-- column-name checkvis1 -->
  19. <column type="gboolean"/>
  20. <!-- column-name checktri1 -->
  21. <column type="gboolean"/>
  22. </columns>
  23. </object>
  24. <object class="GtkDialog" id="PivotTableGroupByDate">
  25. <property name="can_focus">False</property>
  26. <property name="border_width">6</property>
  27. <property name="title" translatable="yes" context="groupbydate|PivotTableGroupByDate">Grouping</property>
  28. <property name="resizable">False</property>
  29. <property name="type_hint">dialog</property>
  30. <child>
  31. <placeholder/>
  32. </child>
  33. <child internal-child="vbox">
  34. <object class="GtkBox" id="dialog-vbox1">
  35. <property name="can_focus">False</property>
  36. <property name="orientation">vertical</property>
  37. <property name="spacing">12</property>
  38. <child internal-child="action_area">
  39. <object class="GtkButtonBox" id="dialog-action_area1">
  40. <property name="can_focus">False</property>
  41. <property name="layout_style">end</property>
  42. <child>
  43. <object class="GtkButton" id="ok">
  44. <property name="label">gtk-ok</property>
  45. <property name="visible">True</property>
  46. <property name="can_focus">True</property>
  47. <property name="can_default">True</property>
  48. <property name="has_default">True</property>
  49. <property name="receives_default">True</property>
  50. <property name="use_stock">True</property>
  51. </object>
  52. <packing>
  53. <property name="expand">False</property>
  54. <property name="fill">True</property>
  55. <property name="position">0</property>
  56. </packing>
  57. </child>
  58. <child>
  59. <object class="GtkButton" id="cancel">
  60. <property name="label">gtk-cancel</property>
  61. <property name="visible">True</property>
  62. <property name="can_focus">True</property>
  63. <property name="can_default">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">1</property>
  71. </packing>
  72. </child>
  73. <child>
  74. <object class="GtkButton" id="help">
  75. <property name="label">gtk-help</property>
  76. <property name="visible">True</property>
  77. <property name="can_focus">True</property>
  78. <property name="receives_default">True</property>
  79. <property name="use_stock">True</property>
  80. </object>
  81. <packing>
  82. <property name="expand">False</property>
  83. <property name="fill">True</property>
  84. <property name="position">2</property>
  85. <property name="secondary">True</property>
  86. </packing>
  87. </child>
  88. </object>
  89. <packing>
  90. <property name="expand">False</property>
  91. <property name="fill">True</property>
  92. <property name="pack_type">end</property>
  93. <property name="position">0</property>
  94. </packing>
  95. </child>
  96. <child>
  97. <object class="GtkBox" id="box1">
  98. <property name="visible">True</property>
  99. <property name="can_focus">False</property>
  100. <property name="hexpand">True</property>
  101. <property name="vexpand">True</property>
  102. <property name="orientation">vertical</property>
  103. <child>
  104. <object class="GtkFrame" id="frame1">
  105. <property name="visible">True</property>
  106. <property name="can_focus">False</property>
  107. <property name="label_xalign">0</property>
  108. <property name="shadow_type">none</property>
  109. <child>
  110. <object class="GtkAlignment" id="alignment1">
  111. <property name="visible">True</property>
  112. <property name="can_focus">False</property>
  113. <property name="top_padding">6</property>
  114. <property name="left_padding">12</property>
  115. <child>
  116. <!-- n-columns=1 n-rows=1 -->
  117. <object class="GtkGrid" id="grid1">
  118. <property name="visible">True</property>
  119. <property name="can_focus">False</property>
  120. <property name="hexpand">True</property>
  121. <property name="vexpand">True</property>
  122. <property name="row_spacing">6</property>
  123. <property name="column_spacing">12</property>
  124. <child>
  125. <object class="GtkRadioButton" id="auto_start">
  126. <property name="label" translatable="yes" context="groupbydate|auto_start">_Automatically</property>
  127. <property name="visible">True</property>
  128. <property name="can_focus">True</property>
  129. <property name="receives_default">False</property>
  130. <property name="use_underline">True</property>
  131. <property name="xalign">0</property>
  132. <property name="active">True</property>
  133. <property name="draw_indicator">True</property>
  134. </object>
  135. <packing>
  136. <property name="left_attach">0</property>
  137. <property name="top_attach">0</property>
  138. </packing>
  139. </child>
  140. <child>
  141. <object class="GtkRadioButton" id="manual_start">
  142. <property name="label" translatable="yes" context="groupbydate|manual_start">_Manually at:</property>
  143. <property name="visible">True</property>
  144. <property name="can_focus">True</property>
  145. <property name="receives_default">False</property>
  146. <property name="use_underline">True</property>
  147. <property name="xalign">0</property>
  148. <property name="draw_indicator">True</property>
  149. <property name="group">auto_start</property>
  150. </object>
  151. <packing>
  152. <property name="left_attach">0</property>
  153. <property name="top_attach">1</property>
  154. </packing>
  155. </child>
  156. <child>
  157. <object class="GtkMenuButton" id="start_date">
  158. <property name="visible">True</property>
  159. <property name="can_focus">True</property>
  160. <property name="receives_default">False</property>
  161. <property name="draw_indicator">True</property>
  162. <property name="label" translatable="no"></property>
  163. <child>
  164. <placeholder/>
  165. </child>
  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. <placeholder/>
  174. </child>
  175. </object>
  176. </child>
  177. </object>
  178. </child>
  179. <child type="label">
  180. <object class="GtkLabel" id="label1">
  181. <property name="visible">True</property>
  182. <property name="can_focus">False</property>
  183. <property name="label" translatable="yes" context="groupbydate|label1">Start</property>
  184. <attributes>
  185. <attribute name="weight" value="bold"/>
  186. </attributes>
  187. </object>
  188. </child>
  189. </object>
  190. <packing>
  191. <property name="expand">False</property>
  192. <property name="fill">True</property>
  193. <property name="position">0</property>
  194. </packing>
  195. </child>
  196. <child>
  197. <object class="GtkFrame" id="frame2">
  198. <property name="visible">True</property>
  199. <property name="can_focus">False</property>
  200. <property name="label_xalign">0</property>
  201. <property name="shadow_type">none</property>
  202. <child>
  203. <object class="GtkAlignment" id="alignment2">
  204. <property name="visible">True</property>
  205. <property name="can_focus">False</property>
  206. <property name="top_padding">6</property>
  207. <property name="left_padding">12</property>
  208. <child>
  209. <!-- n-columns=1 n-rows=1 -->
  210. <object class="GtkGrid" id="grid2">
  211. <property name="visible">True</property>
  212. <property name="can_focus">False</property>
  213. <property name="hexpand">True</property>
  214. <property name="vexpand">True</property>
  215. <property name="row_spacing">6</property>
  216. <property name="column_spacing">12</property>
  217. <child>
  218. <object class="GtkRadioButton" id="auto_end">
  219. <property name="label" translatable="yes" context="groupbydate|auto_end">A_utomatically</property>
  220. <property name="visible">True</property>
  221. <property name="can_focus">True</property>
  222. <property name="receives_default">False</property>
  223. <property name="use_underline">True</property>
  224. <property name="xalign">0</property>
  225. <property name="active">True</property>
  226. <property name="draw_indicator">True</property>
  227. </object>
  228. <packing>
  229. <property name="left_attach">0</property>
  230. <property name="top_attach">0</property>
  231. </packing>
  232. </child>
  233. <child>
  234. <object class="GtkRadioButton" id="manual_end">
  235. <property name="label" translatable="yes" context="groupbydate|manual_end">Ma_nually at:</property>
  236. <property name="visible">True</property>
  237. <property name="can_focus">True</property>
  238. <property name="receives_default">False</property>
  239. <property name="use_underline">True</property>
  240. <property name="xalign">0</property>
  241. <property name="active">True</property>
  242. <property name="draw_indicator">True</property>
  243. <property name="group">auto_end</property>
  244. </object>
  245. <packing>
  246. <property name="left_attach">0</property>
  247. <property name="top_attach">1</property>
  248. </packing>
  249. </child>
  250. <child>
  251. <object class="GtkMenuButton" id="end_date">
  252. <property name="visible">True</property>
  253. <property name="can_focus">True</property>
  254. <property name="receives_default">False</property>
  255. <property name="draw_indicator">True</property>
  256. <property name="label" translatable="no"></property>
  257. <child>
  258. <placeholder/>
  259. </child>
  260. </object>
  261. <packing>
  262. <property name="left_attach">1</property>
  263. <property name="top_attach">1</property>
  264. </packing>
  265. </child>
  266. <child>
  267. <placeholder/>
  268. </child>
  269. </object>
  270. </child>
  271. </object>
  272. </child>
  273. <child type="label">
  274. <object class="GtkLabel" id="label2">
  275. <property name="visible">True</property>
  276. <property name="can_focus">False</property>
  277. <property name="label" translatable="yes" context="groupbydate|label2">End</property>
  278. <attributes>
  279. <attribute name="weight" value="bold"/>
  280. </attributes>
  281. </object>
  282. </child>
  283. </object>
  284. <packing>
  285. <property name="expand">False</property>
  286. <property name="fill">True</property>
  287. <property name="position">1</property>
  288. </packing>
  289. </child>
  290. <child>
  291. <object class="GtkFrame" id="frame3">
  292. <property name="visible">True</property>
  293. <property name="can_focus">False</property>
  294. <property name="hexpand">True</property>
  295. <property name="vexpand">True</property>
  296. <property name="label_xalign">0</property>
  297. <property name="shadow_type">none</property>
  298. <child>
  299. <object class="GtkAlignment" id="alignment3">
  300. <property name="visible">True</property>
  301. <property name="can_focus">False</property>
  302. <property name="hexpand">True</property>
  303. <property name="vexpand">True</property>
  304. <property name="top_padding">6</property>
  305. <property name="left_padding">12</property>
  306. <child>
  307. <!-- n-columns=1 n-rows=1 -->
  308. <object class="GtkGrid" id="grid3">
  309. <property name="visible">True</property>
  310. <property name="can_focus">False</property>
  311. <property name="hexpand">True</property>
  312. <property name="vexpand">True</property>
  313. <property name="row_spacing">6</property>
  314. <property name="column_spacing">12</property>
  315. <child>
  316. <object class="GtkRadioButton" id="days">
  317. <property name="label" translatable="yes" context="groupbydate|days">Number of _days:</property>
  318. <property name="visible">True</property>
  319. <property name="can_focus">True</property>
  320. <property name="receives_default">False</property>
  321. <property name="use_underline">True</property>
  322. <property name="xalign">0</property>
  323. <property name="active">True</property>
  324. <property name="draw_indicator">True</property>
  325. <accessibility>
  326. <relation type="label-for" target="days_value"/>
  327. </accessibility>
  328. </object>
  329. <packing>
  330. <property name="left_attach">0</property>
  331. <property name="top_attach">0</property>
  332. </packing>
  333. </child>
  334. <child>
  335. <object class="GtkRadioButton" id="intervals">
  336. <property name="label" translatable="yes" context="groupbydate|intervals">_Intervals:</property>
  337. <property name="visible">True</property>
  338. <property name="can_focus">True</property>
  339. <property name="receives_default">False</property>
  340. <property name="valign">start</property>
  341. <property name="use_underline">True</property>
  342. <property name="xalign">0</property>
  343. <property name="draw_indicator">True</property>
  344. <property name="group">days</property>
  345. <accessibility>
  346. <relation type="label-for" target="interval_list"/>
  347. </accessibility>
  348. </object>
  349. <packing>
  350. <property name="left_attach">0</property>
  351. <property name="top_attach">1</property>
  352. </packing>
  353. </child>
  354. <child>
  355. <object class="GtkSpinButton" id="days_value">
  356. <property name="visible">True</property>
  357. <property name="can_focus">True</property>
  358. <property name="adjustment">adjustment1</property>
  359. <property name="truncate-multiline">True</property>
  360. <accessibility>
  361. <relation type="labelled-by" target="days"/>
  362. </accessibility>
  363. </object>
  364. <packing>
  365. <property name="left_attach">1</property>
  366. <property name="top_attach">0</property>
  367. </packing>
  368. </child>
  369. <child>
  370. <object class="GtkScrolledWindow">
  371. <property name="visible">True</property>
  372. <property name="can_focus">True</property>
  373. <property name="hexpand">True</property>
  374. <property name="vexpand">True</property>
  375. <property name="hscrollbar_policy">never</property>
  376. <property name="vscrollbar_policy">never</property>
  377. <property name="shadow_type">in</property>
  378. <child>
  379. <object class="GtkTreeView" id="interval_list">
  380. <property name="visible">True</property>
  381. <property name="can_focus">True</property>
  382. <property name="receives_default">True</property>
  383. <property name="hexpand">True</property>
  384. <property name="vexpand">True</property>
  385. <property name="model">liststore1</property>
  386. <property name="headers_visible">False</property>
  387. <property name="search_column">0</property>
  388. <property name="show_expanders">False</property>
  389. <child internal-child="selection">
  390. <object class="GtkTreeSelection" id="Macro Library List-selection2"/>
  391. </child>
  392. <child>
  393. <object class="GtkTreeViewColumn" id="treeviewcolumn4">
  394. <property name="resizable">True</property>
  395. <property name="spacing">6</property>
  396. <property name="alignment">0.5</property>
  397. <child>
  398. <object class="GtkCellRendererToggle" id="cellrenderer5"/>
  399. <attributes>
  400. <attribute name="visible">3</attribute>
  401. <attribute name="active">0</attribute>
  402. </attributes>
  403. </child>
  404. </object>
  405. </child>
  406. <child>
  407. <object class="GtkTreeViewColumn" id="treeviewcolumn5">
  408. <property name="resizable">True</property>
  409. <property name="spacing">6</property>
  410. <child>
  411. <object class="GtkCellRendererText" id="cellrenderer4"/>
  412. <attributes>
  413. <attribute name="text">1</attribute>
  414. </attributes>
  415. </child>
  416. </object>
  417. </child>
  418. <accessibility>
  419. <relation type="labelled-by" target="intervals"/>
  420. </accessibility>
  421. </object>
  422. </child>
  423. </object>
  424. <packing>
  425. <property name="left_attach">1</property>
  426. <property name="top_attach">1</property>
  427. </packing>
  428. </child>
  429. </object>
  430. </child>
  431. </object>
  432. </child>
  433. <child type="label">
  434. <object class="GtkLabel" id="label3">
  435. <property name="visible">True</property>
  436. <property name="can_focus">False</property>
  437. <property name="label" translatable="yes" context="groupbydate|label3">Group by</property>
  438. <attributes>
  439. <attribute name="weight" value="bold"/>
  440. </attributes>
  441. </object>
  442. </child>
  443. </object>
  444. <packing>
  445. <property name="expand">False</property>
  446. <property name="fill">True</property>
  447. <property name="position">2</property>
  448. </packing>
  449. </child>
  450. </object>
  451. <packing>
  452. <property name="expand">False</property>
  453. <property name="fill">True</property>
  454. <property name="position">1</property>
  455. </packing>
  456. </child>
  457. </object>
  458. </child>
  459. <action-widgets>
  460. <action-widget response="-5">ok</action-widget>
  461. <action-widget response="-6">cancel</action-widget>
  462. <action-widget response="-11">help</action-widget>
  463. </action-widgets>
  464. </object>
  465. </interface>