conflictsdialog.ui 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="sc">
  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 text2 -->
  10. <column type="gchararray"/>
  11. <!-- column-name text3 -->
  12. <column type="gchararray"/>
  13. <!-- column-name id -->
  14. <column type="gchararray"/>
  15. </columns>
  16. </object>
  17. <object class="GtkDialog" id="ConflictsDialog">
  18. <property name="can_focus">False</property>
  19. <property name="border_width">6</property>
  20. <property name="title" translatable="yes" context="conflictsdialog|ConflictsDialog">Resolve Conflicts</property>
  21. <property name="resizable">False</property>
  22. <property name="type_hint">dialog</property>
  23. <child>
  24. <placeholder/>
  25. </child>
  26. <child internal-child="vbox">
  27. <object class="GtkBox" id="dialog-vbox1">
  28. <property name="can_focus">False</property>
  29. <property name="orientation">vertical</property>
  30. <property name="spacing">12</property>
  31. <child internal-child="action_area">
  32. <object class="GtkButtonBox" id="dialog-action_area1">
  33. <property name="can_focus">False</property>
  34. <property name="layout_style">end</property>
  35. <child>
  36. <object class="GtkButton" id="keepallmine">
  37. <property name="label" translatable="yes" context="conflictsdialog|keepallmine">_Keep All Mine</property>
  38. <property name="visible">True</property>
  39. <property name="can_focus">True</property>
  40. <property name="receives_default">True</property>
  41. <property name="use_underline">True</property>
  42. </object>
  43. <packing>
  44. <property name="expand">False</property>
  45. <property name="fill">True</property>
  46. <property name="position">0</property>
  47. </packing>
  48. </child>
  49. <child>
  50. <object class="GtkButton" id="keepallothers">
  51. <property name="label" translatable="yes" context="conflictsdialog|keepallothers">Keep _All Others</property>
  52. <property name="visible">True</property>
  53. <property name="can_focus">True</property>
  54. <property name="receives_default">True</property>
  55. <property name="use_underline">True</property>
  56. </object>
  57. <packing>
  58. <property name="expand">False</property>
  59. <property name="fill">True</property>
  60. <property name="position">1</property>
  61. </packing>
  62. </child>
  63. <child>
  64. <object class="GtkButton" id="cancel">
  65. <property name="label">gtk-cancel</property>
  66. <property name="visible">True</property>
  67. <property name="can_focus">True</property>
  68. <property name="receives_default">True</property>
  69. <property name="use_stock">True</property>
  70. </object>
  71. <packing>
  72. <property name="expand">False</property>
  73. <property name="fill">True</property>
  74. <property name="position">2</property>
  75. </packing>
  76. </child>
  77. <child>
  78. <object class="GtkButton" id="help">
  79. <property name="label">gtk-help</property>
  80. <property name="visible">True</property>
  81. <property name="can_focus">True</property>
  82. <property name="receives_default">True</property>
  83. <property name="use_stock">True</property>
  84. </object>
  85. <packing>
  86. <property name="expand">False</property>
  87. <property name="fill">True</property>
  88. <property name="position">3</property>
  89. <property name="secondary">True</property>
  90. <property name="non_homogeneous">True</property>
  91. </packing>
  92. </child>
  93. </object>
  94. <packing>
  95. <property name="expand">False</property>
  96. <property name="fill">True</property>
  97. <property name="pack_type">end</property>
  98. <property name="position">0</property>
  99. </packing>
  100. </child>
  101. <child>
  102. <object class="GtkBox" id="box1">
  103. <property name="visible">True</property>
  104. <property name="can_focus">False</property>
  105. <property name="orientation">vertical</property>
  106. <property name="spacing">6</property>
  107. <child>
  108. <object class="GtkLabel" id="label1">
  109. <property name="visible">True</property>
  110. <property name="can_focus">False</property>
  111. <property name="halign">start</property>
  112. <property name="label" translatable="yes" context="conflictsdialog|label1">There are conflicting changes in this shared spreadsheet. Conflicts must be resolved before saving the spreadsheet. Keep either own or other changes.</property>
  113. <property name="wrap">True</property>
  114. <property name="max_width_chars">120</property>
  115. <property name="xalign">0</property>
  116. </object>
  117. <packing>
  118. <property name="expand">False</property>
  119. <property name="fill">True</property>
  120. <property name="position">0</property>
  121. </packing>
  122. </child>
  123. <child>
  124. <object class="GtkScrolledWindow">
  125. <property name="visible">True</property>
  126. <property name="can_focus">True</property>
  127. <property name="hexpand">True</property>
  128. <property name="vexpand">True</property>
  129. <property name="shadow_type">in</property>
  130. <child>
  131. <object class="GtkTreeView" id="container">
  132. <property name="visible">True</property>
  133. <property name="can_focus">True</property>
  134. <property name="receives_default">True</property>
  135. <property name="hexpand">True</property>
  136. <property name="vexpand">True</property>
  137. <property name="model">liststore1</property>
  138. <property name="search_column">0</property>
  139. <property name="show_expanders">True</property>
  140. <child internal-child="selection">
  141. <object class="GtkTreeSelection" id="Macro Library List-selection2"/>
  142. </child>
  143. <child>
  144. <object class="GtkTreeViewColumn" id="treeviewcolumn0">
  145. <property name="resizable">True</property>
  146. <property name="spacing">6</property>
  147. <property name="title" translatable="yes" context="conflictsdialog|conflict">Conflict</property>
  148. <property name="clickable">True</property>
  149. <child>
  150. <object class="GtkCellRendererText" id="cellrenderer0"/>
  151. <attributes>
  152. <attribute name="text">0</attribute>
  153. </attributes>
  154. </child>
  155. </object>
  156. </child>
  157. <child>
  158. <object class="GtkTreeViewColumn" id="treeviewcolumn2">
  159. <property name="resizable">True</property>
  160. <property name="spacing">6</property>
  161. <property name="title" translatable="yes" context="conflictsdialog|author">Author</property>
  162. <property name="clickable">True</property>
  163. <child>
  164. <object class="GtkCellRendererText" id="cellrenderer2"/>
  165. <attributes>
  166. <attribute name="text">1</attribute>
  167. </attributes>
  168. </child>
  169. </object>
  170. </child>
  171. <child>
  172. <object class="GtkTreeViewColumn" id="treeviewcolumn3">
  173. <property name="resizable">True</property>
  174. <property name="spacing">6</property>
  175. <property name="title" translatable="yes" context="conflictsdialog|date">Date</property>
  176. <property name="clickable">True</property>
  177. <child>
  178. <object class="GtkCellRendererText" id="cellrenderer3"/>
  179. <attributes>
  180. <attribute name="text">2</attribute>
  181. </attributes>
  182. </child>
  183. </object>
  184. </child>
  185. </object>
  186. </child>
  187. <child internal-child="accessible">
  188. <object class="AtkObject" id="changes-atkobject">
  189. <property name="AtkObject::accessible-name" translatable="yes" context="conflictsdialog|changes-atkobject">Changes</property>
  190. </object>
  191. </child>
  192. </object>
  193. <packing>
  194. <property name="expand">True</property>
  195. <property name="fill">True</property>
  196. <property name="position">1</property>
  197. </packing>
  198. </child>
  199. <child>
  200. <object class="GtkButtonBox" id="buttonbox1">
  201. <property name="visible">True</property>
  202. <property name="can_focus">False</property>
  203. <property name="spacing">6</property>
  204. <property name="layout_style">center</property>
  205. <child>
  206. <object class="GtkButton" id="keepmine">
  207. <property name="label" translatable="yes" context="conflictsdialog|keepmine">Keep _Mine</property>
  208. <property name="visible">True</property>
  209. <property name="can_focus">True</property>
  210. <property name="receives_default">True</property>
  211. <property name="use_underline">True</property>
  212. </object>
  213. <packing>
  214. <property name="expand">False</property>
  215. <property name="fill">True</property>
  216. <property name="position">0</property>
  217. </packing>
  218. </child>
  219. <child>
  220. <object class="GtkButton" id="keepother">
  221. <property name="label" translatable="yes" context="conflictsdialog|keepother">Keep _Other</property>
  222. <property name="visible">True</property>
  223. <property name="can_focus">True</property>
  224. <property name="receives_default">True</property>
  225. <property name="use_underline">True</property>
  226. </object>
  227. <packing>
  228. <property name="expand">False</property>
  229. <property name="fill">True</property>
  230. <property name="position">1</property>
  231. </packing>
  232. </child>
  233. </object>
  234. <packing>
  235. <property name="expand">False</property>
  236. <property name="fill">True</property>
  237. <property name="position">2</property>
  238. </packing>
  239. </child>
  240. </object>
  241. <packing>
  242. <property name="expand">True</property>
  243. <property name="fill">True</property>
  244. <property name="position">1</property>
  245. </packing>
  246. </child>
  247. </object>
  248. </child>
  249. <action-widgets>
  250. <action-widget response="101">keepallmine</action-widget>
  251. <action-widget response="102">keepallothers</action-widget>
  252. <action-widget response="-6">cancel</action-widget>
  253. <action-widget response="-11">help</action-widget>
  254. </action-widgets>
  255. </object>
  256. </interface>