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
2016-07-04 15:11:10 +02:00

134 lines
3.3 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">
<item row="0" column="0">
<layout class="QVBoxLayout" name="layButtons"/>
</item>
<item row="0" column="1">
<layout class="QVBoxLayout" name="layMap"/>
</item>
<item row="0" column="2">
<layout class="QVBoxLayout" name="layTree">
<item>
<widget class="QTreeView" name="layerTree">
<property name="maximumSize">
<size>
<width>250</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
</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="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="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>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>