similaritysearchdialog.ui 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  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="GtkAdjustment" id="adjustment1">
  6. <property name="upper">30</property>
  7. <property name="value">1</property>
  8. <property name="step_increment">1</property>
  9. <property name="page_increment">10</property>
  10. </object>
  11. <object class="GtkAdjustment" id="adjustment2">
  12. <property name="upper">30</property>
  13. <property name="value">1</property>
  14. <property name="step_increment">1</property>
  15. <property name="page_increment">10</property>
  16. </object>
  17. <object class="GtkAdjustment" id="adjustment3">
  18. <property name="upper">30</property>
  19. <property name="value">1</property>
  20. <property name="step_increment">1</property>
  21. <property name="page_increment">10</property>
  22. </object>
  23. <object class="GtkDialog" id="SimilaritySearchDialog">
  24. <property name="can_focus">False</property>
  25. <property name="border_width">6</property>
  26. <property name="title" translatable="yes" context="similaritysearchdialog|SimilaritySearchDialog">Similarity Search</property>
  27. <property name="resizable">False</property>
  28. <property name="modal">True</property>
  29. <property name="default_width">0</property>
  30. <property name="default_height">0</property>
  31. <property name="type_hint">dialog</property>
  32. <child internal-child="vbox">
  33. <object class="GtkBox" id="dialog-vbox1">
  34. <property name="can_focus">False</property>
  35. <property name="orientation">vertical</property>
  36. <property name="spacing">12</property>
  37. <child internal-child="action_area">
  38. <object class="GtkButtonBox" id="dialog-action_area3">
  39. <property name="can_focus">False</property>
  40. <property name="layout_style">end</property>
  41. <child>
  42. <object class="GtkButton" id="ok">
  43. <property name="label">gtk-ok</property>
  44. <property name="visible">True</property>
  45. <property name="can_focus">True</property>
  46. <property name="can_default">True</property>
  47. <property name="has_default">True</property>
  48. <property name="receives_default">True</property>
  49. <property name="use_stock">True</property>
  50. </object>
  51. <packing>
  52. <property name="expand">False</property>
  53. <property name="fill">True</property>
  54. <property name="position">0</property>
  55. </packing>
  56. </child>
  57. <child>
  58. <object class="GtkButton" id="cancel">
  59. <property name="label">gtk-cancel</property>
  60. <property name="visible">True</property>
  61. <property name="can_focus">True</property>
  62. <property name="receives_default">True</property>
  63. <property name="use_stock">True</property>
  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="margin_right">6</property>
  78. <property name="use_stock">True</property>
  79. </object>
  80. <packing>
  81. <property name="expand">False</property>
  82. <property name="fill">True</property>
  83. <property name="position">2</property>
  84. <property name="secondary">True</property>
  85. </packing>
  86. </child>
  87. </object>
  88. <packing>
  89. <property name="expand">False</property>
  90. <property name="fill">True</property>
  91. <property name="pack_type">end</property>
  92. <property name="position">0</property>
  93. </packing>
  94. </child>
  95. <child>
  96. <!-- n-columns=1 n-rows=1 -->
  97. <object class="GtkGrid" id="grid1">
  98. <property name="visible">True</property>
  99. <property name="can_focus">False</property>
  100. <property name="halign">center</property>
  101. <property name="hexpand">True</property>
  102. <property name="vexpand">True</property>
  103. <property name="row_spacing">6</property>
  104. <property name="column_spacing">12</property>
  105. <child>
  106. <object class="GtkLabel" id="label2">
  107. <property name="visible">True</property>
  108. <property name="can_focus">False</property>
  109. <property name="label" translatable="yes" context="similaritysearchdialog|label2">_Exchange characters:</property>
  110. <property name="use_underline">True</property>
  111. <property name="mnemonic_widget">otherfld</property>
  112. <property name="xalign">1</property>
  113. </object>
  114. <packing>
  115. <property name="left_attach">0</property>
  116. <property name="top_attach">0</property>
  117. </packing>
  118. </child>
  119. <child>
  120. <object class="GtkLabel" id="label3">
  121. <property name="visible">True</property>
  122. <property name="can_focus">False</property>
  123. <property name="label" translatable="yes" context="similaritysearchdialog|label3">_Add characters:</property>
  124. <property name="use_underline">True</property>
  125. <property name="mnemonic_widget">longerfld</property>
  126. <property name="xalign">1</property>
  127. </object>
  128. <packing>
  129. <property name="left_attach">0</property>
  130. <property name="top_attach">1</property>
  131. </packing>
  132. </child>
  133. <child>
  134. <object class="GtkLabel" id="label4">
  135. <property name="visible">True</property>
  136. <property name="can_focus">False</property>
  137. <property name="label" translatable="yes" context="similaritysearchdialog|label4">_Remove characters:</property>
  138. <property name="use_underline">True</property>
  139. <property name="mnemonic_widget">shorterfld</property>
  140. <property name="xalign">1</property>
  141. </object>
  142. <packing>
  143. <property name="left_attach">0</property>
  144. <property name="top_attach">2</property>
  145. </packing>
  146. </child>
  147. <child>
  148. <object class="GtkCheckButton" id="relaxbox">
  149. <property name="label" translatable="yes" context="similaritysearchdialog|relaxbox">_Combine</property>
  150. <property name="visible">True</property>
  151. <property name="can_focus">True</property>
  152. <property name="receives_default">False</property>
  153. <property name="use_underline">True</property>
  154. <property name="xalign">0</property>
  155. <property name="draw_indicator">True</property>
  156. <child internal-child="accessible">
  157. <object class="AtkObject" id="relaxbox-atkobject">
  158. <property name="AtkObject::accessible-description" translatable="yes" context="similaritysearchdialog|extended_tip|relaxbox">Searches for a term that matches any combination of the similarity search settings.</property>
  159. </object>
  160. </child>
  161. </object>
  162. <packing>
  163. <property name="left_attach">0</property>
  164. <property name="top_attach">3</property>
  165. <property name="width">2</property>
  166. </packing>
  167. </child>
  168. <child>
  169. <object class="GtkSpinButton" id="otherfld">
  170. <property name="visible">True</property>
  171. <property name="can_focus">True</property>
  172. <property name="adjustment">adjustment1</property>
  173. <property name="truncate-multiline">True</property>
  174. <child internal-child="accessible">
  175. <object class="AtkObject" id="otherfld-atkobject">
  176. <property name="AtkObject::accessible-description" translatable="yes" context="similaritysearchdialog|extended_tip|otherfld">Enter the number of characters in the search term that can be exchanged.</property>
  177. </object>
  178. </child>
  179. </object>
  180. <packing>
  181. <property name="left_attach">1</property>
  182. <property name="top_attach">0</property>
  183. </packing>
  184. </child>
  185. <child>
  186. <object class="GtkSpinButton" id="longerfld">
  187. <property name="visible">True</property>
  188. <property name="can_focus">True</property>
  189. <property name="adjustment">adjustment2</property>
  190. <property name="truncate-multiline">True</property>
  191. <child internal-child="accessible">
  192. <object class="AtkObject" id="longerfld-atkobject">
  193. <property name="AtkObject::accessible-description" translatable="yes" context="similaritysearchdialog|extended_tip|longerfld">Enter the maximum number of characters by which a word can exceed the number of characters in the search term.</property>
  194. </object>
  195. </child>
  196. </object>
  197. <packing>
  198. <property name="left_attach">1</property>
  199. <property name="top_attach">1</property>
  200. </packing>
  201. </child>
  202. <child>
  203. <object class="GtkSpinButton" id="shorterfld">
  204. <property name="visible">True</property>
  205. <property name="can_focus">True</property>
  206. <property name="adjustment">adjustment3</property>
  207. <property name="truncate-multiline">True</property>
  208. <child internal-child="accessible">
  209. <object class="AtkObject" id="shorterfld-atkobject">
  210. <property name="AtkObject::accessible-description" translatable="yes" context="similaritysearchdialog|extended_tip|shorterfld">Enter the number of characters by which a word can be shorter than the search term.</property>
  211. </object>
  212. </child>
  213. </object>
  214. <packing>
  215. <property name="left_attach">1</property>
  216. <property name="top_attach">2</property>
  217. </packing>
  218. </child>
  219. </object>
  220. <packing>
  221. <property name="expand">False</property>
  222. <property name="fill">True</property>
  223. <property name="position">1</property>
  224. </packing>
  225. </child>
  226. </object>
  227. </child>
  228. <action-widgets>
  229. <action-widget response="-5">ok</action-widget>
  230. <action-widget response="-6">cancel</action-widget>
  231. <action-widget response="-11">help</action-widget>
  232. </action-widgets>
  233. <child type="titlebar">
  234. <placeholder/>
  235. </child>
  236. <child internal-child="accessible">
  237. <object class="AtkObject" id="SimilaritySearchDialog-atkobject">
  238. <property name="AtkObject::accessible-description" translatable="yes" context="similaritysearchdialog|extended_tip|SimilaritySearchDialog">Find terms that are similar to the Find text. Select this checkbox, and then click the Similarities button to define the similarity options.</property>
  239. </object>
  240. </child>
  241. </object>
  242. </interface>