This repository has been archived on 2020-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
IndoorMap/MainWindow.ui
kazu 3b62f23c0e worked on 3D display
some ui changes
refactoring
new icons
2018-02-03 23:30:55 +01:00

89 lines
2.1 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"/>
<action name="actShow2D">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;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>&amp;Floorplan</string>
</property>
</action>
<action name="actGridShowEdges">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;show edges</string>
</property>
</action>
<action name="actGridNodeColorType">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;node type</string>
</property>
</action>
<action name="actGridNodeColorImportance">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>node &amp;importance</string>
</property>
</action>
<action name="actShow3DGrid">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;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>&amp;NavMesh</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>