mergetabledialog.ui 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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="GtkDialog" id="MergeTableDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="mergetabledialog|MergeTableDialog">Merge Tables</property>
  9. <property name="modal">True</property>
  10. <property name="default_width">0</property>
  11. <property name="default_height">0</property>
  12. <property name="type_hint">dialog</property>
  13. <child internal-child="vbox">
  14. <object class="GtkBox" id="dialog-vbox1">
  15. <property name="can_focus">False</property>
  16. <property name="orientation">vertical</property>
  17. <property name="spacing">12</property>
  18. <child internal-child="action_area">
  19. <object class="GtkButtonBox" id="dialog-action_area1">
  20. <property name="can_focus">False</property>
  21. <property name="layout_style">end</property>
  22. <child>
  23. <object class="GtkButton" id="ok">
  24. <property name="label">gtk-ok</property>
  25. <property name="visible">True</property>
  26. <property name="can_focus">True</property>
  27. <property name="can_default">True</property>
  28. <property name="has_default">True</property>
  29. <property name="receives_default">True</property>
  30. <property name="use_stock">True</property>
  31. </object>
  32. <packing>
  33. <property name="expand">False</property>
  34. <property name="fill">True</property>
  35. <property name="position">0</property>
  36. </packing>
  37. </child>
  38. <child>
  39. <object class="GtkButton" id="cancel">
  40. <property name="label">gtk-cancel</property>
  41. <property name="visible">True</property>
  42. <property name="can_focus">True</property>
  43. <property name="receives_default">True</property>
  44. <property name="use_stock">True</property>
  45. </object>
  46. <packing>
  47. <property name="expand">False</property>
  48. <property name="fill">True</property>
  49. <property name="position">1</property>
  50. </packing>
  51. </child>
  52. <child>
  53. <object class="GtkButton" id="help">
  54. <property name="label">gtk-help</property>
  55. <property name="visible">True</property>
  56. <property name="can_focus">True</property>
  57. <property name="receives_default">True</property>
  58. <property name="use_stock">True</property>
  59. </object>
  60. <packing>
  61. <property name="expand">False</property>
  62. <property name="fill">True</property>
  63. <property name="position">2</property>
  64. <property name="secondary">True</property>
  65. </packing>
  66. </child>
  67. </object>
  68. <packing>
  69. <property name="expand">False</property>
  70. <property name="fill">True</property>
  71. <property name="pack_type">end</property>
  72. <property name="position">0</property>
  73. </packing>
  74. </child>
  75. <child>
  76. <object class="GtkFrame" id="frame1">
  77. <property name="visible">True</property>
  78. <property name="can_focus">False</property>
  79. <property name="hexpand">True</property>
  80. <property name="vexpand">True</property>
  81. <property name="label_xalign">0</property>
  82. <property name="shadow_type">none</property>
  83. <child>
  84. <object class="GtkAlignment" id="alignment1">
  85. <property name="visible">True</property>
  86. <property name="can_focus">False</property>
  87. <property name="top_padding">6</property>
  88. <property name="left_padding">12</property>
  89. <child>
  90. <!-- n-columns=1 n-rows=1 -->
  91. <object class="GtkGrid" id="grid1">
  92. <property name="visible">True</property>
  93. <property name="can_focus">False</property>
  94. <child>
  95. <object class="GtkRadioButton" id="prev">
  96. <property name="label" translatable="yes" context="mergetabledialog|prev">Join with _previous table</property>
  97. <property name="visible">True</property>
  98. <property name="can_focus">True</property>
  99. <property name="receives_default">False</property>
  100. <property name="use_underline">True</property>
  101. <property name="xalign">0</property>
  102. <property name="active">True</property>
  103. <property name="draw_indicator">True</property>
  104. </object>
  105. <packing>
  106. <property name="left_attach">0</property>
  107. <property name="top_attach">0</property>
  108. </packing>
  109. </child>
  110. <child>
  111. <object class="GtkRadioButton" id="next">
  112. <property name="label" translatable="yes" context="mergetabledialog|next">Join with _next table</property>
  113. <property name="visible">True</property>
  114. <property name="can_focus">True</property>
  115. <property name="receives_default">False</property>
  116. <property name="use_underline">True</property>
  117. <property name="xalign">0</property>
  118. <property name="draw_indicator">True</property>
  119. <property name="group">prev</property>
  120. </object>
  121. <packing>
  122. <property name="left_attach">0</property>
  123. <property name="top_attach">1</property>
  124. </packing>
  125. </child>
  126. </object>
  127. </child>
  128. </object>
  129. </child>
  130. <child type="label">
  131. <object class="GtkLabel" id="label1">
  132. <property name="visible">True</property>
  133. <property name="can_focus">False</property>
  134. <property name="label" translatable="yes" context="mergetabledialog|label1">Mode</property>
  135. <attributes>
  136. <attribute name="weight" value="bold"/>
  137. </attributes>
  138. </object>
  139. </child>
  140. </object>
  141. <packing>
  142. <property name="expand">False</property>
  143. <property name="fill">True</property>
  144. <property name="position">1</property>
  145. </packing>
  146. </child>
  147. </object>
  148. </child>
  149. <action-widgets>
  150. <action-widget response="-5">ok</action-widget>
  151. <action-widget response="-6">cancel</action-widget>
  152. <action-widget response="-11">help</action-widget>
  153. </action-widgets>
  154. <child type="titlebar">
  155. <placeholder/>
  156. </child>
  157. <child internal-child="accessible">
  158. <object class="AtkObject" id="MergeTableDialog-atkobject">
  159. <property name="AtkObject::accessible-description" translatable="yes" context="mergetabledialog|extended_tip|MergeTableDialog">Combines two consecutive tables into a single table. The tables must be directly next to each other and not separated by an empty paragraph.</property>
  160. </object>
  161. </child>
  162. </object>
  163. </interface>