worked on 3D display

some ui changes
refactoring
new icons
This commit is contained in:
2018-02-03 23:30:55 +01:00
parent e5e19779d5
commit 3b62f23c0e
21 changed files with 1054 additions and 765 deletions

View File

@@ -17,47 +17,6 @@
<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>&amp;View</string>
</property>
<widget class="QMenu" name="menu3D">
<property name="title">
<string>&amp;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>&amp;Grid</string>
</property>
<widget class="QMenu" name="menuNode_color">
<property name="title">
<string>&amp;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>