tdf#130857 qt weld: Implement QtInstanceWidget::get_text_height
[LibreOffice.git] / cui / uiconfig / ui / optpathspage.ui
blob3b4b1d14efe3745f74fbc8de9193557e9eca8303
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="GtkTreeStore" id="liststore1">
6 <columns>
7 <!-- column-name image -->
8 <column type="GdkPixbuf"/>
9 <!-- column-name text -->
10 <column type="gchararray"/>
11 <!-- column-name text1 -->
12 <column type="gchararray"/>
13 <!-- column-name text2 -->
14 <column type="gchararray"/>
15 <!-- column-name id -->
16 <column type="gchararray"/>
17 <!-- column-name weight1 -->
18 <column type="gint"/>
19 <!-- column-name weight2 -->
20 <column type="gint"/>
21 <!-- column-name weight3 -->
22 <column type="gint"/>
23 <!-- column-name sensitive1 -->
24 <column type="gboolean"/>
25 <!-- column-name sensitive2 -->
26 <column type="gboolean"/>
27 <!-- column-name sensitive3 -->
28 <column type="gboolean"/>
29 </columns>
30 </object>
31 <object class="GtkBox" id="OptPathsPage">
32 <property name="visible">True</property>
33 <property name="can_focus">False</property>
34 <property name="hexpand">True</property>
35 <property name="vexpand">True</property>
36 <property name="border_width">6</property>
37 <property name="orientation">vertical</property>
38 <property name="spacing">12</property>
39 <child>
40 <object class="GtkFrame" id="frame1">
41 <property name="visible">True</property>
42 <property name="can_focus">False</property>
43 <property name="hexpand">True</property>
44 <property name="vexpand">True</property>
45 <property name="label_xalign">0</property>
46 <property name="shadow_type">none</property>
47 <child>
48 <object class="GtkBox" id="box1">
49 <property name="visible">True</property>
50 <property name="can_focus">False</property>
51 <property name="orientation">vertical</property>
52 <property name="margin-start">12</property>
53 <property name="margin-top">6</property>
54 <child>
55 <object class="GtkScrolledWindow" id="pathscroll">
56 <property name="visible">True</property>
57 <property name="can_focus">True</property>
58 <property name="hexpand">True</property>
59 <property name="vexpand">True</property>
60 <property name="shadow_type">in</property>
61 <child>
62 <object class="GtkTreeView" id="paths">
63 <property name="visible">True</property>
64 <property name="can_focus">True</property>
65 <property name="receives_default">True</property>
66 <property name="hexpand">True</property>
67 <property name="vexpand">True</property>
68 <property name="model">liststore1</property>
69 <property name="search_column">0</property>
70 <property name="show_expanders">False</property>
71 <child internal-child="selection">
72 <object class="GtkTreeSelection" id="Macro Library List-selection2"/>
73 </child>
74 <child>
75 <object class="GtkTreeViewColumn" id="treeviewcolumn5">
76 <property name="resizable">True</property>
77 <property name="spacing">6</property>
78 <property name="title" translatable="yes" context="optpathspage|type">Type</property>
79 <property name="clickable">True</property>
80 <property name="sort-indicator">True</property>
81 <child>
82 <object class="GtkCellRendererPixbuf" id="cellrenderertext1"/>
83 <attributes>
84 <attribute name="pixbuf">0</attribute>
85 </attributes>
86 </child>
87 <child>
88 <object class="GtkCellRendererText" id="cellrenderer4"/>
89 <attributes>
90 <attribute name="sensitive">8</attribute>
91 <attribute name="text">1</attribute>
92 </attributes>
93 </child>
94 </object>
95 </child>
96 <child>
97 <object class="GtkTreeViewColumn" id="treeviewcolumn9">
98 <property name="resizable">True</property>
99 <property name="spacing">6</property>
100 <property name="title" translatable="yes" context="optpathspage|user_paths">User Paths</property>
101 <child>
102 <object class="GtkCellRendererText" id="cellrenderer9"/>
103 <attributes>
104 <attribute name="sensitive">9</attribute>
105 <attribute name="text">2</attribute>
106 </attributes>
107 </child>
108 </object>
109 </child>
110 <child>
111 <object class="GtkTreeViewColumn" id="treeviewcolumn2">
112 <property name="resizable">True</property>
113 <property name="spacing">6</property>
114 <property name="title" translatable="yes" context="optpathspage|internal_paths">Internal Paths</property>
115 <child>
116 <object class="GtkCellRendererText" id="cellrenderer1"/>
117 <attributes>
118 <attribute name="sensitive">10</attribute>
119 <attribute name="text">3</attribute>
120 </attributes>
121 </child>
122 </object>
123 </child>
124 <child internal-child="accessible">
125 <object class="AtkObject" id="paths-atkobject">
126 <property name="AtkObject::accessible-description" translatable="yes" context="paths">To modify an entry in this list, click the entry and click Edit. You can also double click the entry.</property>
127 </object>
128 </child>
129 </object>
130 </child>
131 </object>
132 <packing>
133 <property name="expand">True</property>
134 <property name="fill">True</property>
135 <property name="position">1</property>
136 </packing>
137 </child>
138 </object>
139 </child>
140 <child type="label">
141 <object class="GtkLabel" id="label1">
142 <property name="visible">True</property>
143 <property name="can_focus">False</property>
144 <property name="label" translatable="yes" context="optpathspage|label1">Paths used by %PRODUCTNAME</property>
145 <attributes>
146 <attribute name="weight" value="bold"/>
147 </attributes>
148 </object>
149 </child>
150 </object>
151 <packing>
152 <property name="expand">True</property>
153 <property name="fill">True</property>
154 <property name="position">0</property>
155 </packing>
156 </child>
157 <child>
158 <object class="GtkButtonBox" id="buttonbox1">
159 <property name="visible">True</property>
160 <property name="can_focus">False</property>
161 <property name="spacing">12</property>
162 <property name="layout_style">end</property>
163 <child>
164 <object class="GtkButton" id="default">
165 <property name="label" translatable="yes" context="optpathspage|default">_Default</property>
166 <property name="visible">True</property>
167 <property name="can_focus">True</property>
168 <property name="receives_default">True</property>
169 <property name="use_underline">True</property>
170 <child internal-child="accessible">
171 <object class="AtkObject" id="default-atkobject">
172 <property name="AtkObject::accessible-description" translatable="yes" context="default">The Default button resets the predefined paths for all selected entries.</property>
173 </object>
174 </child>
175 </object>
176 <packing>
177 <property name="expand">False</property>
178 <property name="fill">True</property>
179 <property name="position">0</property>
180 </packing>
181 </child>
182 <child>
183 <object class="GtkButton" id="edit">
184 <property name="label" translatable="yes" context="optpathspage|edit">_Edit...</property>
185 <property name="visible">True</property>
186 <property name="can_focus">True</property>
187 <property name="receives_default">True</property>
188 <property name="use_underline">True</property>
189 <child internal-child="accessible">
190 <object class="AtkObject" id="edit-atkobject">
191 <property name="AtkObject::accessible-description" translatable="yes" context="edit">Click to display the Select Path or Edit Paths dialog.</property>
192 </object>
193 </child>
194 </object>
195 <packing>
196 <property name="expand">False</property>
197 <property name="fill">True</property>
198 <property name="position">1</property>
199 </packing>
200 </child>
201 </object>
202 <packing>
203 <property name="expand">False</property>
204 <property name="fill">True</property>
205 <property name="position">1</property>
206 </packing>
207 </child>
208 <child internal-child="accessible">
209 <object class="AtkObject" id="OptPathsPage-atkobject">
210 <property name="AtkObject::accessible-description" translatable="yes" context="OptPathsPage">This section contains the default paths to important folders of the office suite. These paths can be edited by the user.</property>
211 </object>
212 </child>
213 </object>
214 </interface>