130 lines
3.2 KiB
XML
130 lines
3.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>777</width>
|
|
<height>407</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget">
|
|
<layout class="QGridLayout" name="gridLayout_2"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
<widget class="QMenuBar" name="menuBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>777</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuView">
|
|
<property name="title">
|
|
<string>&View</string>
|
|
</property>
|
|
<widget class="QMenu" name="menu3D">
|
|
<property name="title">
|
|
<string>&3D</string>
|
|
</property>
|
|
<addaction name="actShow3DFloorplan"/>
|
|
<addaction name="actShow3DGrid"/>
|
|
<addaction name="actShow3DNavMesh"/>
|
|
</widget>
|
|
<addaction name="actShow2D"/>
|
|
<addaction name="menu3D"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuGridf">
|
|
<property name="title">
|
|
<string>&Grid</string>
|
|
</property>
|
|
<widget class="QMenu" name="menuNode_color">
|
|
<property name="title">
|
|
<string>&node color</string>
|
|
</property>
|
|
<addaction name="actGridNodeColorType"/>
|
|
<addaction name="actGridNodeColorImportance"/>
|
|
</widget>
|
|
<addaction name="actGridShowEdges"/>
|
|
<addaction name="menuNode_color"/>
|
|
</widget>
|
|
<addaction name="menuView"/>
|
|
<addaction name="menuGridf"/>
|
|
</widget>
|
|
<action name="actShow2D">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&2D</string>
|
|
</property>
|
|
</action>
|
|
<action name="actShow3DFloorplan">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Floorplan</string>
|
|
</property>
|
|
</action>
|
|
<action name="actGridShowEdges">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&show edges</string>
|
|
</property>
|
|
</action>
|
|
<action name="actGridNodeColorType">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&node type</string>
|
|
</property>
|
|
</action>
|
|
<action name="actGridNodeColorImportance">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>node &importance</string>
|
|
</property>
|
|
</action>
|
|
<action name="actShow3DGrid">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Grid</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionNavMesh">
|
|
<property name="text">
|
|
<string>NavMesh</string>
|
|
</property>
|
|
</action>
|
|
<action name="actShow3DNavMesh">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&NavMesh</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|