aboutconfigdialog.ui 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="cui">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkTreeStore" id="liststore1">
  6. <columns>
  7. <!-- column-name expander -->
  8. <column type="GdkPixbuf"/>
  9. <!-- column-name text -->
  10. <column type="gchararray"/>
  11. <!-- column-name text1 -->
  12. <column type="gchararray"/>
  13. <!-- column-name text2 -->
  14. <column type="gchararray"/>
  15. <!-- column-name text3 -->
  16. <column type="gchararray"/>
  17. <!-- column-name id -->
  18. <column type="gchararray"/>
  19. </columns>
  20. </object>
  21. <object class="GtkDialog" id="AboutConfig">
  22. <property name="can_focus">False</property>
  23. <property name="border_width">6</property>
  24. <property name="title" translatable="yes" context="aboutconfigdialog|AboutConfig">Expert Configuration</property>
  25. <property name="modal">True</property>
  26. <property name="type_hint">normal</property>
  27. <property name="skip_taskbar_hint">True</property>
  28. <child internal-child="vbox">
  29. <object class="GtkBox" id="dialog-vbox1">
  30. <property name="visible">True</property>
  31. <property name="can_focus">False</property>
  32. <property name="orientation">vertical</property>
  33. <property name="spacing">12</property>
  34. <child internal-child="action_area">
  35. <object class="GtkButtonBox" id="dialog-action_area1">
  36. <property name="can_focus">False</property>
  37. <property name="layout_style">end</property>
  38. <child>
  39. <object class="GtkButton" id="edit">
  40. <property name="label" translatable="yes" context="aboutconfigdialog|edit">Edit</property>
  41. <property name="visible">True</property>
  42. <property name="can_focus">True</property>
  43. <property name="receives_default">True</property>
  44. <child internal-child="accessible">
  45. <object class="AtkObject" id="edit-atkobject">
  46. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|edit">Opens a dialog to edit the preference.</property>
  47. </object>
  48. </child>
  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="reset">
  58. <property name="label" translatable="yes" context="aboutconfigdialog|reset">Reset</property>
  59. <property name="visible">True</property>
  60. <property name="can_focus">True</property>
  61. <property name="receives_default">True</property>
  62. <child internal-child="accessible">
  63. <object class="AtkObject" id="reset-atkobject">
  64. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|reset">Undo changes done so far in this dialog.</property>
  65. </object>
  66. </child>
  67. </object>
  68. <packing>
  69. <property name="expand">False</property>
  70. <property name="fill">True</property>
  71. <property name="position">2</property>
  72. </packing>
  73. </child>
  74. <child>
  75. <object class="GtkButton" id="ok">
  76. <property name="label">gtk-ok</property>
  77. <property name="visible">True</property>
  78. <property name="can_focus">True</property>
  79. <property name="receives_default">True</property>
  80. <property name="use_stock">True</property>
  81. </object>
  82. <packing>
  83. <property name="expand">False</property>
  84. <property name="fill">True</property>
  85. <property name="position">3</property>
  86. </packing>
  87. </child>
  88. <child>
  89. <object class="GtkButton" id="cancel">
  90. <property name="label">gtk-cancel</property>
  91. <property name="visible">True</property>
  92. <property name="can_focus">True</property>
  93. <property name="receives_default">True</property>
  94. <property name="use_stock">True</property>
  95. </object>
  96. <packing>
  97. <property name="expand">False</property>
  98. <property name="fill">True</property>
  99. <property name="position">4</property>
  100. </packing>
  101. </child>
  102. <child>
  103. <object class="GtkButton" id="help">
  104. <property name="label">gtk-help</property>
  105. <property name="visible">True</property>
  106. <property name="can_focus">True</property>
  107. <property name="receives_default">True</property>
  108. <property name="use_stock">True</property>
  109. </object>
  110. <packing>
  111. <property name="expand">False</property>
  112. <property name="fill">True</property>
  113. <property name="position">5</property>
  114. <property name="secondary">True</property>
  115. </packing>
  116. </child>
  117. </object>
  118. <packing>
  119. <property name="expand">False</property>
  120. <property name="fill">True</property>
  121. <property name="pack_type">end</property>
  122. <property name="position">2</property>
  123. </packing>
  124. </child>
  125. <child>
  126. <object class="GtkAlignment" id="alignment1">
  127. <property name="visible">True</property>
  128. <property name="can_focus">False</property>
  129. <property name="hexpand">True</property>
  130. <property name="vexpand">True</property>
  131. <child>
  132. <object class="GtkBox" id="box1">
  133. <property name="visible">True</property>
  134. <property name="can_focus">False</property>
  135. <property name="orientation">vertical</property>
  136. <property name="spacing">6</property>
  137. <child>
  138. <object class="GtkBox" id="box2">
  139. <property name="visible">True</property>
  140. <property name="can_focus">False</property>
  141. <property name="spacing">6</property>
  142. <child>
  143. <object class="GtkEntry" id="searchEntry">
  144. <property name="visible">True</property>
  145. <property name="can_focus">True</property>
  146. <property name="activates_default">True</property>
  147. <property name="truncate-multiline">True</property>
  148. <child internal-child="accessible">
  149. <object class="AtkObject" id="searchEntry-atkobject">
  150. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|searchEntry">Type the preference you want to display in the text area</property>
  151. </object>
  152. </child>
  153. </object>
  154. <packing>
  155. <property name="expand">True</property>
  156. <property name="fill">True</property>
  157. <property name="position">0</property>
  158. </packing>
  159. </child>
  160. <child>
  161. <object class="GtkButton" id="searchButton">
  162. <property name="label" translatable="yes" context="aboutconfigdialog|searchButton">_Search</property>
  163. <property name="visible">True</property>
  164. <property name="can_focus">True</property>
  165. <property name="can_default">True</property>
  166. <property name="has_default">True</property>
  167. <property name="receives_default">True</property>
  168. <property name="use_underline">True</property>
  169. <child internal-child="accessible">
  170. <object class="AtkObject" id="searchButton-atkobject">
  171. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|searchButton">Click to search your preference text in the Preferences tree.</property>
  172. </object>
  173. </child>
  174. </object>
  175. <packing>
  176. <property name="expand">False</property>
  177. <property name="fill">True</property>
  178. <property name="position">1</property>
  179. </packing>
  180. </child>
  181. </object>
  182. <packing>
  183. <property name="expand">False</property>
  184. <property name="fill">True</property>
  185. <property name="position">0</property>
  186. </packing>
  187. </child>
  188. <child>
  189. <object class="GtkScrolledWindow">
  190. <property name="visible">True</property>
  191. <property name="can_focus">True</property>
  192. <property name="hexpand">True</property>
  193. <property name="vexpand">True</property>
  194. <property name="shadow_type">in</property>
  195. <child>
  196. <object class="GtkTreeView" id="preferences">
  197. <property name="width_request">-1</property>
  198. <property name="visible">True</property>
  199. <property name="can_focus">True</property>
  200. <property name="receives_default">True</property>
  201. <property name="hexpand">True</property>
  202. <property name="vexpand">True</property>
  203. <property name="model">liststore1</property>
  204. <property name="search_column">1</property>
  205. <property name="enable_tree_lines">True</property>
  206. <child internal-child="selection">
  207. <object class="GtkTreeSelection" id="Macro Library List-selection1"/>
  208. </child>
  209. <child>
  210. <object class="GtkTreeViewColumn" id="treeviewcolumn2">
  211. <property name="resizable">True</property>
  212. <property name="spacing">6</property>
  213. <property name="title" translatable="yes" context="aboutconfigdialog|preference">Preference Name</property>
  214. <property name="clickable">True</property>
  215. <child>
  216. <object class="GtkCellRendererPixbuf" id="cellrenderertext4"/>
  217. <attributes>
  218. <attribute name="pixbuf">0</attribute>
  219. </attributes>
  220. </child>
  221. <child>
  222. <object class="GtkCellRendererText" id="cellrenderertext2"/>
  223. <attributes>
  224. <attribute name="text">1</attribute>
  225. </attributes>
  226. </child>
  227. </object>
  228. </child>
  229. <child>
  230. <object class="GtkTreeViewColumn" id="treeviewcolumn3">
  231. <property name="resizable">True</property>
  232. <property name="spacing">6</property>
  233. <property name="title" translatable="yes" context="aboutconfigdialog|property">Property</property>
  234. <property name="clickable">True</property>
  235. <child>
  236. <object class="GtkCellRendererText" id="cellrenderertext3"/>
  237. <attributes>
  238. <attribute name="text">2</attribute>
  239. </attributes>
  240. </child>
  241. </object>
  242. </child>
  243. <child>
  244. <object class="GtkTreeViewColumn" id="treeviewcolumn4">
  245. <property name="resizable">True</property>
  246. <property name="spacing">6</property>
  247. <property name="title" translatable="yes" context="aboutconfigdialog|type">Type</property>
  248. <property name="clickable">True</property>
  249. <child>
  250. <object class="GtkCellRendererText" id="cellrenderertext1"/>
  251. <attributes>
  252. <attribute name="text">3</attribute>
  253. </attributes>
  254. </child>
  255. </object>
  256. </child>
  257. <child>
  258. <object class="GtkTreeViewColumn" id="treeviewcolumn5">
  259. <property name="resizable">True</property>
  260. <property name="spacing">6</property>
  261. <property name="title" translatable="yes" context="aboutconfigdialog|value">Value</property>
  262. <property name="clickable">True</property>
  263. <child>
  264. <object class="GtkCellRendererText" id="cellrenderertext5"/>
  265. <attributes>
  266. <attribute name="text">4</attribute>
  267. </attributes>
  268. </child>
  269. </object>
  270. </child>
  271. <child internal-child="accessible">
  272. <object class="AtkObject" id="preferences-atkobject">
  273. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|preferences">List the preferences organized hierarchically in a tree layout.</property>
  274. </object>
  275. </child>
  276. </object>
  277. </child>
  278. </object>
  279. <packing>
  280. <property name="expand">True</property>
  281. <property name="fill">True</property>
  282. <property name="position">2</property>
  283. </packing>
  284. </child>
  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. </child>
  296. <action-widgets>
  297. <action-widget response="102">edit</action-widget>
  298. <action-widget response="101">reset</action-widget>
  299. <action-widget response="-5">ok</action-widget>
  300. <action-widget response="-6">cancel</action-widget>
  301. <action-widget response="-11">help</action-widget>
  302. </action-widgets>
  303. <child type="titlebar">
  304. <placeholder/>
  305. </child>
  306. </object>
  307. </interface>