blob: e4e786cf4403fcdc5568361dd09b178e7fb81536 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Base" noMerge="1" name="base" >
<text>Base</text>
<Action name="h1" />
<Action name="h2" />
<Action name="h3" />
<Action name="h4" />
<Action name="h5" />
<Action name="h6" />
<Action name="p" />
<Action name="pre" />
<Action name="div" />
<Action name="blockquote" />
<Action name="details" />
<Action name="center" />
<Action name="hr" />
<Action name="com" />
<Action name="ul" />
<Action name="ol" />
<Action name="li" />
<Action name="dir" />
<Action name="dl" />
<Action name="dt" />
<Action name="dd" />
<Action name="table" />
<Action name="tbody" />
<Action name="thead" />
<Action name="tfoot" />
<Action name="tr" />
<Action name="colgroup" />
<Action name="col" />
<Action name="td" />
<Action name="th" />
<Action name="caption" />
</ToolBar>
</kpartgui>
|