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.
26 lines
677 B
26 lines
677 B
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> |
|
<kpartgui name="kpdf_part" version="4"> |
|
<MenuBar> |
|
<Menu name="edit"><text>&Edit</text> |
|
<Action name="find"/> |
|
<Action name="find_next"/> |
|
</Menu> |
|
<Menu name="view"><text>&View</text> |
|
<Action name="fit_to_width"/> |
|
<Separator/> |
|
<Action name="zoom_in"/> |
|
<Action name="zoom_out"/> |
|
</Menu> |
|
<Menu name="go"><text>&Go</text> |
|
<Action name="back"/> |
|
<Action name="forward"/> |
|
<Separator/> |
|
<Action name="previous_page"/> |
|
<Action name="next_page"/> |
|
</Menu> |
|
</MenuBar> |
|
<ToolBar name="mainToolBar"> |
|
<Action name="previous_page"/> |
|
<Action name="next_page"/> |
|
</ToolBar> |
|
</kpartgui>
|
|
|