tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / sd / uiconfig / simpress / ui / clientboxfragment.ui
blob65af34c0410e092b05693ad4f5ef04f4f190fd84
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="sd">
4 <requires lib="gtk+" version="3.20"/>
5 <!-- n-columns=1 n-rows=1 -->
6 <object class="GtkGrid" id="ClientboxFragment">
7 <property name="visible">True</property>
8 <property name="can_focus">False</property>
9 <property name="row_spacing">6</property>
10 <property name="column_spacing">6</property>
11 <child>
12 <object class="GtkButton" id="button">
13 <property name="label" translatable="yes" context="clientboxfragment|STR_DEAUTHORISE_CLIENT">Remove Client Authorization</property>
14 <property name="visible">True</property>
15 <property name="can_focus">True</property>
16 <property name="receives_default">True</property>
17 <property name="use_underline">True</property>
18 </object>
19 <packing>
20 <property name="left_attach">0</property>
21 <property name="top_attach">2</property>
22 <property name="width">2</property>
23 </packing>
24 </child>
25 <child>
26 <object class="GtkLabel" id="name">
27 <property name="visible">True</property>
28 <property name="can_focus">False</property>
29 <property name="xalign">0</property>
30 <attributes>
31 <attribute name="weight" value="bold"/>
32 </attributes>
33 </object>
34 <packing>
35 <property name="left_attach">1</property>
36 <property name="top_attach">0</property>
37 </packing>
38 </child>
39 <child>
40 <object class="GtkLabel" id="pinlabel">
41 <property name="visible">True</property>
42 <property name="can_focus">False</property>
43 <property name="label" translatable="yes" context="clientboxfragment|STR_ENTER_PIN">Enter PIN:</property>
44 <property name="use_underline">True</property>
45 <property name="mnemonic_widget">pin</property>
46 <property name="xalign">0</property>
47 </object>
48 <packing>
49 <property name="left_attach">0</property>
50 <property name="top_attach">1</property>
51 </packing>
52 </child>
53 <child>
54 <object class="GtkEntry" id="pin">
55 <property name="visible">True</property>
56 <property name="can_focus">True</property>
57 <property name="halign">start</property>
58 <property name="max_length">4</property>
59 <property name="activates_default">True</property>
60 <property name="truncate-multiline">True</property>
61 <property name="width_chars">4</property>
62 </object>
63 <packing>
64 <property name="left_attach">1</property>
65 <property name="top_attach">1</property>
66 </packing>
67 </child>
68 <child>
69 <placeholder/>
70 </child>
71 </object>
72 <object class="GtkSizeGroup" id="sizegroup1">
73 <property name="mode">vertical</property>
74 <widgets>
75 <widget name="button"/>
76 <widget name="name"/>
77 <widget name="pinlabel"/>
78 <widget name="pin"/>
79 </widgets>
80 </object>
81 </interface>