optimalcolwidthdialog.ui 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="sc">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="OptimalColWidthDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="optimalcolwidthdialog|OptimalColWidthDialog">Optimal Column Width</property>
  9. <property name="resizable">False</property>
  10. <property name="modal">True</property>
  11. <property name="default_width">0</property>
  12. <property name="default_height">0</property>
  13. <property name="type_hint">dialog</property>
  14. <child internal-child="vbox">
  15. <object class="GtkBox" id="dialog-vbox1">
  16. <property name="can_focus">False</property>
  17. <property name="orientation">vertical</property>
  18. <property name="spacing">12</property>
  19. <child internal-child="action_area">
  20. <object class="GtkButtonBox" id="dialog-action_area1">
  21. <property name="can_focus">False</property>
  22. <property name="layout_style">end</property>
  23. <child>
  24. <object class="GtkButton" id="ok">
  25. <property name="label">gtk-ok</property>
  26. <property name="visible">True</property>
  27. <property name="can_focus">True</property>
  28. <property name="can_default">True</property>
  29. <property name="has_default">True</property>
  30. <property name="receives_default">True</property>
  31. <property name="use_stock">True</property>
  32. </object>
  33. <packing>
  34. <property name="expand">False</property>
  35. <property name="fill">True</property>
  36. <property name="position">0</property>
  37. </packing>
  38. </child>
  39. <child>
  40. <object class="GtkButton" id="cancel">
  41. <property name="label">gtk-cancel</property>
  42. <property name="visible">True</property>
  43. <property name="can_focus">True</property>
  44. <property name="receives_default">True</property>
  45. <property name="use_stock">True</property>
  46. </object>
  47. <packing>
  48. <property name="expand">False</property>
  49. <property name="fill">True</property>
  50. <property name="position">1</property>
  51. </packing>
  52. </child>
  53. <child>
  54. <object class="GtkButton" id="help">
  55. <property name="label">gtk-help</property>
  56. <property name="visible">True</property>
  57. <property name="can_focus">True</property>
  58. <property name="receives_default">True</property>
  59. <property name="use_stock">True</property>
  60. </object>
  61. <packing>
  62. <property name="expand">False</property>
  63. <property name="fill">True</property>
  64. <property name="position">2</property>
  65. <property name="secondary">True</property>
  66. <property name="non_homogeneous">True</property>
  67. </packing>
  68. </child>
  69. </object>
  70. <packing>
  71. <property name="expand">False</property>
  72. <property name="fill">True</property>
  73. <property name="pack_type">end</property>
  74. <property name="position">0</property>
  75. </packing>
  76. </child>
  77. <child>
  78. <!-- n-columns=1 n-rows=1 -->
  79. <object class="GtkGrid" id="grid2">
  80. <property name="visible">True</property>
  81. <property name="can_focus">False</property>
  82. <property name="valign">start</property>
  83. <property name="hexpand">True</property>
  84. <property name="vexpand">True</property>
  85. <property name="row_spacing">6</property>
  86. <property name="column_spacing">12</property>
  87. <child>
  88. <object class="GtkLabel" id="label1">
  89. <property name="visible">True</property>
  90. <property name="can_focus">False</property>
  91. <property name="label" translatable="yes" context="optimalcolwidthdialog|label1">Add:</property>
  92. <property name="use_underline">True</property>
  93. <property name="mnemonic_widget">value</property>
  94. <property name="xalign">0</property>
  95. </object>
  96. <packing>
  97. <property name="left_attach">0</property>
  98. <property name="top_attach">0</property>
  99. </packing>
  100. </child>
  101. <child>
  102. <object class="GtkSpinButton" id="value">
  103. <property name="visible">True</property>
  104. <property name="can_focus">True</property>
  105. <property name="hexpand">True</property>
  106. <property name="activates_default">True</property>
  107. <property name="digits">2</property>
  108. <property name="truncate-multiline">True</property>
  109. <child internal-child="accessible">
  110. <object class="AtkObject" id="value-atkobject">
  111. <property name="AtkObject::accessible-description" translatable="yes" context="optimalcolwidthdialog|extended_tip|value">Defines additional spacing between the longest entry in a column and the vertical column borders.</property>
  112. </object>
  113. </child>
  114. </object>
  115. <packing>
  116. <property name="left_attach">1</property>
  117. <property name="top_attach">0</property>
  118. </packing>
  119. </child>
  120. <child>
  121. <object class="GtkCheckButton" id="default">
  122. <property name="label" translatable="yes" context="optimalcolwidthdialog|default">_Default value</property>
  123. <property name="visible">True</property>
  124. <property name="can_focus">True</property>
  125. <property name="receives_default">False</property>
  126. <property name="use_underline">True</property>
  127. <property name="xalign">0</property>
  128. <property name="draw_indicator">True</property>
  129. <child internal-child="accessible">
  130. <object class="AtkObject" id="default-atkobject">
  131. <property name="AtkObject::accessible-description" translatable="yes" context="optimalcolwidthdialog|extended_tip|default">Defines the optimal column width in order to display the entire contents of the column.</property>
  132. </object>
  133. </child>
  134. </object>
  135. <packing>
  136. <property name="left_attach">1</property>
  137. <property name="top_attach">1</property>
  138. </packing>
  139. </child>
  140. <child>
  141. <placeholder/>
  142. </child>
  143. </object>
  144. <packing>
  145. <property name="expand">False</property>
  146. <property name="fill">True</property>
  147. <property name="position">1</property>
  148. </packing>
  149. </child>
  150. </object>
  151. </child>
  152. <action-widgets>
  153. <action-widget response="-5">ok</action-widget>
  154. <action-widget response="-6">cancel</action-widget>
  155. <action-widget response="-11">help</action-widget>
  156. </action-widgets>
  157. <child type="titlebar">
  158. <placeholder/>
  159. </child>
  160. <child internal-child="accessible">
  161. <object class="AtkObject" id="OptimalColWidthDialog-atkobject">
  162. <property name="AtkObject::accessible-description" translatable="yes" context="optimalcolwidthdialog|extended_tip|OptimalColWidthDialog">Defines the optimal column width for selected columns.</property>
  163. </object>
  164. </child>
  165. </object>
  166. </interface>