1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-25 13:17:46 +00:00
novus/apps/armoury/geareditor.rc
Joshua Goins 0cf37355cb Switch to KXmlGuiWindow
This will eventually use more KStandardAction, and gets rid of our
custom code which is just doing a worse job than KXmlGui.
2024-05-27 18:18:54 -04:00

23 lines
702 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<gui name="geareditor"
version="1"
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="penumbra" >
<text>Penumbra</text>
<Action name="redraw_all" />
<Action name="open_window" />
</Menu>
<Menu name="tools" >
<text>Tools</text>
<Action name="cmp_editor" />
</Menu>
<Menu name="view" >
<text>View</text>
<Action name="show_fmv" />
</Menu>
</MenuBar>
</gui>