editfielddialog.ui 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="sw">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkImage" id="image3">
  6. <property name="visible">True</property>
  7. <property name="can_focus">False</property>
  8. <property name="stock">gtk-media-previous</property>
  9. </object>
  10. <object class="GtkImage" id="image4">
  11. <property name="visible">True</property>
  12. <property name="can_focus">False</property>
  13. <property name="stock">gtk-media-next</property>
  14. </object>
  15. <object class="GtkDialog" id="EditFieldDialog">
  16. <property name="can_focus">False</property>
  17. <property name="border_width">6</property>
  18. <property name="title" translatable="yes" context="editfielddialog|EditFieldDialog">Edit Fields</property>
  19. <property name="modal">True</property>
  20. <property name="default_width">0</property>
  21. <property name="default_height">0</property>
  22. <property name="type_hint">dialog</property>
  23. <child internal-child="vbox">
  24. <object class="GtkBox" id="dialog-vbox1">
  25. <property name="can_focus">False</property>
  26. <property name="orientation">vertical</property>
  27. <property name="spacing">12</property>
  28. <child internal-child="action_area">
  29. <object class="GtkButtonBox" id="dialog-action_area1">
  30. <property name="can_focus">False</property>
  31. <property name="hexpand">True</property>
  32. <property name="layout_style">end</property>
  33. <child>
  34. <object class="GtkButton" id="help">
  35. <property name="label">gtk-help</property>
  36. <property name="visible">True</property>
  37. <property name="can_focus">True</property>
  38. <property name="receives_default">True</property>
  39. <property name="use_stock">True</property>
  40. </object>
  41. <packing>
  42. <property name="expand">False</property>
  43. <property name="fill">True</property>
  44. <property name="position">0</property>
  45. <property name="secondary">True</property>
  46. </packing>
  47. </child>
  48. <child>
  49. <object class="GtkButton" id="ok">
  50. <property name="label">gtk-ok</property>
  51. <property name="visible">True</property>
  52. <property name="can_focus">True</property>
  53. <property name="can_default">True</property>
  54. <property name="has_default">True</property>
  55. <property name="receives_default">True</property>
  56. <property name="use_stock">True</property>
  57. </object>
  58. <packing>
  59. <property name="expand">False</property>
  60. <property name="fill">True</property>
  61. <property name="position">3</property>
  62. </packing>
  63. </child>
  64. <child>
  65. <object class="GtkButton" id="cancel">
  66. <property name="label">gtk-cancel</property>
  67. <property name="visible">True</property>
  68. <property name="can_focus">True</property>
  69. <property name="receives_default">True</property>
  70. <property name="use_stock">True</property>
  71. </object>
  72. <packing>
  73. <property name="expand">False</property>
  74. <property name="fill">True</property>
  75. <property name="position">5</property>
  76. </packing>
  77. </child>
  78. </object>
  79. <packing>
  80. <property name="expand">False</property>
  81. <property name="fill">True</property>
  82. <property name="pack_type">end</property>
  83. <property name="position">0</property>
  84. </packing>
  85. </child>
  86. <child>
  87. <!-- n-columns=1 n-rows=1 -->
  88. <object class="GtkGrid" id="grid2">
  89. <property name="visible">True</property>
  90. <property name="can_focus">False</property>
  91. <property name="column_spacing">6</property>
  92. <child>
  93. <object class="GtkButton" id="prev">
  94. <property name="visible">True</property>
  95. <property name="can_focus">True</property>
  96. <property name="receives_default">True</property>
  97. <property name="tooltip_text" translatable="yes" context="editfielddialog|prev_tip">Previous field of same type</property>
  98. <property name="valign">center</property>
  99. <property name="margin_left">8</property>
  100. <property name="image">image3</property>
  101. <property name="image_position">right</property>
  102. <child internal-child="accessible">
  103. <object class="AtkObject" id="prev-atkobject">
  104. <property name="AtkObject::accessible-description" translatable="yes" context="editfielddialog|extended_tip|prev">Edit field contents.</property>
  105. </object>
  106. </child>
  107. </object>
  108. <packing>
  109. <property name="left_attach">0</property>
  110. <property name="top_attach">0</property>
  111. </packing>
  112. </child>
  113. <child>
  114. <object class="GtkButton" id="next">
  115. <property name="visible">True</property>
  116. <property name="can_focus">True</property>
  117. <property name="receives_default">True</property>
  118. <property name="tooltip_text" translatable="yes" context="editfielddialog|next_tip">Next field of same type</property>
  119. <property name="valign">center</property>
  120. <property name="image">image4</property>
  121. <child internal-child="accessible">
  122. <object class="AtkObject" id="next-atkobject">
  123. <property name="AtkObject::accessible-description" translatable="yes" context="editfielddialog|extended_tip|next">Edit field contents.</property>
  124. </object>
  125. </child>
  126. </object>
  127. <packing>
  128. <property name="left_attach">1</property>
  129. <property name="top_attach">0</property>
  130. </packing>
  131. </child>
  132. <child>
  133. <object class="GtkButton" id="edit">
  134. <property name="label" translatable="yes" context="editfielddialog|edit">_Edit</property>
  135. <property name="visible">True</property>
  136. <property name="can_focus">True</property>
  137. <property name="receives_default">True</property>
  138. <property name="no_show_all">True</property>
  139. <property name="tooltip_text" translatable="yes" context="editfielddialog|edit_tip">Edit variable field content</property>
  140. <property name="margin_left">12</property>
  141. <property name="use_underline">True</property>
  142. <child internal-child="accessible">
  143. <object class="AtkObject" id="edit-atkobject">
  144. <property name="AtkObject::accessible-description" translatable="yes" context="editfielddialog|extended_tip|edit">Edit field contents.</property>
  145. </object>
  146. </child>
  147. </object>
  148. <packing>
  149. <property name="left_attach">2</property>
  150. <property name="top_attach">0</property>
  151. </packing>
  152. </child>
  153. </object>
  154. <packing>
  155. <property name="expand">False</property>
  156. <property name="fill">False</property>
  157. <property name="pack_type">end</property>
  158. <property name="position">1</property>
  159. </packing>
  160. </child>
  161. <child>
  162. <placeholder/>
  163. </child>
  164. </object>
  165. </child>
  166. <action-widgets>
  167. <action-widget response="-11">help</action-widget>
  168. <action-widget response="-5">ok</action-widget>
  169. <action-widget response="-6">cancel</action-widget>
  170. </action-widgets>
  171. <child type="titlebar">
  172. <placeholder/>
  173. </child>
  174. <child internal-child="accessible">
  175. <object class="AtkObject" id="EditFieldDialog-atkobject">
  176. <property name="AtkObject::accessible-description" translatable="yes" context="editfielddialog|extended_tip|EditFieldDialog">Edit field contents.</property>
  177. </object>
  178. </child>
  179. </object>
  180. </interface>