<!--
Collection name attribute represents the name of the menu, e.g., to use menu "File" use "file" or "Help" use "help". You can add new menus.


If you type a relative script file beware the this script is located in  $KDEHOME/share/apps/applicationname/

The following example adds an action with the text "Export..." into the "File" menu

<KrossScripting>
<collection name="file" text="File" comment="File menu">
<script name="export" text="Export..." comment="Export content" file="export.py" />
</collection>
</KrossScripting>
-->