<?xml version="1.0" encoding="UTF-8"?>
<Layout>
	<MainWindow Name="窗口1">
		<CentralWidget Name="中心区域">
			<Widget Plugin="QtOsgViewWidget" Name="三维场景"/>
		</CentralWidget>
		<DockLeftArea Name="左侧区域">
			<Widget Plugin="PropertyBrowser" Name="属性"/>
			<Widget Plugin="ModelBrowser" Name="模型"/>
			<Widget Plugin="TargetListWgt" Name="目标上报信息"/>
		</DockLeftArea>
		<DockTopArea Name="上方区域"/>
		<DockRightArea Name="右侧区域"/>
		<DockBottomArea Name="下方区域"/>
	</MainWindow>
	<MainWindow Name="窗口2">
		<CentralWidget Name="中心区域">
		</CentralWidget>
		<DockLeftArea Name="左侧区域">
			<Widget Plugin="SignalIndicatorLampUI" Name="信号指示灯"/>
			<Widget Plugin="TargetListWgt_Table" Name="目标上报信息"/>
			<Widget Plugin="ParamSetting" Name="参数设置"/>
			<DocTab Name="水平分页">
				<Widget Plugin="WaveCurveDialog" Name="波形曲线图"/>
				<Widget Plugin="SpeedCurveDialog" Name="距离速度曲线"/>
				<Widget Plugin="3DCurveDialog" Name="3D曲面图"/>
			</DocTab>
		</DockLeftArea>
		<DockTopArea Name="上方区域"/>
		<DockRightArea Name="右侧区域"/>
		<DockBottomArea Name="下方区域"/>
	</MainWindow>
	<MainWindow Name="新增窗口">
		<CentralWidget Name="中心区域">
		</CentralWidget>
		<DockLeftArea Name="左侧区域"/>
		<DockTopArea Name="上方区域"/>
		<DockRightArea Name="右侧区域"/>
		<DockBottomArea Name="下方区域"/>
	</MainWindow>
</Layout>