selectsource.ui 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.2 -->
  3. <interface domain="sc">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="SelectSourceDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="selectsource|SelectSourceDialog">Select Source</property>
  9. <property name="resizable">False</property>
  10. <property name="modal">True</property>
  11. <property name="default_width">0</property>
  12. <property name="default_height">0</property>
  13. <property name="type_hint">dialog</property>
  14. <child type="titlebar">
  15. <placeholder/>
  16. </child>
  17. <child internal-child="vbox">
  18. <object class="GtkBox" id="dialog-vbox3">
  19. <property name="can_focus">False</property>
  20. <property name="orientation">vertical</property>
  21. <property name="spacing">12</property>
  22. <child internal-child="action_area">
  23. <object class="GtkButtonBox" id="dialog-action_area3">
  24. <property name="can_focus">False</property>
  25. <property name="layout_style">end</property>
  26. <child>
  27. <object class="GtkButton" id="ok">
  28. <property name="label">gtk-ok</property>
  29. <property name="visible">True</property>
  30. <property name="can_focus">True</property>
  31. <property name="can_default">True</property>
  32. <property name="has_default">True</property>
  33. <property name="receives_default">True</property>
  34. <property name="use_stock">True</property>
  35. </object>
  36. <packing>
  37. <property name="expand">False</property>
  38. <property name="fill">True</property>
  39. <property name="position">0</property>
  40. </packing>
  41. </child>
  42. <child>
  43. <object class="GtkButton" id="cancel">
  44. <property name="label">gtk-cancel</property>
  45. <property name="visible">True</property>
  46. <property name="can_focus">True</property>
  47. <property name="receives_default">True</property>
  48. <property name="use_stock">True</property>
  49. </object>
  50. <packing>
  51. <property name="expand">False</property>
  52. <property name="fill">True</property>
  53. <property name="position">1</property>
  54. </packing>
  55. </child>
  56. <child>
  57. <object class="GtkButton" id="help">
  58. <property name="label">gtk-help</property>
  59. <property name="visible">True</property>
  60. <property name="can_focus">True</property>
  61. <property name="receives_default">True</property>
  62. <property name="use_stock">True</property>
  63. </object>
  64. <packing>
  65. <property name="expand">False</property>
  66. <property name="fill">True</property>
  67. <property name="position">2</property>
  68. <property name="secondary">True</property>
  69. </packing>
  70. </child>
  71. </object>
  72. <packing>
  73. <property name="expand">False</property>
  74. <property name="fill">True</property>
  75. <property name="pack_type">end</property>
  76. <property name="position">0</property>
  77. </packing>
  78. </child>
  79. <child>
  80. <object class="GtkFrame" id="Selection">
  81. <property name="visible">True</property>
  82. <property name="can_focus">False</property>
  83. <property name="label_xalign">0</property>
  84. <property name="shadow_type">none</property>
  85. <child>
  86. <object class="GtkAlignment" id="alignment3">
  87. <property name="visible">True</property>
  88. <property name="can_focus">False</property>
  89. <property name="top_padding">6</property>
  90. <property name="left_padding">12</property>
  91. <child>
  92. <object class="GtkBox" id="box1">
  93. <property name="visible">True</property>
  94. <property name="can_focus">False</property>
  95. <property name="orientation">vertical</property>
  96. <property name="spacing">6</property>
  97. <child>
  98. <object class="GtkBox" id="box2">
  99. <property name="visible">True</property>
  100. <property name="can_focus">False</property>
  101. <property name="spacing">12</property>
  102. <child>
  103. <object class="GtkRadioButton" id="namedrange">
  104. <property name="label" translatable="yes" context="selectsource|namedrange">_Named range:</property>
  105. <property name="visible">True</property>
  106. <property name="can_focus">True</property>
  107. <property name="receives_default">False</property>
  108. <property name="use_underline">True</property>
  109. <property name="xalign">0</property>
  110. <property name="draw_indicator">True</property>
  111. <property name="group">selection</property>
  112. <accessibility>
  113. <relation type="label-for" target="rangelb"/>
  114. </accessibility>
  115. </object>
  116. <packing>
  117. <property name="expand">False</property>
  118. <property name="fill">True</property>
  119. <property name="position">0</property>
  120. </packing>
  121. </child>
  122. <child>
  123. <object class="GtkComboBoxText" id="rangelb">
  124. <property name="visible">True</property>
  125. <property name="can_focus">False</property>
  126. <property name="hexpand">True</property>
  127. <accessibility>
  128. <relation type="labelled-by" target="namedrange"/>
  129. </accessibility>
  130. </object>
  131. <packing>
  132. <property name="expand">False</property>
  133. <property name="fill">True</property>
  134. <property name="position">1</property>
  135. </packing>
  136. </child>
  137. </object>
  138. <packing>
  139. <property name="expand">False</property>
  140. <property name="fill">True</property>
  141. <property name="position">1</property>
  142. </packing>
  143. </child>
  144. <child>
  145. <object class="GtkRadioButton" id="selection">
  146. <property name="label" translatable="yes" context="selectsource|selection">_Current selection</property>
  147. <property name="visible">True</property>
  148. <property name="can_focus">True</property>
  149. <property name="receives_default">False</property>
  150. <property name="use_underline">True</property>
  151. <property name="xalign">0</property>
  152. <property name="active">True</property>
  153. <property name="draw_indicator">True</property>
  154. <child internal-child="accessible">
  155. <object class="AtkObject" id="selection-atkobject">
  156. <property name="AtkObject::accessible-description" translatable="yes" context="selectsource|extended_tip|selection">Uses the selected cells as the data source for the pivot table.</property>
  157. </object>
  158. </child>
  159. </object>
  160. <packing>
  161. <property name="expand">False</property>
  162. <property name="fill">True</property>
  163. <property name="position">1</property>
  164. </packing>
  165. </child>
  166. <child>
  167. <object class="GtkRadioButton" id="database">
  168. <property name="label" translatable="yes" context="selectsource|database">_Data source registered in %PRODUCTNAME</property>
  169. <property name="visible">True</property>
  170. <property name="can_focus">True</property>
  171. <property name="receives_default">False</property>
  172. <property name="use_underline">True</property>
  173. <property name="xalign">0</property>
  174. <property name="draw_indicator">True</property>
  175. <property name="group">selection</property>
  176. <child internal-child="accessible">
  177. <object class="AtkObject" id="database-atkobject">
  178. <property name="AtkObject::accessible-description" translatable="yes" context="selectsource|extended_tip|database">Uses a table or query in a database that is registered in %PRODUCTNAME as the data source for the pivot table.</property>
  179. </object>
  180. </child>
  181. </object>
  182. <packing>
  183. <property name="expand">False</property>
  184. <property name="fill">True</property>
  185. <property name="position">3</property>
  186. </packing>
  187. </child>
  188. <child>
  189. <object class="GtkRadioButton" id="external">
  190. <property name="label" translatable="yes" context="selectsource|external">_External source/interface</property>
  191. <property name="visible">True</property>
  192. <property name="can_focus">True</property>
  193. <property name="receives_default">False</property>
  194. <property name="use_underline">True</property>
  195. <property name="xalign">0</property>
  196. <property name="draw_indicator">True</property>
  197. <property name="group">selection</property>
  198. <child internal-child="accessible">
  199. <object class="AtkObject" id="external-atkobject">
  200. <property name="AtkObject::accessible-description" translatable="yes" context="selectsource|extended_tip|external">Opens the External Source dialog where you can select the OLAP data source for the pivot table.</property>
  201. </object>
  202. </child>
  203. </object>
  204. <packing>
  205. <property name="expand">False</property>
  206. <property name="fill">True</property>
  207. <property name="position">4</property>
  208. </packing>
  209. </child>
  210. </object>
  211. </child>
  212. </object>
  213. </child>
  214. <child type="label">
  215. <object class="GtkLabel" id="label1">
  216. <property name="visible">True</property>
  217. <property name="can_focus">False</property>
  218. <property name="label" translatable="yes" context="selectsource|label1">Selection</property>
  219. <attributes>
  220. <attribute name="weight" value="bold"/>
  221. </attributes>
  222. </object>
  223. </child>
  224. </object>
  225. <packing>
  226. <property name="expand">False</property>
  227. <property name="fill">True</property>
  228. <property name="position">1</property>
  229. </packing>
  230. </child>
  231. </object>
  232. </child>
  233. <action-widgets>
  234. <action-widget response="-5">ok</action-widget>
  235. <action-widget response="-6">cancel</action-widget>
  236. <action-widget response="-11">help</action-widget>
  237. </action-widgets>
  238. <child internal-child="accessible">
  239. <object class="AtkObject" id="SelectSourceDialog-atkobject">
  240. <property name="AtkObject::accessible-description" translatable="yes" context="selectsource|extended_tip|SelectSourceDialog">Opens a dialog where you can select the source for your pivot table, and then create your table.</property>
  241. </object>
  242. </child>
  243. </object>
  244. </interface>