Path: blob/master/src/PreviewAnimationWindow.ui
254 views
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>animation_view</class>
<widget class="QWidget" name="animation_view">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>578</width>
<height>542</height>
</rect>
</property>
<property name="windowTitle">
<string>Animation Preview</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,1">
<item>
<widget class="QFrame" name="frame">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="animation_info_label">
<property name="text">
<string>Animation Name to be played:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="pose_combobox"/>
</item>
<item>
<widget class="QSpinBox" name="framerate_adjust">
<property name="buttonSymbols">
<enum>QAbstractSpinBox::UpDownArrows</enum>
</property>
<property name="suffix">
<string>fps</string>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>140</number>
</property>
<property name="value">
<number>24</number>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="play_anim_button">
<property name="text">
<string>Play Animation</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QLabel" name="animation_display_area">
<property name="maximumSize">
<size>
<width>2000</width>
<height>2000</height>
</size>
</property>
<property name="text">
<string>--PIXMAP GOES HERE--</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>