numberingnamedialog.ui 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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="GtkTreeStore" id="liststore1">
  6. <columns>
  7. <!-- column-name text -->
  8. <column type="gchararray"/>
  9. <!-- column-name id -->
  10. <column type="gchararray"/>
  11. </columns>
  12. </object>
  13. <object class="GtkDialog" id="NumberingNameDialog">
  14. <property name="can_focus">False</property>
  15. <property name="border_width">6</property>
  16. <property name="title" translatable="yes" context="numberingnamedialog|NumberingNameDialog">Save As</property>
  17. <property name="modal">True</property>
  18. <property name="default_width">0</property>
  19. <property name="default_height">0</property>
  20. <property name="type_hint">dialog</property>
  21. <child internal-child="vbox">
  22. <object class="GtkBox" id="dialog-vbox1">
  23. <property name="can_focus">False</property>
  24. <property name="orientation">vertical</property>
  25. <property name="spacing">12</property>
  26. <child internal-child="action_area">
  27. <object class="GtkButtonBox" id="dialog-action_area1">
  28. <property name="can_focus">False</property>
  29. <property name="layout_style">end</property>
  30. <child>
  31. <object class="GtkButton" id="ok">
  32. <property name="label">gtk-ok</property>
  33. <property name="visible">True</property>
  34. <property name="can_focus">True</property>
  35. <property name="can_default">True</property>
  36. <property name="has_default">True</property>
  37. <property name="receives_default">True</property>
  38. <property name="use_stock">True</property>
  39. </object>
  40. <packing>
  41. <property name="expand">False</property>
  42. <property name="fill">True</property>
  43. <property name="pack_type">end</property>
  44. <property name="position">0</property>
  45. </packing>
  46. </child>
  47. <child>
  48. <object class="GtkButton" id="cancel">
  49. <property name="label">gtk-cancel</property>
  50. <property name="visible">True</property>
  51. <property name="can_focus">True</property>
  52. <property name="receives_default">True</property>
  53. <property name="use_stock">True</property>
  54. </object>
  55. <packing>
  56. <property name="expand">False</property>
  57. <property name="fill">True</property>
  58. <property name="pack_type">end</property>
  59. <property name="position">1</property>
  60. </packing>
  61. </child>
  62. <child>
  63. <object class="GtkButton" id="help">
  64. <property name="label">gtk-help</property>
  65. <property name="visible">True</property>
  66. <property name="can_focus">True</property>
  67. <property name="receives_default">True</property>
  68. <property name="use_stock">True</property>
  69. </object>
  70. <packing>
  71. <property name="expand">False</property>
  72. <property name="fill">True</property>
  73. <property name="position">2</property>
  74. <property name="secondary">True</property>
  75. </packing>
  76. </child>
  77. </object>
  78. <packing>
  79. <property name="expand">False</property>
  80. <property name="fill">True</property>
  81. <property name="pack_type">end</property>
  82. <property name="position">0</property>
  83. </packing>
  84. </child>
  85. <child>
  86. <object class="GtkFrame" id="frame1">
  87. <property name="visible">True</property>
  88. <property name="can_focus">False</property>
  89. <property name="hexpand">True</property>
  90. <property name="vexpand">True</property>
  91. <property name="label_xalign">0</property>
  92. <property name="shadow_type">none</property>
  93. <child>
  94. <object class="GtkAlignment" id="alignment1">
  95. <property name="visible">True</property>
  96. <property name="can_focus">False</property>
  97. <property name="hexpand">True</property>
  98. <property name="vexpand">True</property>
  99. <property name="top_padding">6</property>
  100. <property name="left_padding">12</property>
  101. <child>
  102. <!-- n-columns=1 n-rows=1 -->
  103. <object class="GtkGrid" id="grid1">
  104. <property name="visible">True</property>
  105. <property name="can_focus">False</property>
  106. <property name="hexpand">True</property>
  107. <property name="vexpand">True</property>
  108. <property name="row_spacing">6</property>
  109. <property name="column_spacing">12</property>
  110. <child>
  111. <object class="GtkScrolledWindow">
  112. <property name="visible">True</property>
  113. <property name="can_focus">True</property>
  114. <property name="hexpand">True</property>
  115. <property name="vexpand">True</property>
  116. <property name="shadow_type">in</property>
  117. <child>
  118. <object class="GtkTreeView" id="form">
  119. <property name="visible">True</property>
  120. <property name="can_focus">True</property>
  121. <property name="hexpand">True</property>
  122. <property name="vexpand">True</property>
  123. <property name="model">liststore1</property>
  124. <property name="headers_visible">False</property>
  125. <property name="headers_clickable">False</property>
  126. <property name="search_column">0</property>
  127. <property name="show_expanders">False</property>
  128. <child internal-child="selection">
  129. <object class="GtkTreeSelection" id="treeview-selection1"/>
  130. </child>
  131. <child>
  132. <object class="GtkTreeViewColumn" id="treeviewcolumn1">
  133. <child>
  134. <object class="GtkCellRendererText" id="cellrenderertext1"/>
  135. <attributes>
  136. <attribute name="text">0</attribute>
  137. </attributes>
  138. </child>
  139. </object>
  140. </child>
  141. <child internal-child="accessible">
  142. <object class="AtkObject" id="form-atkobject">
  143. <property name="AtkObject::accessible-description" translatable="yes" context="numberingnamedialog|extended_tip|form">Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to.</property>
  144. </object>
  145. </child>
  146. </object>
  147. </child>
  148. </object>
  149. <packing>
  150. <property name="left_attach">0</property>
  151. <property name="top_attach">1</property>
  152. </packing>
  153. </child>
  154. <child>
  155. <object class="GtkEntry" id="entry">
  156. <property name="visible">True</property>
  157. <property name="can_focus">True</property>
  158. <property name="activates_default">True</property>
  159. <property name="truncate-multiline">True</property>
  160. <child internal-child="accessible">
  161. <object class="AtkObject" id="entry-atkobject">
  162. <property name="AtkObject::accessible-description" translatable="yes" context="numberingnamedialog|extended_tip|entry">Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to.</property>
  163. </object>
  164. </child>
  165. </object>
  166. <packing>
  167. <property name="left_attach">0</property>
  168. <property name="top_attach">0</property>
  169. </packing>
  170. </child>
  171. </object>
  172. </child>
  173. </object>
  174. </child>
  175. <child type="label">
  176. <object class="GtkLabel" id="label1">
  177. <property name="visible">True</property>
  178. <property name="can_focus">False</property>
  179. <property name="label" translatable="yes" context="numberingnamedialog|label1">Format</property>
  180. <attributes>
  181. <attribute name="weight" value="bold"/>
  182. </attributes>
  183. </object>
  184. </child>
  185. </object>
  186. <packing>
  187. <property name="expand">False</property>
  188. <property name="fill">True</property>
  189. <property name="position">1</property>
  190. </packing>
  191. </child>
  192. </object>
  193. </child>
  194. <action-widgets>
  195. <action-widget response="-5">ok</action-widget>
  196. <action-widget response="-6">cancel</action-widget>
  197. <action-widget response="-11">help</action-widget>
  198. </action-widgets>
  199. <child type="titlebar">
  200. <placeholder/>
  201. </child>
  202. </object>
  203. </interface>