tdf#130857 qt weld: Implement QtInstanceWidget::get_text_height
[LibreOffice.git] / cui / uiconfig / ui / agingdialog.ui
bloba6c2b24d0b9dcf175968d29ca077223aba7beba3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="cui">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkAdjustment" id="adjustment1">
6 <property name="lower">1</property>
7 <property name="upper">100</property>
8 <property name="value">1</property>
9 <property name="step_increment">1</property>
10 <property name="page_increment">10</property>
11 </object>
12 <object class="GtkDialog" id="AgingDialog">
13 <property name="can_focus">False</property>
14 <property name="border_width">6</property>
15 <property name="title" translatable="yes" context="agingdialog|AgingDialog">Aging</property>
16 <property name="resizable">False</property>
17 <property name="modal">True</property>
18 <property name="default_width">0</property>
19 <property name="default_height">0</property>
20 <property name="type_hint">dialog</property>
21 <child internal-child="vbox">
22 <object class="GtkBox" id="dialog-vbox1">
23 <property name="can_focus">False</property>
24 <property name="orientation">vertical</property>
25 <property name="spacing">12</property>
26 <child internal-child="action_area">
27 <object class="GtkButtonBox" id="dialog-action_area1">
28 <property name="can_focus">False</property>
29 <property name="layout_style">end</property>
30 <child>
31 <object class="GtkButton" id="ok">
32 <property name="label" translatable="yes" context="stock">_OK</property>
33 <property name="visible">True</property>
34 <property name="can_focus">True</property>
35 <property name="can_default">True</property>
36 <property name="has_default">True</property>
37 <property name="receives_default">True</property>
38 <property name="use-underline">True</property>
39 </object>
40 <packing>
41 <property name="expand">False</property>
42 <property name="fill">True</property>
43 <property name="position">0</property>
44 </packing>
45 </child>
46 <child>
47 <object class="GtkButton" id="cancel">
48 <property name="label" translatable="yes" context="stock">_Cancel</property>
49 <property name="visible">True</property>
50 <property name="can_focus">True</property>
51 <property name="receives_default">True</property>
52 <property name="use-underline">True</property>
53 </object>
54 <packing>
55 <property name="expand">False</property>
56 <property name="fill">True</property>
57 <property name="position">1</property>
58 </packing>
59 </child>
60 <child>
61 <object class="GtkButton" id="help">
62 <property name="label" translatable="yes" context="stock">_Help</property>
63 <property name="visible">True</property>
64 <property name="can_focus">True</property>
65 <property name="receives_default">True</property>
66 <property name="use-underline">True</property>
67 </object>
68 <packing>
69 <property name="expand">False</property>
70 <property name="fill">True</property>
71 <property name="position">2</property>
72 <property name="secondary">True</property>
73 </packing>
74 </child>
75 </object>
76 <packing>
77 <property name="expand">False</property>
78 <property name="fill">True</property>
79 <property name="pack_type">end</property>
80 <property name="position">0</property>
81 </packing>
82 </child>
83 <child>
84 <object class="GtkFrame" id="frame1">
85 <property name="visible">True</property>
86 <property name="can_focus">False</property>
87 <property name="hexpand">True</property>
88 <property name="vexpand">True</property>
89 <property name="label_xalign">0</property>
90 <property name="shadow_type">none</property>
91 <child>
92 <!-- n-columns=1 n-rows=1 -->
93 <object class="GtkGrid" id="grid1">
94 <property name="visible">True</property>
95 <property name="can_focus">False</property>
96 <property name="hexpand">True</property>
97 <property name="vexpand">True</property>
98 <property name="column_spacing">24</property>
99 <property name="margin-start">12</property>
100 <property name="margin-top">6</property>
101 <child>
102 <object class="GtkScrolledWindow">
103 <property name="visible">True</property>
104 <property name="can_focus">False</property>
105 <property name="hexpand">True</property>
106 <property name="vexpand">True</property>
107 <property name="hscrollbar_policy">never</property>
108 <property name="vscrollbar_policy">never</property>
109 <property name="shadow_type">in</property>
110 <child>
111 <object class="GtkViewport">
112 <property name="visible">True</property>
113 <property name="can_focus">False</property>
114 <child>
115 <object class="GtkDrawingArea" id="preview">
116 <property name="visible">True</property>
117 <property name="can_focus">False</property>
118 <property name="hexpand">True</property>
119 <property name="vexpand">True</property>
120 </object>
121 </child>
122 </object>
123 </child>
124 </object>
125 <packing>
126 <property name="left_attach">1</property>
127 <property name="top_attach">0</property>
128 </packing>
129 </child>
130 <child>
131 <!-- n-columns=1 n-rows=1 -->
132 <object class="GtkGrid" id="grid2">
133 <property name="visible">True</property>
134 <property name="can_focus">False</property>
135 <property name="row_spacing">6</property>
136 <child>
137 <object class="GtkSpinButton" id="value">
138 <property name="visible">True</property>
139 <property name="can_focus">True</property>
140 <property name="adjustment">adjustment1</property>
141 <property name="truncate-multiline">True</property>
142 <child internal-child="accessible">
143 <object class="AtkObject" id="value-atkobject">
144 <property name="AtkObject::accessible-description" translatable="yes" context="agingdialog|extended_tip|value">Specifies the number of colors to which the image is to be reduced.</property>
145 </object>
146 </child>
147 </object>
148 <packing>
149 <property name="left_attach">0</property>
150 <property name="top_attach">1</property>
151 </packing>
152 </child>
153 <child>
154 <object class="GtkLabel" id="label2">
155 <property name="visible">True</property>
156 <property name="can_focus">False</property>
157 <property name="label" translatable="yes" context="agingdialog|label2">Aging degree:</property>
158 <property name="use_underline">True</property>
159 <property name="mnemonic_widget">value</property>
160 <property name="xalign">0</property>
161 </object>
162 <packing>
163 <property name="left_attach">0</property>
164 <property name="top_attach">0</property>
165 </packing>
166 </child>
167 </object>
168 <packing>
169 <property name="left_attach">0</property>
170 <property name="top_attach">0</property>
171 </packing>
172 </child>
173 </object>
174 </child>
175 <child type="label">
176 <object class="GtkLabel" id="label1">
177 <property name="visible">True</property>
178 <property name="can_focus">False</property>
179 <property name="label" translatable="yes" context="agingdialog|label1">Parameters</property>
180 <attributes>
181 <attribute name="weight" value="bold"/>
182 </attributes>
183 </object>
184 </child>
185 </object>
186 <packing>
187 <property name="expand">False</property>
188 <property name="fill">True</property>
189 <property name="position">1</property>
190 </packing>
191 </child>
192 </object>
193 </child>
194 <action-widgets>
195 <action-widget response="-5">ok</action-widget>
196 <action-widget response="-6">cancel</action-widget>
197 <action-widget response="-11">help</action-widget>
198 </action-widgets>
199 <child type="titlebar">
200 <placeholder/>
201 </child>
202 <child internal-child="accessible">
203 <object class="AtkObject" id="AgingDialog-atkobject">
204 <property name="AtkObject::accessible-description" translatable="yes" context="agingdialog|extended_tip|AgingDialog">All pixels are set to their gray values, and then the green and blue color channels are reduced by the amount you specify. The red color channel is not changed.</property>
205 </object>
206 </child>
207 </object>
208 </interface>