insertgriddlg.ui 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  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. <object class="GtkDialog" id="InsertGridDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="insertgriddlg|InsertGridDialog">Grids</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 internal-child="vbox">
  14. <object class="GtkBox" id="dialog-vbox1">
  15. <property name="can_focus">False</property>
  16. <property name="orientation">vertical</property>
  17. <property name="spacing">12</property>
  18. <child internal-child="action_area">
  19. <object class="GtkButtonBox" id="dialog-action_area1">
  20. <property name="can_focus">False</property>
  21. <property name="layout_style">end</property>
  22. <child>
  23. <object class="GtkButton" id="ok">
  24. <property name="label">gtk-ok</property>
  25. <property name="visible">True</property>
  26. <property name="can_focus">True</property>
  27. <property name="can_default">True</property>
  28. <property name="has_default">True</property>
  29. <property name="receives_default">True</property>
  30. <property name="use_stock">True</property>
  31. </object>
  32. <packing>
  33. <property name="expand">False</property>
  34. <property name="fill">True</property>
  35. <property name="position">0</property>
  36. </packing>
  37. </child>
  38. <child>
  39. <object class="GtkButton" id="cancel">
  40. <property name="label">gtk-cancel</property>
  41. <property name="visible">True</property>
  42. <property name="can_focus">True</property>
  43. <property name="receives_default">True</property>
  44. <property name="use_stock">True</property>
  45. </object>
  46. <packing>
  47. <property name="expand">False</property>
  48. <property name="fill">True</property>
  49. <property name="position">1</property>
  50. </packing>
  51. </child>
  52. <child>
  53. <object class="GtkButton" id="help">
  54. <property name="label">gtk-help</property>
  55. <property name="visible">True</property>
  56. <property name="can_focus">True</property>
  57. <property name="receives_default">True</property>
  58. <property name="margin_right">6</property>
  59. <property name="use_stock">True</property>
  60. </object>
  61. <packing>
  62. <property name="expand">False</property>
  63. <property name="fill">True</property>
  64. <property name="position">2</property>
  65. <property name="secondary">True</property>
  66. </packing>
  67. </child>
  68. </object>
  69. <packing>
  70. <property name="expand">False</property>
  71. <property name="fill">True</property>
  72. <property name="pack_type">end</property>
  73. <property name="position">0</property>
  74. </packing>
  75. </child>
  76. <child>
  77. <object class="GtkBox" id="box1">
  78. <property name="visible">True</property>
  79. <property name="can_focus">False</property>
  80. <property name="hexpand">True</property>
  81. <property name="vexpand">True</property>
  82. <property name="spacing">12</property>
  83. <property name="homogeneous">True</property>
  84. <child>
  85. <object class="GtkFrame" id="frame1">
  86. <property name="visible">True</property>
  87. <property name="can_focus">False</property>
  88. <property name="hexpand">True</property>
  89. <property name="label_xalign">0</property>
  90. <property name="shadow_type">none</property>
  91. <child>
  92. <object class="GtkAlignment" id="alignment1">
  93. <property name="visible">True</property>
  94. <property name="can_focus">False</property>
  95. <property name="top_padding">6</property>
  96. <property name="left_padding">12</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="vexpand">True</property>
  102. <property name="orientation">vertical</property>
  103. <property name="spacing">6</property>
  104. <child>
  105. <object class="GtkCheckButton" id="primaryX">
  106. <property name="label" translatable="yes" context="insertgriddlg|primaryX">_X axis</property>
  107. <property name="visible">True</property>
  108. <property name="can_focus">True</property>
  109. <property name="receives_default">False</property>
  110. <property name="use_underline">True</property>
  111. <property name="xalign">0</property>
  112. <property name="draw_indicator">True</property>
  113. <child internal-child="accessible">
  114. <object class="AtkObject" id="primaryX-atkobject">
  115. <property name="AtkObject::accessible-description" translatable="yes" context="insertgriddlg|extended_tip|primaryX">Adds gridlines to the X axis of the chart.</property>
  116. </object>
  117. </child>
  118. </object>
  119. <packing>
  120. <property name="expand">False</property>
  121. <property name="fill">True</property>
  122. <property name="position">0</property>
  123. </packing>
  124. </child>
  125. <child>
  126. <object class="GtkCheckButton" id="primaryY">
  127. <property name="label" translatable="yes" context="insertgriddlg|primaryY">_Y axis</property>
  128. <property name="visible">True</property>
  129. <property name="can_focus">True</property>
  130. <property name="receives_default">False</property>
  131. <property name="use_underline">True</property>
  132. <property name="xalign">0</property>
  133. <property name="draw_indicator">True</property>
  134. <child internal-child="accessible">
  135. <object class="AtkObject" id="primaryY-atkobject">
  136. <property name="AtkObject::accessible-description" translatable="yes" context="insertgriddlg|extended_tip|primaryY">Adds gridlines to the Y axis of the chart.</property>
  137. </object>
  138. </child>
  139. </object>
  140. <packing>
  141. <property name="expand">False</property>
  142. <property name="fill">True</property>
  143. <property name="position">1</property>
  144. </packing>
  145. </child>
  146. <child>
  147. <object class="GtkCheckButton" id="primaryZ">
  148. <property name="label" translatable="yes" context="insertgriddlg|primaryZ">_Z axis</property>
  149. <property name="visible">True</property>
  150. <property name="can_focus">True</property>
  151. <property name="receives_default">False</property>
  152. <property name="use_underline">True</property>
  153. <property name="xalign">0</property>
  154. <property name="draw_indicator">True</property>
  155. <child internal-child="accessible">
  156. <object class="AtkObject" id="primaryZ-atkobject">
  157. <property name="AtkObject::accessible-description" translatable="yes" context="insertgriddlg|extended_tip|primaryZ">Adds gridlines to the Z axis of the chart.</property>
  158. </object>
  159. </child>
  160. </object>
  161. <packing>
  162. <property name="expand">False</property>
  163. <property name="fill">True</property>
  164. <property name="position">2</property>
  165. </packing>
  166. </child>
  167. </object>
  168. </child>
  169. </object>
  170. </child>
  171. <child type="label">
  172. <object class="GtkLabel" id="label1">
  173. <property name="visible">True</property>
  174. <property name="can_focus">False</property>
  175. <property name="hexpand">True</property>
  176. <property name="label" translatable="yes" context="insertgriddlg|label1">Major Grids</property>
  177. <attributes>
  178. <attribute name="weight" value="bold"/>
  179. </attributes>
  180. </object>
  181. </child>
  182. </object>
  183. <packing>
  184. <property name="expand">False</property>
  185. <property name="fill">True</property>
  186. <property name="position">0</property>
  187. </packing>
  188. </child>
  189. <child>
  190. <object class="GtkFrame" id="frame2">
  191. <property name="visible">True</property>
  192. <property name="can_focus">False</property>
  193. <property name="hexpand">True</property>
  194. <property name="label_xalign">0</property>
  195. <property name="shadow_type">none</property>
  196. <child>
  197. <object class="GtkAlignment" id="alignment2">
  198. <property name="visible">True</property>
  199. <property name="can_focus">False</property>
  200. <property name="top_padding">6</property>
  201. <property name="left_padding">12</property>
  202. <child>
  203. <object class="GtkBox" id="box3">
  204. <property name="visible">True</property>
  205. <property name="can_focus">False</property>
  206. <property name="vexpand">True</property>
  207. <property name="orientation">vertical</property>
  208. <property name="spacing">6</property>
  209. <child>
  210. <object class="GtkCheckButton" id="secondaryX">
  211. <property name="label" translatable="yes" context="insertgriddlg|secondaryX">X _axis</property>
  212. <property name="visible">True</property>
  213. <property name="can_focus">True</property>
  214. <property name="receives_default">False</property>
  215. <property name="use_underline">True</property>
  216. <property name="xalign">0</property>
  217. <property name="draw_indicator">True</property>
  218. <child internal-child="accessible">
  219. <object class="AtkObject" id="secondaryX-atkobject">
  220. <property name="AtkObject::accessible-description" translatable="yes" context="insertgriddlg|extended_tip|secondaryX">Adds gridlines that subdivide the X axis into smaller sections.</property>
  221. </object>
  222. </child>
  223. </object>
  224. <packing>
  225. <property name="expand">False</property>
  226. <property name="fill">True</property>
  227. <property name="position">0</property>
  228. </packing>
  229. </child>
  230. <child>
  231. <object class="GtkCheckButton" id="secondaryY">
  232. <property name="label" translatable="yes" context="insertgriddlg|secondaryY">Y ax_is</property>
  233. <property name="visible">True</property>
  234. <property name="can_focus">True</property>
  235. <property name="receives_default">False</property>
  236. <property name="use_underline">True</property>
  237. <property name="xalign">0</property>
  238. <property name="draw_indicator">True</property>
  239. <child internal-child="accessible">
  240. <object class="AtkObject" id="secondaryY-atkobject">
  241. <property name="AtkObject::accessible-description" translatable="yes" context="insertgriddlg|extended_tip|secondaryY">Adds gridlines that subdivide the Y axis into smaller sections.</property>
  242. </object>
  243. </child>
  244. </object>
  245. <packing>
  246. <property name="expand">False</property>
  247. <property name="fill">True</property>
  248. <property name="position">1</property>
  249. </packing>
  250. </child>
  251. <child>
  252. <object class="GtkCheckButton" id="secondaryZ">
  253. <property name="label" translatable="yes" context="insertgriddlg|secondaryZ">Z axi_s</property>
  254. <property name="visible">True</property>
  255. <property name="can_focus">True</property>
  256. <property name="receives_default">False</property>
  257. <property name="use_underline">True</property>
  258. <property name="xalign">0</property>
  259. <property name="draw_indicator">True</property>
  260. <child internal-child="accessible">
  261. <object class="AtkObject" id="secondaryZ-atkobject">
  262. <property name="AtkObject::accessible-description" translatable="yes" context="insertgriddlg|extended_tip|secondaryZ">Adds gridlines that subdivide the Z axis into smaller sections.</property>
  263. </object>
  264. </child>
  265. </object>
  266. <packing>
  267. <property name="expand">False</property>
  268. <property name="fill">True</property>
  269. <property name="position">2</property>
  270. </packing>
  271. </child>
  272. </object>
  273. </child>
  274. </object>
  275. </child>
  276. <child type="label">
  277. <object class="GtkLabel" id="label2">
  278. <property name="visible">True</property>
  279. <property name="can_focus">False</property>
  280. <property name="hexpand">True</property>
  281. <property name="label" translatable="yes" context="insertgriddlg|label2">Minor Grids</property>
  282. <attributes>
  283. <attribute name="weight" value="bold"/>
  284. </attributes>
  285. </object>
  286. </child>
  287. </object>
  288. <packing>
  289. <property name="expand">False</property>
  290. <property name="fill">True</property>
  291. <property name="position">1</property>
  292. </packing>
  293. </child>
  294. </object>
  295. <packing>
  296. <property name="expand">False</property>
  297. <property name="fill">True</property>
  298. <property name="position">1</property>
  299. </packing>
  300. </child>
  301. </object>
  302. </child>
  303. <action-widgets>
  304. <action-widget response="-5">ok</action-widget>
  305. <action-widget response="-6">cancel</action-widget>
  306. <action-widget response="-11">help</action-widget>
  307. </action-widgets>
  308. <child type="titlebar">
  309. <placeholder/>
  310. </child>
  311. <child internal-child="accessible">
  312. <object class="AtkObject" id="InsertGridDialog-atkobject">
  313. <property name="AtkObject::accessible-description" translatable="yes" context="insertgriddlg|extended_tip|InsertGridDialog">You can divide the axes into sections by assigning gridlines to them. This allows you to get a better overview of the chart, especially if you are working with large charts.</property>
  314. </object>
  315. </child>
  316. </object>
  317. </interface>