subtotalgrppage.ui 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  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="GtkTreeStore" id="liststore1">
  6. <columns>
  7. <!-- column-name text -->
  8. <column type="gchararray"/>
  9. <!-- column-name id -->
  10. <column type="gchararray"/>
  11. </columns>
  12. </object>
  13. <object class="GtkTreeStore" id="liststore2">
  14. <columns>
  15. <!-- column-name check1 -->
  16. <column type="gboolean"/>
  17. <!-- column-name text -->
  18. <column type="gchararray"/>
  19. <!-- column-name id -->
  20. <column type="gchararray"/>
  21. <!-- column-name checkvis1 -->
  22. <column type="gboolean"/>
  23. <!-- column-name checktri1 -->
  24. <column type="gboolean"/>
  25. </columns>
  26. </object>
  27. <object class="GtkBox" id="SubTotalGrpPage">
  28. <property name="visible">True</property>
  29. <property name="can_focus">False</property>
  30. <property name="hexpand">True</property>
  31. <property name="vexpand">True</property>
  32. <property name="border_width">6</property>
  33. <property name="orientation">vertical</property>
  34. <property name="spacing">12</property>
  35. <child>
  36. <object class="GtkBox" id="box2">
  37. <property name="visible">True</property>
  38. <property name="can_focus">False</property>
  39. <property name="spacing">12</property>
  40. <child>
  41. <object class="GtkLabel" id="label1">
  42. <property name="visible">True</property>
  43. <property name="can_focus">False</property>
  44. <property name="halign">start</property>
  45. <property name="label" translatable="yes" context="subtotalgrppage|label1">Group by:</property>
  46. <property name="use_underline">True</property>
  47. <property name="mnemonic_widget">group_by</property>
  48. </object>
  49. <packing>
  50. <property name="expand">False</property>
  51. <property name="fill">True</property>
  52. <property name="position">0</property>
  53. </packing>
  54. </child>
  55. <child>
  56. <object class="GtkComboBoxText" id="group_by">
  57. <property name="visible">True</property>
  58. <property name="can_focus">False</property>
  59. <child internal-child="accessible">
  60. <object class="AtkObject" id="group_by-atkobject">
  61. <property name="AtkObject::accessible-description" translatable="yes" context="subtotalgrppage|extended_tip|group_by">Select the column that you want to control the subtotal calculation process. If the contents of the selected column change, the subtotals are automatically recalculated.</property>
  62. </object>
  63. </child>
  64. </object>
  65. <packing>
  66. <property name="expand">False</property>
  67. <property name="fill">True</property>
  68. <property name="position">1</property>
  69. </packing>
  70. </child>
  71. <child>
  72. <object class="GtkCheckButton" id="select_all_columns_button">
  73. <property name="label" translatable="yes" context="subtotalgrppage|select_all_columns_button">Select all columns</property>
  74. <property name="visible">True</property>
  75. <property name="can-focus">True</property>
  76. <property name="receives-default">False</property>
  77. <property name="draw-indicator">True</property>
  78. </object>
  79. <packing>
  80. <property name="expand">False</property>
  81. <property name="fill">True</property>
  82. <property name="position">2</property>
  83. </packing>
  84. </child>
  85. </object>
  86. <packing>
  87. <property name="expand">False</property>
  88. <property name="fill">True</property>
  89. <property name="position">0</property>
  90. </packing>
  91. </child>
  92. <child>
  93. <!-- n-columns=1 n-rows=1 -->
  94. <object class="GtkGrid" id="grid1">
  95. <property name="visible">True</property>
  96. <property name="can_focus">False</property>
  97. <property name="hexpand">True</property>
  98. <property name="vexpand">True</property>
  99. <property name="row_spacing">6</property>
  100. <property name="column_spacing">12</property>
  101. <child>
  102. <object class="GtkLabel" id="label2">
  103. <property name="visible">True</property>
  104. <property name="can_focus">False</property>
  105. <property name="halign">start</property>
  106. <property name="label" translatable="yes" context="subtotalgrppage|label2">Calculate subtotals for:</property>
  107. <property name="use_underline">True</property>
  108. <property name="mnemonic_widget">columns</property>
  109. </object>
  110. <packing>
  111. <property name="left_attach">0</property>
  112. <property name="top_attach">0</property>
  113. </packing>
  114. </child>
  115. <child>
  116. <object class="GtkLabel" id="label3">
  117. <property name="visible">True</property>
  118. <property name="can_focus">False</property>
  119. <property name="halign">start</property>
  120. <property name="label" translatable="yes" context="subtotalgrppage|label3">Use function:</property>
  121. <property name="use_underline">True</property>
  122. <property name="mnemonic_widget">functions</property>
  123. </object>
  124. <packing>
  125. <property name="left_attach">1</property>
  126. <property name="top_attach">0</property>
  127. </packing>
  128. </child>
  129. <child>
  130. <object class="GtkScrolledWindow">
  131. <property name="visible">True</property>
  132. <property name="can_focus">True</property>
  133. <property name="hexpand">True</property>
  134. <property name="vexpand">True</property>
  135. <property name="shadow_type">in</property>
  136. <child>
  137. <object class="GtkTreeView" id="columns">
  138. <property name="width_request">-1</property>
  139. <property name="visible">True</property>
  140. <property name="can_focus">True</property>
  141. <property name="receives_default">True</property>
  142. <property name="hexpand">True</property>
  143. <property name="vexpand">True</property>
  144. <property name="model">liststore2</property>
  145. <property name="headers_visible">False</property>
  146. <property name="search_column">1</property>
  147. <property name="show_expanders">False</property>
  148. <child internal-child="selection">
  149. <object class="GtkTreeSelection" id="Macro Library List-selection2"/>
  150. </child>
  151. <child>
  152. <object class="GtkTreeViewColumn" id="treeviewcolumn1">
  153. <property name="resizable">True</property>
  154. <property name="spacing">6</property>
  155. <property name="alignment">0.5</property>
  156. <child>
  157. <object class="GtkCellRendererToggle" id="cellrenderer5"/>
  158. <attributes>
  159. <attribute name="visible">3</attribute>
  160. <attribute name="active">0</attribute>
  161. </attributes>
  162. </child>
  163. </object>
  164. </child>
  165. <child>
  166. <object class="GtkTreeViewColumn" id="treeviewcolumn2">
  167. <property name="spacing">6</property>
  168. <child>
  169. <object class="GtkCellRendererText" id="cellrenderertext1"/>
  170. <attributes>
  171. <attribute name="text">1</attribute>
  172. </attributes>
  173. </child>
  174. </object>
  175. </child>
  176. <child internal-child="accessible">
  177. <object class="AtkObject" id="columns-atkobject">
  178. <property name="AtkObject::accessible-description" translatable="yes" context="subtotalgrppage|extended_tip|columns">Select the column(s) containing the values that you want to subtotal.</property>
  179. </object>
  180. </child>
  181. </object>
  182. </child>
  183. </object>
  184. <packing>
  185. <property name="left_attach">0</property>
  186. <property name="top_attach">1</property>
  187. </packing>
  188. </child>
  189. <child>
  190. <object class="GtkScrolledWindow">
  191. <property name="visible">True</property>
  192. <property name="can_focus">True</property>
  193. <property name="hexpand">True</property>
  194. <property name="vexpand">True</property>
  195. <property name="shadow_type">in</property>
  196. <child>
  197. <object class="GtkTreeView" id="functions">
  198. <property name="width_request">-1</property>
  199. <property name="visible">True</property>
  200. <property name="can_focus">True</property>
  201. <property name="receives_default">True</property>
  202. <property name="hexpand">True</property>
  203. <property name="vexpand">True</property>
  204. <property name="model">liststore1</property>
  205. <property name="headers_visible">False</property>
  206. <property name="search_column">0</property>
  207. <property name="show_expanders">False</property>
  208. <child internal-child="selection">
  209. <object class="GtkTreeSelection" id="Macro Library List-selection1"/>
  210. </child>
  211. <child>
  212. <object class="GtkTreeViewColumn" id="treeviewcolumn3">
  213. <property name="spacing">6</property>
  214. <child>
  215. <object class="GtkCellRendererText" id="cellrenderertext3"/>
  216. <attributes>
  217. <attribute name="text">0</attribute>
  218. </attributes>
  219. </child>
  220. </object>
  221. </child>
  222. <child internal-child="accessible">
  223. <object class="AtkObject" id="functions-atkobject">
  224. <property name="AtkObject::accessible-description" translatable="yes" context="subtotalgrppage|extended_tip|functions">Select the mathematical function that you want to use to calculate the subtotals.</property>
  225. </object>
  226. </child>
  227. </object>
  228. </child>
  229. </object>
  230. <packing>
  231. <property name="left_attach">1</property>
  232. <property name="top_attach">1</property>
  233. </packing>
  234. </child>
  235. </object>
  236. <packing>
  237. <property name="expand">False</property>
  238. <property name="fill">True</property>
  239. <property name="position">1</property>
  240. </packing>
  241. </child>
  242. <child internal-child="accessible">
  243. <object class="AtkObject" id="SubTotalGrpPage-atkobject">
  244. <property name="AtkObject::accessible-description" translatable="yes" context="subtotalgrppage|extended_tip|SubTotalGrpPage">Specify the settings for up to three subtotal groups. Each tab has the same layout.</property>
  245. </object>
  246. </child>
  247. </object>
  248. </interface>