galleryfilespage.ui 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  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. <!-- n-columns=1 n-rows=1 -->
  14. <object class="GtkGrid" id="GalleryFilesPage">
  15. <property name="visible">True</property>
  16. <property name="can_focus">False</property>
  17. <property name="hexpand">True</property>
  18. <property name="vexpand">True</property>
  19. <property name="border_width">6</property>
  20. <property name="column_spacing">12</property>
  21. <child>
  22. <!-- n-columns=1 n-rows=1 -->
  23. <object class="GtkGrid" id="grid1">
  24. <property name="visible">True</property>
  25. <property name="can_focus">False</property>
  26. <property name="hexpand">True</property>
  27. <property name="vexpand">True</property>
  28. <property name="row_spacing">12</property>
  29. <child>
  30. <!-- n-columns=1 n-rows=1 -->
  31. <object class="GtkGrid" id="grid2">
  32. <property name="visible">True</property>
  33. <property name="can_focus">False</property>
  34. <property name="hexpand">True</property>
  35. <property name="column_spacing">12</property>
  36. <child>
  37. <object class="GtkLabel" id="label1">
  38. <property name="visible">True</property>
  39. <property name="can_focus">False</property>
  40. <property name="label" translatable="yes" context="galleryfilespage|label1">_File type:</property>
  41. <property name="use_underline">True</property>
  42. <property name="mnemonic_widget">filetype</property>
  43. <property name="xalign">0</property>
  44. </object>
  45. <packing>
  46. <property name="left_attach">0</property>
  47. <property name="top_attach">0</property>
  48. </packing>
  49. </child>
  50. <child>
  51. <object class="GtkComboBoxText" id="filetype">
  52. <property name="width_request">0</property>
  53. <property name="visible">True</property>
  54. <property name="can_focus">False</property>
  55. <property name="hexpand">True</property>
  56. <property name="has_entry">True</property>
  57. <child internal-child="entry">
  58. <object class="GtkEntry" id="comboboxtext-entry">
  59. <property name="can_focus">True</property>
  60. <property name="truncate-multiline">True</property>
  61. <property name="activates_default">True</property>
  62. </object>
  63. </child>
  64. <child internal-child="accessible">
  65. <object class="AtkObject" id="filetype-atkobject">
  66. <property name="AtkObject::accessible-description" translatable="yes" context="galleryfilespage|extended_tip|filetype">Select the type of file that you want to add.</property>
  67. </object>
  68. </child>
  69. </object>
  70. <packing>
  71. <property name="left_attach">1</property>
  72. <property name="top_attach">0</property>
  73. </packing>
  74. </child>
  75. </object>
  76. <packing>
  77. <property name="left_attach">0</property>
  78. <property name="top_attach">0</property>
  79. </packing>
  80. </child>
  81. <child>
  82. <object class="GtkScrolledWindow">
  83. <property name="visible">True</property>
  84. <property name="can_focus">True</property>
  85. <property name="hexpand">True</property>
  86. <property name="vexpand">True</property>
  87. <property name="shadow_type">in</property>
  88. <child>
  89. <object class="GtkTreeView" id="files">
  90. <property name="visible">True</property>
  91. <property name="can_focus">True</property>
  92. <property name="hexpand">True</property>
  93. <property name="vexpand">True</property>
  94. <property name="model">liststore1</property>
  95. <property name="headers_visible">False</property>
  96. <property name="headers_clickable">False</property>
  97. <property name="search_column">0</property>
  98. <property name="show_expanders">False</property>
  99. <child internal-child="selection">
  100. <object class="GtkTreeSelection" id="treeview-selection1">
  101. <property name="mode">multiple</property>
  102. </object>
  103. </child>
  104. <child>
  105. <object class="GtkTreeViewColumn" id="treeviewcolumn1">
  106. <child>
  107. <object class="GtkCellRendererText" id="cellrenderertext1"/>
  108. <attributes>
  109. <attribute name="text">0</attribute>
  110. </attributes>
  111. </child>
  112. </object>
  113. </child>
  114. <child internal-child="accessible">
  115. <object class="AtkObject" id="files-atkobject">
  116. <property name="AtkObject::accessible-name" translatable="yes" context="galleryfilespage|files-atkobject">Files Found</property>
  117. <property name="AtkObject::accessible-description" translatable="yes" context="galleryfilespage|extended_tip|files">Lists the available files. Select the file(s) that you want to add, and then click Add. To add all of the files in the list, click Add All.</property>
  118. </object>
  119. </child>
  120. </object>
  121. </child>
  122. </object>
  123. <packing>
  124. <property name="left_attach">0</property>
  125. <property name="top_attach">1</property>
  126. </packing>
  127. </child>
  128. </object>
  129. <packing>
  130. <property name="left_attach">0</property>
  131. <property name="top_attach">0</property>
  132. </packing>
  133. </child>
  134. <child>
  135. <!-- n-columns=1 n-rows=1 -->
  136. <object class="GtkGrid" id="grid3">
  137. <property name="visible">True</property>
  138. <property name="can_focus">False</property>
  139. <property name="row_spacing">24</property>
  140. <child>
  141. <!-- n-columns=1 n-rows=1 -->
  142. <object class="GtkGrid" id="grid4">
  143. <property name="visible">True</property>
  144. <property name="can_focus">False</property>
  145. <property name="row_spacing">12</property>
  146. <child>
  147. <object class="GtkCheckButton" id="preview">
  148. <property name="label" translatable="yes" context="galleryfilespage|preview">Pr_eview</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="preview-atkobject">
  157. <property name="AtkObject::accessible-description" translatable="yes" context="galleryfilespage|extended_tip|preview">Displays or hides a preview of the selected file.</property>
  158. </object>
  159. </child>
  160. </object>
  161. <packing>
  162. <property name="left_attach">0</property>
  163. <property name="top_attach">0</property>
  164. </packing>
  165. </child>
  166. <child>
  167. <object class="GtkScrolledWindow">
  168. <property name="visible">True</property>
  169. <property name="can_focus">False</property>
  170. <property name="hscrollbar_policy">never</property>
  171. <property name="vscrollbar_policy">never</property>
  172. <property name="shadow_type">in</property>
  173. <child>
  174. <object class="GtkViewport">
  175. <property name="visible">True</property>
  176. <property name="can_focus">False</property>
  177. <child>
  178. <object class="GtkDrawingArea" id="image">
  179. <property name="visible">True</property>
  180. <property name="can_focus">False</property>
  181. <child internal-child="accessible">
  182. <object class="AtkObject" id="image-atkobject">
  183. <property name="AtkObject::accessible-name" translatable="yes" context="galleryfilespage|image-atkobject">Preview</property>
  184. </object>
  185. </child>
  186. </object>
  187. </child>
  188. </object>
  189. </child>
  190. </object>
  191. <packing>
  192. <property name="left_attach">0</property>
  193. <property name="top_attach">1</property>
  194. </packing>
  195. </child>
  196. </object>
  197. <packing>
  198. <property name="left_attach">0</property>
  199. <property name="top_attach">1</property>
  200. </packing>
  201. </child>
  202. <child>
  203. <object class="GtkButtonBox" id="buttonbox1">
  204. <property name="visible">True</property>
  205. <property name="can_focus">False</property>
  206. <property name="orientation">vertical</property>
  207. <property name="spacing">6</property>
  208. <property name="layout_style">start</property>
  209. <child>
  210. <object class="GtkButton" id="findfiles">
  211. <property name="label" translatable="yes" context="galleryfilespage|findfiles">_Find Files...</property>
  212. <property name="visible">True</property>
  213. <property name="can_focus">True</property>
  214. <property name="receives_default">True</property>
  215. <property name="use_underline">True</property>
  216. <child internal-child="accessible">
  217. <object class="AtkObject" id="findfiles-atkobject">
  218. <property name="AtkObject::accessible-description" translatable="yes" context="galleryfilespage|extended_tip|findfiles">Locate the directory containing the files that you want to add, and then click OK.</property>
  219. </object>
  220. </child>
  221. </object>
  222. <packing>
  223. <property name="expand">False</property>
  224. <property name="fill">True</property>
  225. <property name="position">0</property>
  226. </packing>
  227. </child>
  228. <child>
  229. <object class="GtkButton" id="add">
  230. <property name="label">gtk-add</property>
  231. <property name="visible">True</property>
  232. <property name="can_focus">True</property>
  233. <property name="receives_default">True</property>
  234. <property name="use_stock">True</property>
  235. <child internal-child="accessible">
  236. <object class="AtkObject" id="add-atkobject">
  237. <property name="AtkObject::accessible-description" translatable="yes" context="galleryfilespage|extended_tip|add">Adds the selected file(s) to the current theme.</property>
  238. </object>
  239. </child>
  240. </object>
  241. <packing>
  242. <property name="expand">False</property>
  243. <property name="fill">True</property>
  244. <property name="position">1</property>
  245. </packing>
  246. </child>
  247. <child>
  248. <object class="GtkButton" id="addall">
  249. <property name="label" translatable="yes" context="galleryfilespage|addall">A_dd All</property>
  250. <property name="visible">True</property>
  251. <property name="can_focus">True</property>
  252. <property name="receives_default">True</property>
  253. <property name="use_underline">True</property>
  254. <child internal-child="accessible">
  255. <object class="AtkObject" id="addall-atkobject">
  256. <property name="AtkObject::accessible-description" translatable="yes" context="galleryfilespage|extended_tip|addall">Adds all of the files in the list to the current theme.</property>
  257. </object>
  258. </child>
  259. </object>
  260. <packing>
  261. <property name="expand">False</property>
  262. <property name="fill">True</property>
  263. <property name="position">2</property>
  264. </packing>
  265. </child>
  266. </object>
  267. <packing>
  268. <property name="left_attach">0</property>
  269. <property name="top_attach">0</property>
  270. </packing>
  271. </child>
  272. </object>
  273. <packing>
  274. <property name="left_attach">1</property>
  275. <property name="top_attach">0</property>
  276. </packing>
  277. </child>
  278. </object>
  279. </interface>