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.
24 lines
767 B
24 lines
767 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>
|
|
<ActionList name="selectedInstrument_actionlist"/>
|
|
<Menu name="instrumentMenu">
|
|
<text>Instrumentation</text>
|
|
<ActionList name="instrumentMenu_actionlist"/>
|
|
</Menu>
|
|
</MenuBar>
|
|
<ToolBar name="connectionToolBar" fullWidth="true" noMerge="1">
|
|
<text>Connection</text>
|
|
<Action name="connect_server"/>
|
|
<Action name="disconnect_server"/>
|
|
</ToolBar>
|
|
<ToolBar name="instrumentToolBar" fullWidth="true" noMerge="1">
|
|
<text>Instrumentation</text>
|
|
<ActionList name="instrumentToolBar_actionlist"/>
|
|
</ToolBar>
|
|
</kpartgui> |