solarizedialog.ui 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  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">100</property>
  7. <property name="step_increment">1</property>
  8. <property name="page_increment">10</property>
  9. </object>
  10. <object class="GtkDialog" id="SolarizeDialog">
  11. <property name="can_focus">False</property>
  12. <property name="border_width">6</property>
  13. <property name="title" translatable="yes" context="solarizedialog|SolarizeDialog">Solarization</property>
  14. <property name="resizable">False</property>
  15. <property name="modal">True</property>
  16. <property name="default_width">0</property>
  17. <property name="default_height">0</property>
  18. <property name="type_hint">dialog</property>
  19. <child internal-child="vbox">
  20. <object class="GtkBox" id="dialog-vbox1">
  21. <property name="can_focus">False</property>
  22. <property name="orientation">vertical</property>
  23. <property name="spacing">12</property>
  24. <child internal-child="action_area">
  25. <object class="GtkButtonBox" id="dialog-action_area1">
  26. <property name="can_focus">False</property>
  27. <property name="layout_style">end</property>
  28. <child>
  29. <object class="GtkButton" id="ok">
  30. <property name="label">gtk-ok</property>
  31. <property name="visible">True</property>
  32. <property name="can_focus">True</property>
  33. <property name="can_default">True</property>
  34. <property name="has_default">True</property>
  35. <property name="receives_default">True</property>
  36. <property name="use_stock">True</property>
  37. </object>
  38. <packing>
  39. <property name="expand">False</property>
  40. <property name="fill">True</property>
  41. <property name="position">0</property>
  42. </packing>
  43. </child>
  44. <child>
  45. <object class="GtkButton" id="cancel">
  46. <property name="label">gtk-cancel</property>
  47. <property name="visible">True</property>
  48. <property name="can_focus">True</property>
  49. <property name="receives_default">True</property>
  50. <property name="use_stock">True</property>
  51. </object>
  52. <packing>
  53. <property name="expand">False</property>
  54. <property name="fill">True</property>
  55. <property name="position">1</property>
  56. </packing>
  57. </child>
  58. <child>
  59. <object class="GtkButton" id="help">
  60. <property name="label">gtk-help</property>
  61. <property name="visible">True</property>
  62. <property name="can_focus">True</property>
  63. <property name="receives_default">True</property>
  64. <property name="use_stock">True</property>
  65. </object>
  66. <packing>
  67. <property name="expand">False</property>
  68. <property name="fill">True</property>
  69. <property name="position">2</property>
  70. <property name="secondary">True</property>
  71. </packing>
  72. </child>
  73. </object>
  74. <packing>
  75. <property name="expand">False</property>
  76. <property name="fill">True</property>
  77. <property name="pack_type">end</property>
  78. <property name="position">0</property>
  79. </packing>
  80. </child>
  81. <child>
  82. <object class="GtkFrame" id="frame1">
  83. <property name="visible">True</property>
  84. <property name="can_focus">False</property>
  85. <property name="hexpand">True</property>
  86. <property name="vexpand">True</property>
  87. <property name="label_xalign">0</property>
  88. <property name="shadow_type">none</property>
  89. <child>
  90. <object class="GtkAlignment" id="alignment1">
  91. <property name="visible">True</property>
  92. <property name="can_focus">False</property>
  93. <property name="hexpand">True</property>
  94. <property name="vexpand">True</property>
  95. <property name="top_padding">6</property>
  96. <property name="left_padding">12</property>
  97. <child>
  98. <!-- n-columns=1 n-rows=1 -->
  99. <object class="GtkGrid" id="grid1">
  100. <property name="visible">True</property>
  101. <property name="can_focus">False</property>
  102. <property name="hexpand">True</property>
  103. <property name="vexpand">True</property>
  104. <property name="column_spacing">24</property>
  105. <child>
  106. <object class="GtkScrolledWindow">
  107. <property name="visible">True</property>
  108. <property name="can_focus">False</property>
  109. <property name="hexpand">True</property>
  110. <property name="vexpand">True</property>
  111. <property name="hscrollbar_policy">never</property>
  112. <property name="vscrollbar_policy">never</property>
  113. <property name="shadow_type">in</property>
  114. <child>
  115. <object class="GtkViewport">
  116. <property name="visible">True</property>
  117. <property name="can_focus">False</property>
  118. <child>
  119. <object class="GtkDrawingArea" id="preview">
  120. <property name="visible">True</property>
  121. <property name="can_focus">False</property>
  122. <property name="hexpand">True</property>
  123. <property name="vexpand">True</property>
  124. </object>
  125. </child>
  126. </object>
  127. </child>
  128. </object>
  129. <packing>
  130. <property name="left_attach">1</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="grid2">
  137. <property name="visible">True</property>
  138. <property name="can_focus">False</property>
  139. <property name="row_spacing">6</property>
  140. <child>
  141. <object class="GtkSpinButton" id="value">
  142. <property name="visible">True</property>
  143. <property name="can_focus">True</property>
  144. <property name="adjustment">adjustment1</property>
  145. <property name="truncate-multiline">True</property>
  146. <child internal-child="accessible">
  147. <object class="AtkObject" id="value-atkobject">
  148. <property name="AtkObject::accessible-description" translatable="yes" context="solarizedialog|extended_tip|value">Specifies the number of colors to which the image is to be reduced.</property>
  149. </object>
  150. </child>
  151. </object>
  152. <packing>
  153. <property name="left_attach">0</property>
  154. <property name="top_attach">1</property>
  155. </packing>
  156. </child>
  157. <child>
  158. <object class="GtkLabel" id="label2">
  159. <property name="visible">True</property>
  160. <property name="can_focus">False</property>
  161. <property name="label" translatable="yes" context="solarizedialog|label2">Threshold _value:</property>
  162. <property name="use_underline">True</property>
  163. <property name="mnemonic_widget">value</property>
  164. <property name="xalign">0</property>
  165. </object>
  166. <packing>
  167. <property name="left_attach">0</property>
  168. <property name="top_attach">0</property>
  169. </packing>
  170. </child>
  171. <child>
  172. <object class="GtkCheckButton" id="invert">
  173. <property name="label" translatable="yes" context="solarizedialog|invert">_Invert</property>
  174. <property name="visible">True</property>
  175. <property name="can_focus">True</property>
  176. <property name="receives_default">False</property>
  177. <property name="use_underline">True</property>
  178. <property name="xalign">0</property>
  179. <property name="draw_indicator">True</property>
  180. <child internal-child="accessible">
  181. <object class="AtkObject" id="invert-atkobject">
  182. <property name="AtkObject::accessible-description" translatable="yes" context="solarizedialog|extended_tip|invert">Specifies to also invert all pixels.</property>
  183. </object>
  184. </child>
  185. </object>
  186. <packing>
  187. <property name="left_attach">0</property>
  188. <property name="top_attach">2</property>
  189. </packing>
  190. </child>
  191. </object>
  192. <packing>
  193. <property name="left_attach">0</property>
  194. <property name="top_attach">0</property>
  195. </packing>
  196. </child>
  197. </object>
  198. </child>
  199. </object>
  200. </child>
  201. <child type="label">
  202. <object class="GtkLabel" id="label1">
  203. <property name="visible">True</property>
  204. <property name="can_focus">False</property>
  205. <property name="label" translatable="yes" context="solarizedialog|label1">Parameters</property>
  206. <attributes>
  207. <attribute name="weight" value="bold"/>
  208. </attributes>
  209. </object>
  210. </child>
  211. </object>
  212. <packing>
  213. <property name="expand">False</property>
  214. <property name="fill">True</property>
  215. <property name="position">1</property>
  216. </packing>
  217. </child>
  218. </object>
  219. </child>
  220. <action-widgets>
  221. <action-widget response="-5">ok</action-widget>
  222. <action-widget response="-6">cancel</action-widget>
  223. <action-widget response="-11">help</action-widget>
  224. </action-widgets>
  225. <child type="titlebar">
  226. <placeholder/>
  227. </child>
  228. <child internal-child="accessible">
  229. <object class="AtkObject" id="SolarizeDialog-atkobject">
  230. <property name="AtkObject::accessible-description" translatable="yes" context="solarizedialog|extended_tip|SolarizeDialog">Opens a dialog for defining solarization. Solarization refers to an effect that looks like what can happen when there is too much light during photo development. The colors become partly inverted.</property>
  231. </object>
  232. </child>
  233. </object>
  234. </interface>