Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / sw / uiconfig / swriter / ui / dateformfielddialog.ui
blobb4c79879f722c85f47a137808b4b2a73a8a46f50
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.20.4 -->
3 <interface domain="sw">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkTreeStore" id="liststore1">
6 <columns>
7 <!-- column-name text -->
8 <column type="gchararray"/>
9 <!-- column-name id -->
10 <column type="gchararray"/>
11 </columns>
12 </object>
13 <object class="GtkDialog" id="DateFormFieldDialog">
14 <property name="can_focus">False</property>
15 <property name="border_width">6</property>
16 <property name="title" translatable="yes" context="dateformfielddialog|DateFormFieldDialog">Date Picker Content Control</property>
17 <property name="type_hint">dialog</property>
18 <child internal-child="vbox">
19 <object class="GtkBox" id="dialog-vbox1">
20 <property name="can_focus">False</property>
21 <property name="orientation">vertical</property>
22 <property name="spacing">12</property>
23 <child internal-child="action_area">
24 <object class="GtkButtonBox" id="dialog-action_area1">
25 <property name="can_focus">False</property>
26 <property name="layout_style">end</property>
27 <child>
28 <object class="GtkButton" id="ok">
29 <property name="label" translatable="yes" context="stock">_OK</property>
30 <property name="visible">True</property>
31 <property name="can_focus">True</property>
32 <property name="can_default">True</property>
33 <property name="has_default">True</property>
34 <property name="receives_default">True</property>
35 <property name="use-underline">True</property>
36 </object>
37 <packing>
38 <property name="expand">False</property>
39 <property name="fill">True</property>
40 <property name="position">0</property>
41 </packing>
42 </child>
43 <child>
44 <object class="GtkButton" id="cancel">
45 <property name="label" translatable="yes" context="stock">_Cancel</property>
46 <property name="visible">True</property>
47 <property name="can_focus">True</property>
48 <property name="receives_default">True</property>
49 <property name="use-underline">True</property>
50 </object>
51 <packing>
52 <property name="expand">False</property>
53 <property name="fill">True</property>
54 <property name="position">1</property>
55 </packing>
56 </child>
57 <child>
58 <object class="GtkButton" id="help">
59 <property name="label" translatable="yes" context="stock">_Help</property>
60 <property name="visible">True</property>
61 <property name="can_focus">True</property>
62 <property name="receives_default">True</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">0</property>
78 </packing>
79 </child>
80 <child>
81 <!-- n-columns=1 n-rows=1 -->
82 <object class="GtkGrid" id="list_grid">
83 <property name="visible">True</property>
84 <property name="can_focus">False</property>
85 <property name="row_spacing">12</property>
86 <child>
87 <object class="GtkLabel" id="date_format_list_label">
88 <property name="visible">True</property>
89 <property name="can_focus">False</property>
90 <property name="label" translatable="yes" context="dateformfielddialog|date_format_list_label">Date Format</property>
91 <property name="use_underline">True</property>
92 <property name="mnemonic_widget">date_formats_treeview</property>
93 <property name="xalign">0</property>
94 </object>
95 <packing>
96 <property name="left_attach">0</property>
97 <property name="top_attach">0</property>
98 </packing>
99 </child>
100 <child>
101 <object class="GtkScrolledWindow">
102 <property name="visible">True</property>
103 <property name="can_focus">True</property>
104 <property name="hexpand">True</property>
105 <property name="vexpand">True</property>
106 <property name="shadow_type">in</property>
107 <child>
108 <object class="GtkTreeView" id="date_formats_treeview">
109 <property name="visible">True</property>
110 <property name="can_focus">True</property>
111 <property name="hexpand">True</property>
112 <property name="vexpand">True</property>
113 <property name="model">liststore1</property>
114 <property name="headers_visible">False</property>
115 <property name="headers_clickable">False</property>
116 <property name="search_column">0</property>
117 <property name="show_expanders">False</property>
118 <child internal-child="selection">
119 <object class="GtkTreeSelection" id="treeview-selection1"/>
120 </child>
121 <child>
122 <object class="GtkTreeViewColumn" id="treeviewcolumn1">
123 <child>
124 <object class="GtkCellRendererText" id="cellrenderertext1"/>
125 <attributes>
126 <attribute name="text">0</attribute>
127 </attributes>
128 </child>
129 </object>
130 </child>
131 </object>
132 </child>
133 </object>
134 <packing>
135 <property name="left_attach">0</property>
136 <property name="top_attach">1</property>
137 </packing>
138 </child>
139 </object>
140 <packing>
141 <property name="expand">False</property>
142 <property name="fill">True</property>
143 <property name="pack_type">end</property>
144 <property name="position">1</property>
145 </packing>
146 </child>
147 </object>
148 </child>
149 <action-widgets>
150 <action-widget response="-5">ok</action-widget>
151 <action-widget response="-6">cancel</action-widget>
152 <action-widget response="-11">help</action-widget>
153 </action-widgets>
154 <child>
155 <placeholder/>
156 </child>
157 </object>
158 </interface>