a lot of work on th map-creator

This commit is contained in:
2016-07-04 15:11:10 +02:00
parent 6243165084
commit 2935f468fc
61 changed files with 2612 additions and 3342 deletions

View File

@@ -58,22 +58,70 @@
<addaction name="actShow3DFloorplan"/>
<addaction name="actShow3DGrid"/>
</widget>
<addaction name="action2D"/>
<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="action2D">
<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="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>