summaryrefslogtreecommitdiffstats
path: root/clients/tde/misc/remotelabui.rc
blob: 8377945b8cfb606772ce6539706caf384abeec1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!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>