warzone2100/tools/qwzm/qwzm.ui

340 lines
8.7 KiB
XML

<ui version="4.0" >
<class>QWZM</class>
<widget class="QMainWindow" name="QWZM" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle" >
<string>The Warzone Model Post-production Program</string>
</property>
<widget class="QWidget" name="centralwidget" >
<layout class="QVBoxLayout" name="verticalLayout" >
<item>
<widget class="WZMOpenGLWidget" native="1" name="glView" >
<property name="sizePolicy" >
<sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox" >
<property name="title" >
<string/>
</property>
<layout class="QHBoxLayout" name="horizontalLayout" >
<item>
<spacer name="horizontalSpacer" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_3" >
<item>
<widget class="QLabel" name="label_2" >
<property name="text" >
<string>Selected mesh</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxSelectedMesh" />
</item>
</layout>
</item>
<item>
<widget class="Line" name="line" >
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_2" >
<item>
<widget class="QLabel" name="label" >
<property name="text" >
<string>Player</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxTeam" >
<item>
<property name="text" >
<string>Green</string>
</property>
</item>
<item>
<property name="text" >
<string>Yellow</string>
</property>
</item>
<item>
<property name="text" >
<string>Grey</string>
</property>
</item>
<item>
<property name="text" >
<string>Black</string>
</property>
</item>
<item>
<property name="text" >
<string>Red</string>
</property>
</item>
<item>
<property name="text" >
<string>Blue</string>
</property>
</item>
<item>
<property name="text" >
<string>Pink</string>
</property>
</item>
<item>
<property name="text" >
<string>Cyan</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>25</height>
</rect>
</property>
<widget class="QMenu" name="menuImport_3DS" >
<property name="title" >
<string>File</string>
</property>
<addaction name="separator" />
<addaction name="actionOpenWZM" />
<addaction name="actionImport_3DS" />
<addaction name="actionImport_OBJ" />
<addaction name="actionImport_PIE" />
<addaction name="actionSave" />
<addaction name="actionSaveAs" />
<addaction name="separator" />
<addaction name="actionQuit" />
</widget>
<widget class="QMenu" name="menuDisplay" >
<property name="title" >
<string>View</string>
</property>
<addaction name="actionAnimation" />
<addaction name="actionCulling" />
<addaction name="actionWireframe" />
<addaction name="actionAxis" />
<addaction name="actionHelp" />
</widget>
<widget class="QMenu" name="menuConversion" >
<property name="title" >
<string>Tools</string>
</property>
<addaction name="actionSwapYZ" />
<addaction name="actionReverseWinding" />
<addaction name="actionFlipVerticalTexCoords" />
<addaction name="actionScaleModel" />
</widget>
<widget class="QMenu" name="menuEdit" >
<property name="title" >
<string>Edit</string>
</property>
<addaction name="actionEditFrames" />
<addaction name="actionEditConnectors" />
</widget>
<addaction name="menuImport_3DS" />
<addaction name="menuEdit" />
<addaction name="menuDisplay" />
<addaction name="menuConversion" />
</widget>
<action name="actionImport_3DS" >
<property name="enabled" >
<bool>true</bool>
</property>
<property name="text" >
<string>Import 3DS...</string>
</property>
</action>
<action name="actionImport_OBJ" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="text" >
<string>Import OBJ...</string>
</property>
</action>
<action name="actionImport_PIE" >
<property name="enabled" >
<bool>true</bool>
</property>
<property name="text" >
<string>Import PIE...</string>
</property>
</action>
<action name="actionSave" >
<property name="enabled" >
<bool>true</bool>
</property>
<property name="text" >
<string>Save</string>
</property>
<property name="shortcut" >
<string>Ctrl+S</string>
</property>
</action>
<action name="actionSaveAs" >
<property name="enabled" >
<bool>true</bool>
</property>
<property name="text" >
<string>Save as...</string>
</property>
</action>
<action name="actionQuit" >
<property name="text" >
<string>Quit</string>
</property>
<property name="shortcut" >
<string>Ctrl+Q</string>
</property>
</action>
<action name="actionAnimation" >
<property name="checkable" >
<bool>true</bool>
</property>
<property name="text" >
<string>Animate</string>
</property>
<property name="shortcut" >
<string>Ctrl+A</string>
</property>
</action>
<action name="actionCulling" >
<property name="checkable" >
<bool>true</bool>
</property>
<property name="checked" >
<bool>true</bool>
</property>
<property name="text" >
<string>Culling</string>
</property>
</action>
<action name="actionWireframe" >
<property name="checkable" >
<bool>true</bool>
</property>
<property name="text" >
<string>Wireframe</string>
</property>
<property name="shortcut" >
<string>Ctrl+W</string>
</property>
</action>
<action name="actionHelp" >
<property name="checkable" >
<bool>false</bool>
</property>
<property name="text" >
<string>Help</string>
</property>
<property name="shortcut" >
<string>Ctrl+H</string>
</property>
</action>
<action name="actionAxis" >
<property name="checkable" >
<bool>true</bool>
</property>
<property name="checked" >
<bool>true</bool>
</property>
<property name="text" >
<string>Show axis</string>
</property>
<property name="shortcut" >
<string>Ctrl+A</string>
</property>
</action>
<action name="actionOpenWZM" >
<property name="text" >
<string>Open</string>
</property>
<property name="shortcut" >
<string>Ctrl+O</string>
</property>
</action>
<action name="actionSwapYZ" >
<property name="text" >
<string>Swap Y and Z axis</string>
</property>
</action>
<action name="actionReverseWinding" >
<property name="text" >
<string>Reverse polygon winding</string>
</property>
</action>
<action name="actionFlipVerticalTexCoords" >
<property name="text" >
<string>Flip vertical texcoords</string>
</property>
</action>
<action name="actionScaleModel" >
<property name="text" >
<string>Scale model</string>
</property>
</action>
<action name="actionEditFrames" >
<property name="text" >
<string>Frames</string>
</property>
</action>
<action name="actionEditConnectors" >
<property name="text" >
<string>Connectors</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>WZMOpenGLWidget</class>
<extends>QWidget</extends>
<header>wzmglwidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>