mergecolumnentry.ui 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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. <!-- n-columns=1 n-rows=1 -->
  6. <object class="GtkGrid" id="grid">
  7. <property name="visible">True</property>
  8. <property name="can_focus">False</property>
  9. <property name="hexpand">True</property>
  10. <property name="border_width">6</property>
  11. <property name="row_spacing">6</property>
  12. <property name="column_spacing">12</property>
  13. <child>
  14. <object class="GtkBox">
  15. <property name="visible">True</property>
  16. <property name="can_focus">False</property>
  17. <property name="orientation">vertical</property>
  18. <child>
  19. <object class="GtkLabel">
  20. <property name="visible">True</property>
  21. <property name="can_focus">False</property>
  22. <property name="label" translatable="yes" context="mergecolumnentry|name">Merge Column Action</property>
  23. </object>
  24. <packing>
  25. <property name="expand">False</property>
  26. <property name="fill">True</property>
  27. <property name="position">0</property>
  28. </packing>
  29. </child>
  30. <child>
  31. <!-- n-columns=1 n-rows=1 -->
  32. <object class="GtkGrid" id="grid_details">
  33. <property name="visible">True</property>
  34. <property name="can_focus">False</property>
  35. <child>
  36. <object class="GtkLabel">
  37. <property name="visible">True</property>
  38. <property name="can_focus">False</property>
  39. <property name="label" translatable="yes" context="mergecolumnentry|separator">Separator:</property>
  40. </object>
  41. <packing>
  42. <property name="left_attach">0</property>
  43. <property name="top_attach">0</property>
  44. </packing>
  45. </child>
  46. <child>
  47. <object class="GtkEntry" id="ed_separator">
  48. <property name="visible">True</property>
  49. <property name="truncate-multiline">True</property>
  50. <property name="can_focus">True</property>
  51. </object>
  52. <packing>
  53. <property name="left_attach">1</property>
  54. <property name="top_attach">0</property>
  55. </packing>
  56. </child>
  57. <child>
  58. <object class="GtkLabel">
  59. <property name="visible">True</property>
  60. <property name="can_focus">False</property>
  61. <property name="label" translatable="yes" context="mergecolumnentry|columns">Columns:</property>
  62. </object>
  63. <packing>
  64. <property name="left_attach">0</property>
  65. <property name="top_attach">1</property>
  66. </packing>
  67. </child>
  68. <child>
  69. <object class="GtkEntry" id="ed_columns">
  70. <property name="visible">True</property>
  71. <property name="truncate-multiline">True</property>
  72. <property name="can_focus">True</property>
  73. </object>
  74. <packing>
  75. <property name="left_attach">1</property>
  76. <property name="top_attach">1</property>
  77. </packing>
  78. </child>
  79. </object>
  80. <packing>
  81. <property name="expand">False</property>
  82. <property name="fill">True</property>
  83. <property name="position">1</property>
  84. </packing>
  85. </child>
  86. <child>
  87. <object class="GtkButton" id="ed_delete">
  88. <property name="label" translatable="yes" context="mergecolumnentry|delete">Cancel</property>
  89. <property name="visible">True</property>
  90. <property name="can_focus">True</property>
  91. <property name="receives_default">False</property>
  92. </object>
  93. <packing>
  94. <property name="expand">False</property>
  95. <property name="fill">True</property>
  96. <property name="position">2</property>
  97. </packing>
  98. </child>
  99. </object>
  100. <packing>
  101. <property name="left_attach">0</property>
  102. <property name="top_attach">1</property>
  103. </packing>
  104. </child>
  105. <child>
  106. <object class="GtkSeparator">
  107. <property name="visible">True</property>
  108. <property name="can_focus">False</property>
  109. </object>
  110. <packing>
  111. <property name="left_attach">0</property>
  112. <property name="top_attach">0</property>
  113. </packing>
  114. </child>
  115. </object>
  116. </interface>