steppedlinesdlg.ui 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="chart">
  4. <requires lib="gtk+" version="3.20"/>
  5. <!-- interface-local-resource-path /home/eric/Documents/computers/libreoffice/core/icon-themes/galaxy/chart2 -->
  6. <object class="GtkDialog" id="SteppedLinesDialog">
  7. <property name="can_focus">False</property>
  8. <property name="border_width">6</property>
  9. <property name="modal">True</property>
  10. <property name="default_width">0</property>
  11. <property name="default_height">0</property>
  12. <property name="type_hint">dialog</property>
  13. <child type="titlebar">
  14. <placeholder/>
  15. </child>
  16. <child internal-child="vbox">
  17. <object class="GtkBox" id="dialog-vbox1">
  18. <property name="can_focus">False</property>
  19. <property name="orientation">vertical</property>
  20. <property name="spacing">12</property>
  21. <child internal-child="action_area">
  22. <object class="GtkButtonBox" id="dialog-action_area1">
  23. <property name="can_focus">False</property>
  24. <property name="layout_style">end</property>
  25. <child>
  26. <object class="GtkButton" id="ok">
  27. <property name="label">gtk-ok</property>
  28. <property name="visible">True</property>
  29. <property name="can_focus">True</property>
  30. <property name="can_default">True</property>
  31. <property name="has_default">True</property>
  32. <property name="receives_default">True</property>
  33. <property name="use_stock">True</property>
  34. </object>
  35. <packing>
  36. <property name="expand">False</property>
  37. <property name="fill">True</property>
  38. <property name="position">0</property>
  39. </packing>
  40. </child>
  41. <child>
  42. <object class="GtkButton" id="cancel">
  43. <property name="label">gtk-cancel</property>
  44. <property name="visible">True</property>
  45. <property name="can_focus">True</property>
  46. <property name="receives_default">True</property>
  47. <property name="use_stock">True</property>
  48. </object>
  49. <packing>
  50. <property name="expand">False</property>
  51. <property name="fill">True</property>
  52. <property name="position">1</property>
  53. </packing>
  54. </child>
  55. <child>
  56. <object class="GtkButton" id="help">
  57. <property name="label">gtk-help</property>
  58. <property name="visible">True</property>
  59. <property name="can_focus">True</property>
  60. <property name="receives_default">True</property>
  61. <property name="use_stock">True</property>
  62. </object>
  63. <packing>
  64. <property name="expand">False</property>
  65. <property name="fill">True</property>
  66. <property name="position">2</property>
  67. <property name="secondary">True</property>
  68. </packing>
  69. </child>
  70. </object>
  71. <packing>
  72. <property name="expand">False</property>
  73. <property name="fill">True</property>
  74. <property name="pack_type">end</property>
  75. <property name="position">0</property>
  76. </packing>
  77. </child>
  78. <child>
  79. <object class="GtkFrame" id="frame1">
  80. <property name="visible">True</property>
  81. <property name="can_focus">False</property>
  82. <property name="label_xalign">0</property>
  83. <property name="shadow_type">none</property>
  84. <child>
  85. <object class="GtkAlignment" id="alignment1">
  86. <property name="visible">True</property>
  87. <property name="can_focus">False</property>
  88. <property name="top_padding">6</property>
  89. <property name="left_padding">12</property>
  90. <child>
  91. <!-- n-columns=1 n-rows=1 -->
  92. <object class="GtkGrid" id="grid2">
  93. <property name="visible">True</property>
  94. <property name="can_focus">False</property>
  95. <property name="row_spacing">3</property>
  96. <property name="column_spacing">6</property>
  97. <child>
  98. <object class="GtkImage" id="step_center_x_img">
  99. <property name="visible">True</property>
  100. <property name="can_focus">False</property>
  101. <property name="icon_name">chart2/res/step_center_x_30.png</property>
  102. </object>
  103. <packing>
  104. <property name="left_attach">0</property>
  105. <property name="top_attach">2</property>
  106. </packing>
  107. </child>
  108. <child>
  109. <object class="GtkImage" id="step_end_img">
  110. <property name="visible">True</property>
  111. <property name="can_focus">False</property>
  112. <property name="icon_name">chart2/res/step_end_30.png</property>
  113. </object>
  114. <packing>
  115. <property name="left_attach">0</property>
  116. <property name="top_attach">1</property>
  117. </packing>
  118. </child>
  119. <child>
  120. <object class="GtkImage" id="step_center_y_img">
  121. <property name="visible">True</property>
  122. <property name="can_focus">False</property>
  123. <property name="icon_name">chart2/res/step_center_y_30.png</property>
  124. </object>
  125. <packing>
  126. <property name="left_attach">0</property>
  127. <property name="top_attach">3</property>
  128. </packing>
  129. </child>
  130. <child>
  131. <object class="GtkRadioButton" id="step_start_rb">
  132. <property name="label" translatable="yes" context="steppedlinesdlg|step_start_rb">_Start with horizontal line</property>
  133. <property name="visible">True</property>
  134. <property name="can_focus">True</property>
  135. <property name="receives_default">False</property>
  136. <property name="use_underline">True</property>
  137. <property name="xalign">0</property>
  138. <property name="active">True</property>
  139. <property name="draw_indicator">True</property>
  140. <child internal-child="accessible">
  141. <object class="AtkObject" id="step_start_rb-atkobject">
  142. <property name="AtkObject::accessible-description" translatable="yes" context="steppedlinesdlg|extended_tip|step_start_rb">Start with horizontal line and step up vertically at the end.</property>
  143. </object>
  144. </child>
  145. </object>
  146. <packing>
  147. <property name="left_attach">1</property>
  148. <property name="top_attach">0</property>
  149. </packing>
  150. </child>
  151. <child>
  152. <object class="GtkRadioButton" id="step_center_x_rb">
  153. <property name="label" translatable="yes" context="steppedlinesdlg|step_center_x_rb">Step at the _horizontal mean</property>
  154. <property name="visible">True</property>
  155. <property name="can_focus">True</property>
  156. <property name="receives_default">False</property>
  157. <property name="use_underline">True</property>
  158. <property name="xalign">0</property>
  159. <property name="active">True</property>
  160. <property name="draw_indicator">True</property>
  161. <property name="group">step_start_rb</property>
  162. <child internal-child="accessible">
  163. <object class="AtkObject" id="step_center_x_rb-atkobject">
  164. <property name="AtkObject::accessible-description" translatable="yes" context="steppedlinesdlg|extended_tip|step_center_x_rb">Start to step up vertically and end with horizontal line.</property>
  165. </object>
  166. </child>
  167. </object>
  168. <packing>
  169. <property name="left_attach">1</property>
  170. <property name="top_attach">2</property>
  171. </packing>
  172. </child>
  173. <child>
  174. <object class="GtkRadioButton" id="step_end_rb">
  175. <property name="label" translatable="yes" context="steppedlinesdlg|step_end_rb">_End with horizontal line</property>
  176. <property name="visible">True</property>
  177. <property name="can_focus">True</property>
  178. <property name="receives_default">False</property>
  179. <property name="use_underline">True</property>
  180. <property name="xalign">0</property>
  181. <property name="active">True</property>
  182. <property name="draw_indicator">True</property>
  183. <property name="group">step_start_rb</property>
  184. <child internal-child="accessible">
  185. <object class="AtkObject" id="step_end_rb-atkobject">
  186. <property name="AtkObject::accessible-description" translatable="yes" context="steppedlinesdlg|extended_tip|step_end_rb">Start with horizontal line, step up vertically in the middle of the X values and end with horizontal line.</property>
  187. </object>
  188. </child>
  189. </object>
  190. <packing>
  191. <property name="left_attach">1</property>
  192. <property name="top_attach">1</property>
  193. </packing>
  194. </child>
  195. <child>
  196. <object class="GtkRadioButton" id="step_center_y_rb">
  197. <property name="label" translatable="yes" context="steppedlinesdlg|step_center_y_rb">Step to the _vertical mean</property>
  198. <property name="visible">True</property>
  199. <property name="can_focus">True</property>
  200. <property name="receives_default">False</property>
  201. <property name="use_underline">True</property>
  202. <property name="xalign">0</property>
  203. <property name="active">True</property>
  204. <property name="draw_indicator">True</property>
  205. <property name="group">step_start_rb</property>
  206. <child internal-child="accessible">
  207. <object class="AtkObject" id="step_center_y_rb-atkobject">
  208. <property name="AtkObject::accessible-description" translatable="yes" context="steppedlinesdlg|extended_tip|step_center_y_rb">Start to step up vertically to the middle of the Y values, draw a horizontal line and finish by stepping vertically to the end.</property>
  209. </object>
  210. </child>
  211. </object>
  212. <packing>
  213. <property name="left_attach">1</property>
  214. <property name="top_attach">3</property>
  215. </packing>
  216. </child>
  217. <child>
  218. <object class="GtkImage" id="step_start_img">
  219. <property name="visible">True</property>
  220. <property name="can_focus">False</property>
  221. <property name="icon_name">chart2/res/step_start_30.png</property>
  222. </object>
  223. <packing>
  224. <property name="left_attach">0</property>
  225. <property name="top_attach">0</property>
  226. </packing>
  227. </child>
  228. </object>
  229. </child>
  230. </object>
  231. </child>
  232. <child type="label">
  233. <object class="GtkLabel" id="label2">
  234. <property name="visible">True</property>
  235. <property name="can_focus">False</property>
  236. <property name="label" translatable="yes" context="steppedlinesdlg|label2">Type of Stepping</property>
  237. <attributes>
  238. <attribute name="weight" value="bold"/>
  239. </attributes>
  240. </object>
  241. </child>
  242. </object>
  243. <packing>
  244. <property name="expand">False</property>
  245. <property name="fill">True</property>
  246. <property name="position">1</property>
  247. </packing>
  248. </child>
  249. </object>
  250. </child>
  251. <action-widgets>
  252. <action-widget response="-5">ok</action-widget>
  253. <action-widget response="-6">cancel</action-widget>
  254. <action-widget response="-11">help</action-widget>
  255. </action-widgets>
  256. </object>
  257. </interface>