mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-22 20:17:46 +00:00
This will eventually use more KStandardAction, and gets rid of our custom code which is just doing a worse job than KXmlGui.
14 lines
465 B
XML
14 lines
465 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gui name="mdlviewer"
|
|
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="file" >
|
|
<text>File</text>
|
|
<Action name="open_mdl" />
|
|
</Menu>
|
|
</MenuBar>
|
|
</gui>
|