DYT/Source/workspace/UILayout - 副本.xml

32 lines
1001 B
XML
Raw Permalink Normal View History

2024-11-22 15:11:48 +00:00
<?xml version='1.0' encoding='UTF-8'?>
<Layout>
<MainWindow Name="窗口1">
<DockLeftArea Name="左侧区域">
<Widget Plugin="PropertyBrowser" Name="属性列表"/>
</DockLeftArea>
<DockTopArea Name="上方区域">
</DockTopArea>
<DockRightArea Name="右侧区域">
</DockRightArea>
<DockBottomArea Name="下方区域">
</DockBottomArea>
</MainWindow>
<MainWindow Name="窗口2">
<DockLeftArea Name="左侧区域">
<Widget Plugin="ModelBrowser" Name="模型列表"/>
<DocTab Name="水平分页">
<Widget Plugin="2DCurveDialog" Name="2D曲线图"/>
<Widget Plugin="2D(lg)CurveDialog" Name="2D(Y轴对数)曲线列表"/>
<Widget Plugin="3DCurveDialog" Name="3D曲面图"/>
</DocTab>
<Widget Plugin="TargetListWgt" Name="目标列表数据"/>
</DockLeftArea>
<DockTopArea Name="上方区域">
</DockTopArea>
<DockRightArea Name="右侧区域">
</DockRightArea>
<DockBottomArea Name="下方区域">
</DockBottomArea>
</MainWindow>
</Layout>