summaryrefslogtreecommitdiffstats
path: root/clients/tde/misc/remotelabui.rc
blob: 77b519ac750ab256a3801145d2ed4d691e4c6e10 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!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="dutMenu">
			<text>Device Under Test</text>
			<ActionList name="dutMenu_actionlist"/>
		</Menu>
		<Menu name="instrumentMenu">
			<text>Instrumentation</text>
			<ActionList name="instrumentMenu_actionlist"/>
		</Menu>
		<Menu name="serviceMenu">
			<text>Services</text>
			<ActionList name="serviceMenu_actionlist"/>
		</Menu>
	</MenuBar>
	<ToolBar name="connectionToolBar" fullWidth="true" noMerge="1">
		<text>Connection</text>
		<Action name="connect_server"/>
		<Action name="disconnect_server"/>
	</ToolBar>
	<ToolBar name="dutToolBar" fullWidth="true" noMerge="1">
		<text>Device Under Test</text>
		<ActionList name="dutToolBar_actionlist"/>
	</ToolBar>
	<ToolBar name="instrumentToolBar" fullWidth="true" noMerge="1">
		<text>Instrumentation</text>
		<ActionList name="instrumentToolBar_actionlist"/>
	</ToolBar>
	<ToolBar name="serviceToolBar" fullWidth="true" noMerge="1">
		<text>Services</text>
		<ActionList name="serviceToolBar_actionlist"/>
	</ToolBar>
</kpartgui>