blob: 2f49392f83009535124671a1644e9dd463bda7e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE kpartgui>
<kpartgui version="19" name="kopetechatwindow">
<MenuBar>
<Menu name="tools" >
<text>&Tools</text>
<Action name="historyPrevious" />
<Action name="historyNext" />
<Action name="historyLast" />
</Menu>
</MenuBar>
<ToolBar name="mainToolBar" fullWidth="true">
<Action name="historyPrevious" />
<Action name="historyNext" />
</ToolBar>
</kpartgui>
|