tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / sc / uiconfig / scalc / ui / optimalcolwidthdialog.ui
blobdf1ed8ad7bd0ec1c3e13e7d563a7932efd7984a4
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" translatable="yes" context="stock">_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-underline">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" translatable="yes" context="stock">_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-underline">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" translatable="yes" context="stock">_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-underline">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="draw_indicator">True</property>
128 <child internal-child="accessible">
129 <object class="AtkObject" id="default-atkobject">
130 <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>
131 </object>
132 </child>
133 </object>
134 <packing>
135 <property name="left_attach">1</property>
136 <property name="top_attach">1</property>
137 </packing>
138 </child>
139 <child>
140 <placeholder/>
141 </child>
142 </object>
143 <packing>
144 <property name="expand">False</property>
145 <property name="fill">True</property>
146 <property name="position">1</property>
147 </packing>
148 </child>
149 </object>
150 </child>
151 <action-widgets>
152 <action-widget response="-5">ok</action-widget>
153 <action-widget response="-6">cancel</action-widget>
154 <action-widget response="-11">help</action-widget>
155 </action-widgets>
156 <child type="titlebar">
157 <placeholder/>
158 </child>
159 <child internal-child="accessible">
160 <object class="AtkObject" id="OptimalColWidthDialog-atkobject">
161 <property name="AtkObject::accessible-description" translatable="yes" context="optimalcolwidthdialog|extended_tip|OptimalColWidthDialog">Defines the optimal column width for selected columns.</property>
162 </object>
163 </child>
164 </object>
165 </interface>