vcglib/apps/QT/trimesh_QT_shared/mainwindow.ui

83 lines
2.0 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>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>
<widget class="QWidget" name="glbox" native="true"/>
</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>
<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"/>
</widget>
<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>
</widget>
<resources/>
<connections/>
</ui>