summaryrefslogtreecommitdiffstats
path: root/clients/tde/misc/remotelabui.rc
blob: 59f33091a2c89edcc6ccce3c33bec1a6fe960150 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="remotelab" version="1">
	<MenuBar>
		<Menu name="instrumentMenu"><text>Instrumentation</text>
			<Action name="oscilloscope"/>
			<Action name="frequency_generator"/>
		<Action name="spectrum_analyzer"/>
		</Menu>
	</MenuBar>
	<ToolBar name="instrumentToolBar" fullWidth="true" noMerge="1"><text>Instrumentation Toolbar</text>
		<Action name="oscilloscope"/>
		<Action name="frequency_generator"/>
		<Action name="spectrum_analyzer"/>
	</ToolBar>
</kpartgui>