tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / sc / uiconfig / scalc / ui / changesourcedialog.ui
blobb0d36f1984c131196673a9f8411fbc728c9f265a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.40.0 -->
3 <interface domain="sc">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkDialog" id="ChangeSourceDialog">
6 <property name="can-focus">False</property>
7 <property name="border-width">6</property>
8 <property name="title" translatable="yes" context="changesourcedialog|ChangeSourceDialog">Change Source Data Range</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">normal</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 </packing>
67 </child>
68 </object>
69 <packing>
70 <property name="expand">False</property>
71 <property name="fill">True</property>
72 <property name="pack-type">end</property>
73 <property name="position">0</property>
74 </packing>
75 </child>
76 <child>
77 <object class="GtkFrame" id="frame1">
78 <property name="visible">True</property>
79 <property name="can-focus">False</property>
80 <property name="label-xalign">0</property>
81 <property name="shadow-type">none</property>
82 <child>
83 <!-- n-columns=1 n-rows=2 -->
84 <object class="GtkGrid" id="grid3">
85 <property name="visible">True</property>
86 <property name="can-focus">False</property>
87 <property name="margin-start">12</property>
88 <property name="margin-top">6</property>
89 <property name="row-spacing">6</property>
90 <child>
91 <object class="GtkCheckButton" id="col">
92 <property name="label" translatable="yes" context="changesourcedialog|col">First _column as label</property>
93 <property name="visible">True</property>
94 <property name="can-focus">True</property>
95 <property name="receives-default">False</property>
96 <property name="use-underline">True</property>
97 <property name="draw-indicator">True</property>
98 </object>
99 <packing>
100 <property name="left-attach">0</property>
101 <property name="top-attach">0</property>
102 </packing>
103 </child>
104 <child>
105 <object class="GtkCheckButton" id="row">
106 <property name="label" translatable="yes" context="changesourcedialog|row">First _row as label</property>
107 <property name="visible">True</property>
108 <property name="can-focus">True</property>
109 <property name="receives-default">False</property>
110 <property name="use-underline">True</property>
111 <property name="draw-indicator">True</property>
112 </object>
113 <packing>
114 <property name="left-attach">0</property>
115 <property name="top-attach">1</property>
116 </packing>
117 </child>
118 </object>
119 </child>
120 <child type="label">
121 <object class="GtkLabel" id="label1">
122 <property name="visible">True</property>
123 <property name="can-focus">False</property>
124 <property name="label" translatable="yes" context="changesourcedialog|label1">Labels</property>
125 <attributes>
126 <attribute name="weight" value="bold"/>
127 </attributes>
128 </object>
129 </child>
130 </object>
131 <packing>
132 <property name="expand">False</property>
133 <property name="fill">True</property>
134 <property name="position">1</property>
135 </packing>
136 </child>
137 </object>
138 </child>
139 <action-widgets>
140 <action-widget response="-5">ok</action-widget>
141 <action-widget response="-6">cancel</action-widget>
142 <action-widget response="-11">help</action-widget>
143 </action-widgets>
144 </object>
145 </interface>