gallerysearchprogress.ui 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="cui">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="GallerySearchProgress">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="gallerysearchprogress|GallerySearchProgress">Find</property>
  9. <property name="resizable">False</property>
  10. <property name="modal">True</property>
  11. <property name="type_hint">dialog</property>
  12. <child>
  13. <placeholder/>
  14. </child>
  15. <child internal-child="vbox">
  16. <object class="GtkBox" id="dialog-vbox1">
  17. <property name="can_focus">False</property>
  18. <property name="orientation">vertical</property>
  19. <property name="spacing">12</property>
  20. <child internal-child="action_area">
  21. <object class="GtkButtonBox" id="dialog-action_area1">
  22. <property name="can_focus">False</property>
  23. <property name="layout_style">end</property>
  24. <child>
  25. <object class="GtkButton" id="cancel">
  26. <property name="label">gtk-cancel</property>
  27. <property name="visible">True</property>
  28. <property name="can_focus">True</property>
  29. <property name="can_default">True</property>
  30. <property name="has_default">True</property>
  31. <property name="receives_default">True</property>
  32. <property name="use_stock">True</property>
  33. </object>
  34. <packing>
  35. <property name="expand">False</property>
  36. <property name="fill">True</property>
  37. <property name="position">1</property>
  38. </packing>
  39. </child>
  40. </object>
  41. <packing>
  42. <property name="expand">False</property>
  43. <property name="fill">True</property>
  44. <property name="pack_type">end</property>
  45. <property name="position">0</property>
  46. </packing>
  47. </child>
  48. <child>
  49. <!-- n-columns=1 n-rows=1 -->
  50. <object class="GtkGrid" id="grid1">
  51. <property name="visible">True</property>
  52. <property name="can_focus">False</property>
  53. <property name="row_spacing">12</property>
  54. <child>
  55. <object class="GtkFrame" id="frame1">
  56. <property name="visible">True</property>
  57. <property name="can_focus">False</property>
  58. <property name="label_xalign">0</property>
  59. <property name="shadow_type">none</property>
  60. <child>
  61. <object class="GtkAlignment" id="alignment1">
  62. <property name="visible">True</property>
  63. <property name="can_focus">False</property>
  64. <property name="top_padding">6</property>
  65. <property name="left_padding">12</property>
  66. <child>
  67. <object class="GtkLabel" id="file">
  68. <property name="visible">True</property>
  69. <property name="can_focus">False</property>
  70. <property name="ellipsize">end</property>
  71. <property name="width_chars">40</property>
  72. <property name="single_line_mode">True</property>
  73. <property name="max_width_chars">40</property>
  74. <property name="xalign">0</property>
  75. </object>
  76. </child>
  77. </object>
  78. </child>
  79. <child type="label">
  80. <object class="GtkLabel" id="label1">
  81. <property name="visible">True</property>
  82. <property name="can_focus">False</property>
  83. <property name="label" translatable="yes" context="gallerysearchprogress|label1">File Type</property>
  84. <attributes>
  85. <attribute name="weight" value="bold"/>
  86. </attributes>
  87. </object>
  88. </child>
  89. </object>
  90. <packing>
  91. <property name="left_attach">0</property>
  92. <property name="top_attach">0</property>
  93. </packing>
  94. </child>
  95. <child>
  96. <object class="GtkFrame" id="frame2">
  97. <property name="visible">True</property>
  98. <property name="can_focus">False</property>
  99. <property name="label_xalign">0</property>
  100. <property name="shadow_type">none</property>
  101. <child>
  102. <object class="GtkAlignment" id="alignment2">
  103. <property name="visible">True</property>
  104. <property name="can_focus">False</property>
  105. <property name="top_padding">6</property>
  106. <property name="left_padding">12</property>
  107. <child>
  108. <object class="GtkLabel" id="dir">
  109. <property name="visible">True</property>
  110. <property name="can_focus">False</property>
  111. <property name="width_chars">40</property>
  112. </object>
  113. </child>
  114. </object>
  115. </child>
  116. <child type="label">
  117. <object class="GtkLabel" id="label2">
  118. <property name="visible">True</property>
  119. <property name="can_focus">False</property>
  120. <property name="label" translatable="yes" context="gallerysearchprogress|label2">Directory</property>
  121. <attributes>
  122. <attribute name="weight" value="bold"/>
  123. </attributes>
  124. </object>
  125. </child>
  126. </object>
  127. <packing>
  128. <property name="left_attach">0</property>
  129. <property name="top_attach">1</property>
  130. </packing>
  131. </child>
  132. </object>
  133. <packing>
  134. <property name="expand">False</property>
  135. <property name="fill">True</property>
  136. <property name="position">1</property>
  137. </packing>
  138. </child>
  139. </object>
  140. </child>
  141. <action-widgets>
  142. <action-widget response="-6">cancel</action-widget>
  143. </action-widgets>
  144. </object>
  145. </interface>