savedialog.ui 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="dba">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="SaveDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="savedialog|SaveDialog">Save As</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>
  15. <placeholder/>
  16. </child>
  17. <child internal-child="vbox">
  18. <object class="GtkBox" id="dialog-vbox1">
  19. <property name="can_focus">False</property>
  20. <property name="orientation">vertical</property>
  21. <property name="spacing">12</property>
  22. <child internal-child="action_area">
  23. <object class="GtkButtonBox" id="dialog-action_area1">
  24. <property name="can_focus">False</property>
  25. <property name="layout_style">end</property>
  26. <child>
  27. <object class="GtkButton" id="ok">
  28. <property name="label">gtk-ok</property>
  29. <property name="visible">True</property>
  30. <property name="can_focus">True</property>
  31. <property name="can_default">True</property>
  32. <property name="has_default">True</property>
  33. <property name="receives_default">True</property>
  34. <property name="use_stock">True</property>
  35. </object>
  36. <packing>
  37. <property name="expand">False</property>
  38. <property name="fill">True</property>
  39. <property name="position">0</property>
  40. </packing>
  41. </child>
  42. <child>
  43. <object class="GtkButton" id="cancel">
  44. <property name="label">gtk-cancel</property>
  45. <property name="visible">True</property>
  46. <property name="can_focus">True</property>
  47. <property name="receives_default">True</property>
  48. <property name="use_stock">True</property>
  49. </object>
  50. <packing>
  51. <property name="expand">False</property>
  52. <property name="fill">True</property>
  53. <property name="position">1</property>
  54. </packing>
  55. </child>
  56. <child>
  57. <object class="GtkButton" id="help">
  58. <property name="label">gtk-help</property>
  59. <property name="visible">True</property>
  60. <property name="can_focus">True</property>
  61. <property name="receives_default">True</property>
  62. <property name="use_stock">True</property>
  63. </object>
  64. <packing>
  65. <property name="expand">False</property>
  66. <property name="fill">True</property>
  67. <property name="position">2</property>
  68. <property name="secondary">True</property>
  69. </packing>
  70. </child>
  71. </object>
  72. <packing>
  73. <property name="expand">False</property>
  74. <property name="fill">True</property>
  75. <property name="pack_type">end</property>
  76. <property name="position">0</property>
  77. </packing>
  78. </child>
  79. <child>
  80. <!-- n-columns=1 n-rows=1 -->
  81. <object class="GtkGrid" id="grid1">
  82. <property name="visible">True</property>
  83. <property name="can_focus">False</property>
  84. <property name="row_spacing">6</property>
  85. <property name="column_spacing">12</property>
  86. <child>
  87. <object class="GtkLabel" id="descriptionft">
  88. <property name="visible">True</property>
  89. <property name="can_focus">False</property>
  90. <property name="label" translatable="yes" context="savedialog|descriptionft">Please enter a name for the object to be created:</property>
  91. <property name="wrap">True</property>
  92. <property name="max_width_chars">52</property>
  93. <property name="xalign">0</property>
  94. </object>
  95. <packing>
  96. <property name="left_attach">0</property>
  97. <property name="top_attach">0</property>
  98. <property name="width">2</property>
  99. </packing>
  100. </child>
  101. <child>
  102. <object class="GtkLabel" id="catalogft">
  103. <property name="visible">True</property>
  104. <property name="can_focus">False</property>
  105. <property name="label" translatable="yes" context="savedialog|catalogft">_Catalog:</property>
  106. <property name="use_underline">True</property>
  107. <property name="mnemonic_widget">catalog</property>
  108. <property name="xalign">1</property>
  109. </object>
  110. <packing>
  111. <property name="left_attach">0</property>
  112. <property name="top_attach">1</property>
  113. </packing>
  114. </child>
  115. <child>
  116. <object class="GtkLabel" id="schemaft">
  117. <property name="visible">True</property>
  118. <property name="can_focus">False</property>
  119. <property name="label" translatable="yes" context="savedialog|schemaft">_Schema:</property>
  120. <property name="use_underline">True</property>
  121. <property name="mnemonic_widget">schema</property>
  122. <property name="xalign">1</property>
  123. </object>
  124. <packing>
  125. <property name="left_attach">0</property>
  126. <property name="top_attach">2</property>
  127. </packing>
  128. </child>
  129. <child>
  130. <object class="GtkLabel" id="titleft">
  131. <property name="visible">True</property>
  132. <property name="can_focus">False</property>
  133. <property name="use_underline">True</property>
  134. <property name="mnemonic_widget">title</property>
  135. <property name="xalign">1</property>
  136. </object>
  137. <packing>
  138. <property name="left_attach">0</property>
  139. <property name="top_attach">3</property>
  140. </packing>
  141. </child>
  142. <child>
  143. <object class="GtkEntry" id="title">
  144. <property name="visible">True</property>
  145. <property name="can_focus">True</property>
  146. <property name="hexpand">True</property>
  147. <property name="truncate-multiline">True</property>
  148. <property name="activates_default">True</property>
  149. </object>
  150. <packing>
  151. <property name="left_attach">1</property>
  152. <property name="top_attach">3</property>
  153. </packing>
  154. </child>
  155. <child>
  156. <object class="GtkComboBoxText" id="catalog">
  157. <property name="visible">True</property>
  158. <property name="can_focus">False</property>
  159. <property name="hexpand">True</property>
  160. <property name="has_entry">True</property>
  161. <child internal-child="entry">
  162. <object class="GtkEntry">
  163. <property name="can_focus">True</property>
  164. <property name="truncate-multiline">True</property>
  165. <property name="activates_default">True</property>
  166. </object>
  167. </child>
  168. </object>
  169. <packing>
  170. <property name="left_attach">1</property>
  171. <property name="top_attach">1</property>
  172. </packing>
  173. </child>
  174. <child>
  175. <object class="GtkComboBoxText" id="schema">
  176. <property name="visible">True</property>
  177. <property name="can_focus">False</property>
  178. <property name="hexpand">True</property>
  179. <property name="has_entry">True</property>
  180. <child internal-child="entry">
  181. <object class="GtkEntry">
  182. <property name="can_focus">True</property>
  183. <property name="truncate-multiline">True</property>
  184. <property name="activates_default">True</property>
  185. </object>
  186. </child>
  187. </object>
  188. <packing>
  189. <property name="left_attach">1</property>
  190. <property name="top_attach">2</property>
  191. </packing>
  192. </child>
  193. </object>
  194. <packing>
  195. <property name="expand">False</property>
  196. <property name="fill">True</property>
  197. <property name="position">1</property>
  198. </packing>
  199. </child>
  200. </object>
  201. </child>
  202. <action-widgets>
  203. <action-widget response="-5">ok</action-widget>
  204. <action-widget response="-6">cancel</action-widget>
  205. <action-widget response="-11">help</action-widget>
  206. </action-widgets>
  207. </object>
  208. </interface>