You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
852 B

<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="remotelab" version="1">
<MenuBar>
<Menu name="connectionMenu">
<text>Connection</text>
<Action name="connect_server"/>
<Action name="disconnect_server"/>
</Menu>
<Menu name="instrumentMenu">
<text>Instrumentation</text>
<Action name="oscilloscope"/>
<Action name="frequency_generator"/>
<Action name="spectrum_analyzer"/>
</Menu>
</MenuBar>
<ToolBar name="connectionToolBar" fullWidth="true" noMerge="1">
<text>Instrumentation Toolbar</text>
<Action name="connect_server"/>
<Action name="disconnect_server"/>
</ToolBar>
<ToolBar name="instrumentToolBar" fullWidth="true" noMerge="1">
<text>Instrumentation Toolbar</text>
<Action name="oscilloscope"/>
<Action name="frequency_generator"/>
<Action name="spectrum_analyzer"/>
</ToolBar>
</kpartgui>