many changes :P
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<widget class="QTreeView" name="layerTree">
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>200</width>
|
||||
<width>250</width>
|
||||
<height>16777215</height>
|
||||
</size>
|
||||
</property>
|
||||
@@ -38,6 +38,46 @@
|
||||
</layout>
|
||||
</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>26</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"/>
|
||||
</widget>
|
||||
<addaction name="action2D"/>
|
||||
<addaction name="menu3D"/>
|
||||
</widget>
|
||||
<addaction name="menuView"/>
|
||||
</widget>
|
||||
<action name="action2D">
|
||||
<property name="text">
|
||||
<string>2D</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actShow3DFloorplan">
|
||||
<property name="text">
|
||||
<string>Floorplan</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actShow3DGrid">
|
||||
<property name="text">
|
||||
<string>Grid</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<layoutdefault spacing="6" margin="11"/>
|
||||
<resources/>
|
||||
|
||||
Reference in New Issue
Block a user