splitcolumnentry.ui 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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="splitcolumnentry|name">Split 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="splitcolumnentry|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="GtkLabel">
  48. <property name="visible">True</property>
  49. <property name="can_focus">False</property>
  50. <property name="label" translatable="yes" context="splitcolumnentry|max_num_columns">Maximum Number of Columns</property>
  51. </object>
  52. <packing>
  53. <property name="left_attach">0</property>
  54. <property name="top_attach">1</property>
  55. </packing>
  56. </child>
  57. <child>
  58. <object class="GtkEntry" id="ed_separator">
  59. <property name="visible">True</property>
  60. <property name="truncate-multiline">True</property>
  61. <property name="can_focus">True</property>
  62. </object>
  63. <packing>
  64. <property name="left_attach">1</property>
  65. <property name="top_attach">0</property>
  66. </packing>
  67. </child>
  68. <child>
  69. <object class="GtkSpinButton" id="num_cols">
  70. <property name="visible">True</property>
  71. <property name="can_focus">True</property>
  72. <property name="input_purpose">digits</property>
  73. <property name="numeric">True</property>
  74. <property name="truncate-multiline">True</property>
  75. <property name="value">-1</property>
  76. </object>
  77. <packing>
  78. <property name="left_attach">1</property>
  79. <property name="top_attach">1</property>
  80. </packing>
  81. </child>
  82. </object>
  83. <packing>
  84. <property name="expand">False</property>
  85. <property name="fill">True</property>
  86. <property name="position">1</property>
  87. </packing>
  88. </child>
  89. <child>
  90. <object class="GtkButton" id="ed_delete">
  91. <property name="label" translatable="yes" context="splitcolumnentry|delete">Cancel</property>
  92. <property name="visible">True</property>
  93. <property name="can_focus">True</property>
  94. <property name="receives_default">False</property>
  95. </object>
  96. <packing>
  97. <property name="expand">False</property>
  98. <property name="fill">True</property>
  99. <property name="position">2</property>
  100. </packing>
  101. </child>
  102. </object>
  103. <packing>
  104. <property name="left_attach">0</property>
  105. <property name="top_attach">1</property>
  106. </packing>
  107. </child>
  108. <child>
  109. <object class="GtkSeparator">
  110. <property name="visible">True</property>
  111. <property name="can_focus">False</property>
  112. </object>
  113. <packing>
  114. <property name="left_attach">0</property>
  115. <property name="top_attach">0</property>
  116. </packing>
  117. </child>
  118. </object>
  119. </interface>