You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
891 B
43 lines
891 B
15 years ago
|
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
||
|
<kpartgui name="Kiten Learn" version="3">
|
||
|
|
||
|
<MenuBar>
|
||
|
<Menu name="file" noMerge="1"><text>&File</text>
|
||
|
<Action name="file_new"/>
|
||
|
<Action name="file_open"/>
|
||
|
<Separator/>
|
||
|
<Action name="file_save"/>
|
||
|
<Action name="file_save_as"/>
|
||
|
<Separator/>
|
||
|
<Action name="file_print"/>
|
||
|
<Separator/>
|
||
|
<Action name="file_close"/>
|
||
|
</Menu>
|
||
|
|
||
|
<Menu name="edit">
|
||
|
<Action name="add" />
|
||
|
<Action name="addall" />
|
||
|
<Action name="del" />
|
||
|
</Menu>
|
||
|
|
||
|
<Menu name="go_web">
|
||
|
<Action name="grade" />
|
||
|
<Action name="random" />
|
||
|
<Action name="cheat" />
|
||
|
</Menu>
|
||
|
|
||
|
</MenuBar>
|
||
|
|
||
|
<ToolBar name="mainToolBar" fullWidth="true"><text>Main Toolbar</text>
|
||
|
<Action name="go_back" />
|
||
|
<Action name="go_forward" />
|
||
|
<Action name="random" />
|
||
|
<Separator />
|
||
|
<Action name="add" />
|
||
|
<Action name="del" />
|
||
|
<Separator />
|
||
|
<Action name="grade" />
|
||
|
</ToolBar>
|
||
|
|
||
|
</kpartgui>
|