2015-07-30 13:13:19 +02:00
|
|
|
<?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>715</width>
|
|
|
|
<height>579</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Trimesh QT</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<layout class="QVBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2016-05-06 04:23:45 +02:00
|
|
|
<widget class="QWidget" name="glbox" native="true"/>
|
2015-07-30 13:13:19 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>715</width>
|
|
|
|
<height>21</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2016-05-06 04:23:45 +02:00
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
<property name="title">
|
|
|
|
<string>File</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionLoad_Mesh"/>
|
|
|
|
<addaction name="actionLoad_Tetrahedron"/>
|
|
|
|
<addaction name="actionLoad_Dodecahedron"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionClose"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menuFile"/>
|
2015-07-30 13:13:19 +02:00
|
|
|
</widget>
|
2016-05-06 04:23:45 +02:00
|
|
|
<action name="actionLoad_Mesh">
|
|
|
|
<property name="text">
|
|
|
|
<string>Load Mesh</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionLoad_Tetrahedron">
|
|
|
|
<property name="text">
|
|
|
|
<string>Load Tetrahedron</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionLoad_Dodecahedron">
|
|
|
|
<property name="text">
|
|
|
|
<string>Load Dodecahedron</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionClose">
|
|
|
|
<property name="text">
|
|
|
|
<string>Close</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2015-07-30 13:13:19 +02:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|