mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 10:52:53 +00:00
30 lines
728 B
Text
30 lines
728 B
Text
![]() |
<!DOCTYPE kpartgui>
|
||
|
<kpartgui name="kgpg" version="33">
|
||
|
<MenuBar>
|
||
|
<Menu name="file">
|
||
|
<Action name="file_new_window"/>
|
||
|
<Action name="file_encrypt"/>
|
||
|
<Action name="file_decrypt"/>
|
||
|
<Separator/>
|
||
|
<Action name="key_manage"/>
|
||
|
</Menu>
|
||
|
|
||
|
<Menu name="view">
|
||
|
<text>&View</text>
|
||
|
<Action name="charsets"/>
|
||
|
</Menu>
|
||
|
|
||
|
<Menu name="signature">
|
||
|
<text>Si&gnature</text>
|
||
|
<Action name="sign_generate"/>
|
||
|
<Action name="sign_verify"/>
|
||
|
<Action name="sign_check"/>
|
||
|
</Menu>
|
||
|
</MenuBar>
|
||
|
<ToolBar name="gpgToolBar">
|
||
|
<Action name="text_sign_verify"/>
|
||
|
<Action name="text_encrypt"/>
|
||
|
<Action name="text_decrypt"/>
|
||
|
</ToolBar>
|
||
|
</kpartgui>
|