selectpathdialog.ui 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  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 text -->
  8. <column type="gchararray"/>
  9. <!-- column-name id -->
  10. <column type="gchararray"/>
  11. </columns>
  12. </object>
  13. <object class="GtkDialog" id="SelectPathDialog">
  14. <property name="can_focus">False</property>
  15. <property name="border_width">6</property>
  16. <property name="title" translatable="yes" context="selectpathdialog|SelectPathDialog">Select Paths</property>
  17. <property name="resizable">False</property>
  18. <property name="modal">True</property>
  19. <property name="default_width">0</property>
  20. <property name="default_height">0</property>
  21. <property name="type_hint">normal</property>
  22. <child internal-child="vbox">
  23. <object class="GtkBox" id="dialog-vbox1">
  24. <property name="can_focus">False</property>
  25. <property name="orientation">vertical</property>
  26. <property name="spacing">12</property>
  27. <child internal-child="action_area">
  28. <object class="GtkButtonBox" id="dialog-action_area1">
  29. <property name="can_focus">False</property>
  30. <property name="layout_style">end</property>
  31. <child>
  32. <object class="GtkButton" id="ok">
  33. <property name="label">gtk-ok</property>
  34. <property name="visible">True</property>
  35. <property name="can_focus">True</property>
  36. <property name="can_default">True</property>
  37. <property name="has_default">True</property>
  38. <property name="receives_default">True</property>
  39. <property name="use_stock">True</property>
  40. <child internal-child="accessible">
  41. <object class="AtkObject" id="ok-atkobject">
  42. <property name="AtkObject::accessible-description" translatable="yes" context="selectpathdialog|extended_tip|ok">Saves all changes and closes dialog.</property>
  43. </object>
  44. </child>
  45. </object>
  46. <packing>
  47. <property name="expand">False</property>
  48. <property name="fill">True</property>
  49. <property name="position">0</property>
  50. </packing>
  51. </child>
  52. <child>
  53. <object class="GtkButton" id="cancel">
  54. <property name="label">gtk-cancel</property>
  55. <property name="visible">True</property>
  56. <property name="can_focus">True</property>
  57. <property name="receives_default">True</property>
  58. <property name="use_stock">True</property>
  59. <child internal-child="accessible">
  60. <object class="AtkObject" id="cancel-atkobject">
  61. <property name="AtkObject::accessible-description" translatable="yes" context="selectpathdialog|extended_tip|cancel">Closes dialog and discards all changes.</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="GtkButton" id="help">
  73. <property name="label">gtk-help</property>
  74. <property name="visible">True</property>
  75. <property name="can_focus">True</property>
  76. <property name="receives_default">True</property>
  77. <property name="use_stock">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. <property name="secondary">True</property>
  84. </packing>
  85. </child>
  86. </object>
  87. <packing>
  88. <property name="expand">False</property>
  89. <property name="fill">True</property>
  90. <property name="pack_type">end</property>
  91. <property name="position">0</property>
  92. </packing>
  93. </child>
  94. <child>
  95. <object class="GtkFrame" id="frame1">
  96. <property name="visible">True</property>
  97. <property name="can_focus">False</property>
  98. <property name="hexpand">True</property>
  99. <property name="vexpand">True</property>
  100. <property name="label_xalign">0</property>
  101. <property name="shadow_type">none</property>
  102. <child>
  103. <object class="GtkAlignment" id="alignment1">
  104. <property name="visible">True</property>
  105. <property name="can_focus">False</property>
  106. <property name="hexpand">True</property>
  107. <property name="vexpand">True</property>
  108. <property name="top_padding">6</property>
  109. <property name="left_padding">12</property>
  110. <child>
  111. <!-- n-columns=1 n-rows=1 -->
  112. <object class="GtkGrid" id="grid1">
  113. <property name="visible">True</property>
  114. <property name="can_focus">False</property>
  115. <property name="hexpand">True</property>
  116. <property name="vexpand">True</property>
  117. <property name="row_spacing">6</property>
  118. <property name="column_spacing">12</property>
  119. <child>
  120. <object class="GtkButtonBox" id="buttonbox1">
  121. <property name="visible">True</property>
  122. <property name="can_focus">False</property>
  123. <property name="orientation">vertical</property>
  124. <property name="spacing">6</property>
  125. <property name="layout_style">start</property>
  126. <child>
  127. <object class="GtkButton" id="add">
  128. <property name="label" translatable="yes" context="selectpathdialog|add">_Add...</property>
  129. <property name="visible">True</property>
  130. <property name="can_focus">True</property>
  131. <property name="receives_default">True</property>
  132. <property name="use_underline">True</property>
  133. <child internal-child="accessible">
  134. <object class="AtkObject" id="add-atkobject">
  135. <property name="AtkObject::accessible-description" translatable="yes" context="cui/ui/selectpathdialog/add">Opens the Select Path dialog to select another folder or the Open dialog to select another file.</property>
  136. </object>
  137. </child>
  138. </object>
  139. <packing>
  140. <property name="expand">False</property>
  141. <property name="fill">True</property>
  142. <property name="position">0</property>
  143. </packing>
  144. </child>
  145. <child>
  146. <object class="GtkButton" id="delete">
  147. <property name="label">gtk-delete</property>
  148. <property name="visible">True</property>
  149. <property name="can_focus">True</property>
  150. <property name="receives_default">True</property>
  151. <property name="use_stock">True</property>
  152. <child internal-child="accessible">
  153. <object class="AtkObject" id="delete-atkobject">
  154. <property name="AtkObject::accessible-description" translatable="yes" context="selectpathdialog|extended_tip|delete">Deletes the selected element or elements without requiring confirmation.</property>
  155. </object>
  156. </child>
  157. </object>
  158. <packing>
  159. <property name="expand">False</property>
  160. <property name="fill">True</property>
  161. <property name="position">1</property>
  162. </packing>
  163. </child>
  164. </object>
  165. <packing>
  166. <property name="left_attach">1</property>
  167. <property name="top_attach">0</property>
  168. </packing>
  169. </child>
  170. <child>
  171. <object class="GtkScrolledWindow">
  172. <property name="visible">True</property>
  173. <property name="can_focus">True</property>
  174. <property name="hexpand">True</property>
  175. <property name="vexpand">True</property>
  176. <property name="shadow_type">in</property>
  177. <child>
  178. <object class="GtkTreeView" id="paths">
  179. <property name="visible">True</property>
  180. <property name="can_focus">True</property>
  181. <property name="vexpand">True</property>
  182. <property name="model">liststore1</property>
  183. <property name="headers_visible">False</property>
  184. <property name="headers_clickable">False</property>
  185. <property name="search_column">0</property>
  186. <property name="show_expanders">False</property>
  187. <child internal-child="selection">
  188. <object class="GtkTreeSelection" id="treeview-selection1"/>
  189. </child>
  190. <child>
  191. <object class="GtkTreeViewColumn" id="treeviewcolumn1">
  192. <child>
  193. <object class="GtkCellRendererText" id="cellrenderertext1"/>
  194. <attributes>
  195. <attribute name="text">0</attribute>
  196. </attributes>
  197. </child>
  198. </object>
  199. </child>
  200. <child internal-child="accessible">
  201. <object class="AtkObject" id="paths-atkobject">
  202. <property name="AtkObject::accessible-description" translatable="yes" context="cui/ui/selectpathdialog/paths">Contains a list of the paths that have already been added. Mark the default path for new files.</property>
  203. </object>
  204. </child>
  205. </object>
  206. </child>
  207. </object>
  208. <packing>
  209. <property name="left_attach">0</property>
  210. <property name="top_attach">0</property>
  211. </packing>
  212. </child>
  213. </object>
  214. </child>
  215. </object>
  216. </child>
  217. <child type="label">
  218. <object class="GtkLabel" id="label1">
  219. <property name="visible">True</property>
  220. <property name="can_focus">False</property>
  221. <property name="label" translatable="yes" context="selectpathdialog|label1">Paths</property>
  222. <attributes>
  223. <attribute name="weight" value="bold"/>
  224. </attributes>
  225. </object>
  226. </child>
  227. </object>
  228. <packing>
  229. <property name="expand">False</property>
  230. <property name="fill">True</property>
  231. <property name="position">1</property>
  232. </packing>
  233. </child>
  234. </object>
  235. </child>
  236. <action-widgets>
  237. <action-widget response="-5">ok</action-widget>
  238. <action-widget response="-6">cancel</action-widget>
  239. <action-widget response="-11">help</action-widget>
  240. </action-widgets>
  241. <child type="titlebar">
  242. <placeholder/>
  243. </child>
  244. </object>
  245. </interface>