2024-05-27 18:18:54 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<gui name="mdlviewer"
|
2025-05-01 17:59:20 -04:00
|
|
|
version="3"
|
2024-05-27 18:18:54 -04:00
|
|
|
xmlns="https://www.kde.org/standards/kxmlgui/1.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="https://www.kde.org/standards/kxmlgui/1.0
|
|
|
|
https://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd">
|
|
|
|
<MenuBar>
|
|
|
|
<Menu name="file" >
|
|
|
|
<text>File</text>
|
|
|
|
<Action name="open_mdl" />
|
2025-05-01 17:59:20 -04:00
|
|
|
<Separator/>
|
|
|
|
<Action name="quit"/>
|
2024-05-27 18:18:54 -04:00
|
|
|
</Menu>
|
|
|
|
</MenuBar>
|
|
|
|
</gui>
|