addconditiondialog.ui 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="svx">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="AddConditionDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="addconditiondialog|AddConditionDialog">Add Condition</property>
  9. <property name="resizable">False</property>
  10. <property name="modal">True</property>
  11. <property name="default_width">0</property>
  12. <property name="default_height">0</property>
  13. <property name="type_hint">dialog</property>
  14. <child internal-child="vbox">
  15. <object class="GtkBox" id="dialog-vbox1">
  16. <property name="can_focus">False</property>
  17. <property name="orientation">vertical</property>
  18. <property name="spacing">12</property>
  19. <child internal-child="action_area">
  20. <object class="GtkButtonBox" id="dialog-action_area1">
  21. <property name="can_focus">False</property>
  22. <property name="layout_style">end</property>
  23. <child>
  24. <object class="GtkButton" id="ok">
  25. <property name="label">gtk-ok</property>
  26. <property name="visible">True</property>
  27. <property name="can_focus">True</property>
  28. <property name="can_default">True</property>
  29. <property name="has_default">True</property>
  30. <property name="receives_default">True</property>
  31. <property name="use_stock">True</property>
  32. </object>
  33. <packing>
  34. <property name="expand">False</property>
  35. <property name="fill">True</property>
  36. <property name="position">0</property>
  37. </packing>
  38. </child>
  39. <child>
  40. <object class="GtkButton" id="cancel">
  41. <property name="label">gtk-cancel</property>
  42. <property name="visible">True</property>
  43. <property name="can_focus">True</property>
  44. <property name="receives_default">True</property>
  45. <property name="use_stock">True</property>
  46. </object>
  47. <packing>
  48. <property name="expand">False</property>
  49. <property name="fill">True</property>
  50. <property name="position">1</property>
  51. </packing>
  52. </child>
  53. <child>
  54. <object class="GtkButton" id="help">
  55. <property name="label">gtk-help</property>
  56. <property name="visible">True</property>
  57. <property name="can_focus">True</property>
  58. <property name="receives_default">True</property>
  59. <property name="use_stock">True</property>
  60. </object>
  61. <packing>
  62. <property name="expand">False</property>
  63. <property name="fill">True</property>
  64. <property name="position">2</property>
  65. <property name="secondary">True</property>
  66. </packing>
  67. </child>
  68. </object>
  69. <packing>
  70. <property name="expand">False</property>
  71. <property name="fill">True</property>
  72. <property name="pack_type">end</property>
  73. <property name="position">2</property>
  74. </packing>
  75. </child>
  76. <child>
  77. <!-- n-columns=1 n-rows=1 -->
  78. <object class="GtkGrid" id="grid1">
  79. <property name="visible">True</property>
  80. <property name="can_focus">False</property>
  81. <property name="hexpand">True</property>
  82. <property name="vexpand">True</property>
  83. <property name="row_spacing">6</property>
  84. <child>
  85. <object class="GtkLabel" id="label1">
  86. <property name="visible">True</property>
  87. <property name="can_focus">False</property>
  88. <property name="label" translatable="yes" context="addconditiondialog|label1">_Condition:</property>
  89. <property name="use_underline">True</property>
  90. <property name="mnemonic_widget">condition</property>
  91. <property name="xalign">0</property>
  92. </object>
  93. <packing>
  94. <property name="left_attach">0</property>
  95. <property name="top_attach">0</property>
  96. </packing>
  97. </child>
  98. <child>
  99. <object class="GtkScrolledWindow">
  100. <property name="visible">True</property>
  101. <property name="can_focus">True</property>
  102. <property name="hexpand">True</property>
  103. <property name="vexpand">True</property>
  104. <property name="shadow_type">in</property>
  105. <child>
  106. <object class="GtkTextView" id="condition">
  107. <property name="visible">True</property>
  108. <property name="can_focus">True</property>
  109. <property name="hexpand">True</property>
  110. <property name="vexpand">True</property>
  111. <property name="wrap_mode">word</property>
  112. <child internal-child="accessible">
  113. <object class="AtkObject" id="condition-atkobject">
  114. <property name="AtkObject::accessible-description" translatable="yes" context="addconditiondialog|extended_tip|condition">Enter a condition.</property>
  115. </object>
  116. </child>
  117. </object>
  118. </child>
  119. </object>
  120. <packing>
  121. <property name="left_attach">0</property>
  122. <property name="top_attach">1</property>
  123. </packing>
  124. </child>
  125. </object>
  126. <packing>
  127. <property name="expand">False</property>
  128. <property name="fill">True</property>
  129. <property name="position">0</property>
  130. </packing>
  131. </child>
  132. <child>
  133. <!-- n-columns=1 n-rows=1 -->
  134. <object class="GtkGrid" id="grid2">
  135. <property name="visible">True</property>
  136. <property name="can_focus">False</property>
  137. <property name="hexpand">True</property>
  138. <property name="vexpand">True</property>
  139. <property name="row_spacing">6</property>
  140. <child>
  141. <object class="GtkLabel" id="label2">
  142. <property name="visible">True</property>
  143. <property name="can_focus">False</property>
  144. <property name="label" translatable="yes" context="addconditiondialog|label2">_Result:</property>
  145. <property name="use_underline">True</property>
  146. <property name="mnemonic_widget">result</property>
  147. <property name="xalign">0</property>
  148. </object>
  149. <packing>
  150. <property name="left_attach">0</property>
  151. <property name="top_attach">0</property>
  152. </packing>
  153. </child>
  154. <child>
  155. <object class="GtkButton" id="edit">
  156. <property name="label" translatable="yes" context="addconditiondialog|edit">_Edit Namespaces...</property>
  157. <property name="visible">True</property>
  158. <property name="can_focus">True</property>
  159. <property name="receives_default">True</property>
  160. <property name="halign">end</property>
  161. <property name="use_underline">True</property>
  162. <child internal-child="accessible">
  163. <object class="AtkObject" id="edit-atkobject">
  164. <property name="AtkObject::accessible-description" translatable="yes" context="addconditiondialog|extended_tip|edit">Opens the Form Namespaces dialog where you can add, edit, or delete namespaces.</property>
  165. </object>
  166. </child>
  167. </object>
  168. <packing>
  169. <property name="left_attach">0</property>
  170. <property name="top_attach">2</property>
  171. </packing>
  172. </child>
  173. <child>
  174. <object class="GtkScrolledWindow">
  175. <property name="visible">True</property>
  176. <property name="can_focus">True</property>
  177. <property name="hexpand">True</property>
  178. <property name="vexpand">True</property>
  179. <property name="shadow_type">in</property>
  180. <child>
  181. <object class="GtkTextView" id="result">
  182. <property name="visible">True</property>
  183. <property name="can_focus">True</property>
  184. <property name="hexpand">True</property>
  185. <property name="vexpand">True</property>
  186. <property name="editable">False</property>
  187. <property name="wrap_mode">word</property>
  188. <property name="cursor_visible">False</property>
  189. <child internal-child="accessible">
  190. <object class="AtkObject" id="result-atkobject">
  191. <property name="AtkObject::accessible-description" translatable="yes" context="addconditiondialog|extended_tip|result">Displays a preview of the result.</property>
  192. </object>
  193. </child>
  194. </object>
  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. </object>
  203. <packing>
  204. <property name="expand">False</property>
  205. <property name="fill">True</property>
  206. <property name="position">1</property>
  207. </packing>
  208. </child>
  209. </object>
  210. </child>
  211. <action-widgets>
  212. <action-widget response="-5">ok</action-widget>
  213. <action-widget response="-6">cancel</action-widget>
  214. <action-widget response="-11">help</action-widget>
  215. </action-widgets>
  216. <child type="titlebar">
  217. <placeholder/>
  218. </child>
  219. <child internal-child="accessible">
  220. <object class="AtkObject" id="AddConditionDialog-atkobject">
  221. <property name="AtkObject::accessible-description" translatable="yes" context="addconditiondialog|extended_tip|AddConditionDialog">Add a condition in this subdialog of the Add Item / Edit Item dialog of the Data Navigator.</property>
  222. </object>
  223. </child>
  224. </object>
  225. </interface>