tdf#130857 qt weld: Support mail merge "Server Auth" dialog
[LibreOffice.git] / basctl / uiconfig / basicide / ui / newlibdialog.ui
blob77f9785105dd05687f92c998dd9438bd0c489cfe
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="basctl">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkDialog" id="NewLibDialog">
6 <property name="can_focus">False</property>
7 <property name="border_width">6</property>
8 <property name="modal">True</property>
9 <property name="default_width">0</property>
10 <property name="default_height">0</property>
11 <property name="type_hint">dialog</property>
12 <child internal-child="vbox">
13 <object class="GtkBox" id="dialog-vbox1">
14 <property name="can_focus">False</property>
15 <property name="orientation">vertical</property>
16 <property name="spacing">12</property>
17 <child internal-child="action_area">
18 <object class="GtkButtonBox" id="dialog-action_area1">
19 <property name="can_focus">False</property>
20 <property name="layout_style">end</property>
21 <child>
22 <object class="GtkButton" id="ok">
23 <property name="label" translatable="yes" context="stock">_OK</property>
24 <property name="visible">True</property>
25 <property name="can_focus">True</property>
26 <property name="can_default">True</property>
27 <property name="has_default">True</property>
28 <property name="receives_default">True</property>
29 <property name="use-underline">True</property>
30 <child internal-child="accessible">
31 <object class="AtkObject" id="ok-atkobject">
32 <property name="AtkObject::accessible-description" translatable="yes" context="newlibdialog|extended_tip|ok">Runs or saves the current macro.</property>
33 </object>
34 </child>
35 </object>
36 <packing>
37 <property name="expand">False</property>
38 <property name="fill">True</property>
39 <property name="position">0</property>
40 </packing>
41 </child>
42 <child>
43 <object class="GtkButton" id="cancel">
44 <property name="label" translatable="yes" context="stock">_Cancel</property>
45 <property name="visible">True</property>
46 <property name="can_focus">True</property>
47 <property name="receives_default">True</property>
48 <property name="use-underline">True</property>
49 </object>
50 <packing>
51 <property name="expand">False</property>
52 <property name="fill">True</property>
53 <property name="position">1</property>
54 </packing>
55 </child>
56 <child>
57 <object class="GtkButton" id="help">
58 <property name="label" translatable="yes" context="stock">_Help</property>
59 <property name="visible">True</property>
60 <property name="can_focus">True</property>
61 <property name="receives_default">True</property>
62 <property name="margin-end">6</property>
63 <property name="use-underline">True</property>
64 </object>
65 <packing>
66 <property name="expand">False</property>
67 <property name="fill">True</property>
68 <property name="position">2</property>
69 <property name="secondary">True</property>
70 </packing>
71 </child>
72 </object>
73 <packing>
74 <property name="expand">False</property>
75 <property name="fill">True</property>
76 <property name="pack_type">end</property>
77 <property name="position">2</property>
78 </packing>
79 </child>
80 <child>
81 <!-- n-columns=1 n-rows=1 -->
82 <object class="GtkGrid" id="grid3">
83 <property name="visible">True</property>
84 <property name="can_focus">False</property>
85 <property name="hexpand">True</property>
86 <property name="row_spacing">6</property>
87 <property name="column_spacing">12</property>
88 <child>
89 <object class="GtkLabel" id="area">
90 <property name="visible">True</property>
91 <property name="can_focus">False</property>
92 <property name="label" translatable="yes" context="newlibdialog|area">_Name:</property>
93 <property name="use_underline">True</property>
94 <property name="mnemonic_widget">entry</property>
95 <property name="xalign">0</property>
96 </object>
97 <packing>
98 <property name="left_attach">0</property>
99 <property name="top_attach">0</property>
100 </packing>
101 </child>
102 <child>
103 <object class="GtkEntry" id="entry">
104 <property name="visible">True</property>
105 <property name="can_focus">True</property>
106 <property name="hexpand">True</property>
107 <property name="truncate-multiline">True</property>
108 <property name="activates_default">True</property>
109 </object>
110 <packing>
111 <property name="left_attach">1</property>
112 <property name="top_attach">0</property>
113 </packing>
114 </child>
115 </object>
116 <packing>
117 <property name="expand">False</property>
118 <property name="fill">True</property>
119 <property name="position">0</property>
120 </packing>
121 </child>
122 </object>
123 </child>
124 <action-widgets>
125 <action-widget response="-6">cancel</action-widget>
126 <action-widget response="-11">help</action-widget>
127 </action-widgets>
128 <child type="titlebar">
129 <placeholder/>
130 </child>
131 <child internal-child="accessible">
132 <object class="AtkObject" id="NewLibDialog-atkobject">
133 <property name="AtkObject::accessible-description" translatable="yes" context="newlibdialog|extended_tip|NewLibDialog">Enter a name for the new library or module.</property>
134 </object>
135 </child>
136 </object>
137 </interface>