109 lines
3.0 KiB
XML
109 lines
3.0 KiB
XML
<ui version="4.0" >
|
|
<class>testMainWin</class>
|
|
<widget class="QMainWindow" name="testMainWin" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>621</width>
|
|
<height>547</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<widget class="QWidget" name="graphicsArea" >
|
|
<layout class="QVBoxLayout" name="graphicsAreaVLayout" >
|
|
<item>
|
|
<widget class="CompositeViewerQOSG" native="1" name="osgGraphicsArea" >
|
|
<layout class="QVBoxLayout" name="osgGraphicsAreaVLayout" >
|
|
<item>
|
|
<widget class="QSplitter" name="graphicsAreaVSplitter" >
|
|
<property name="orientation" >
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<widget class="QSplitter" name="graphicsAreaHSplitterTop" >
|
|
<property name="orientation" >
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<widget class="QWidget" native="1" name="graphicsView1" />
|
|
<widget class="QWidget" native="1" name="graphicsView2" />
|
|
</widget>
|
|
<widget class="QSplitter" name="graphicsAreaHSplitterBottom" >
|
|
<property name="orientation" >
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<widget class="QWidget" native="1" name="graphicsView3" />
|
|
<widget class="QWidget" native="1" name="graphicsView4" />
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>621</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuMain" >
|
|
<property name="title" >
|
|
<string>Main</string>
|
|
</property>
|
|
<addaction name="actionExit" />
|
|
</widget>
|
|
<addaction name="menuMain" />
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar" />
|
|
<widget class="QToolBar" name="sideToolbar" >
|
|
<property name="windowTitle" >
|
|
<string>toolBar</string>
|
|
</property>
|
|
<attribute name="toolBarArea" >
|
|
<enum>LeftToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak" >
|
|
<bool>false</bool>
|
|
</attribute>
|
|
</widget>
|
|
<widget class="QToolBar" name="topToolbar" >
|
|
<property name="windowTitle" >
|
|
<string>toolBar_2</string>
|
|
</property>
|
|
<attribute name="toolBarArea" >
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak" >
|
|
<bool>false</bool>
|
|
</attribute>
|
|
</widget>
|
|
<action name="actionExit" >
|
|
<property name="text" >
|
|
<string>Exit</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>CompositeViewerQOSG</class>
|
|
<extends>QWidget</extends>
|
|
<header>CompositeViewerQOSG.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<tabstops>
|
|
<tabstop>graphicsView1</tabstop>
|
|
<tabstop>graphicsView2</tabstop>
|
|
<tabstop>graphicsView3</tabstop>
|
|
<tabstop>graphicsView4</tabstop>
|
|
</tabstops>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|