405 lines
9.8 KiB
XML
405 lines
9.8 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>700</width>
|
|
<height>600</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>631</width>
|
|
<height>442</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>700</width>
|
|
<height>600</height>
|
|
</size>
|
|
</property>
|
|
<property name="baseSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>AnimationBuilder</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget">
|
|
<widget class="QPushButton" name="LoadFrameButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>111</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Add frames...</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QFrame" name="frame">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>170</x>
|
|
<y>60</y>
|
|
<width>171</width>
|
|
<height>161</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Plain</enum>
|
|
</property>
|
|
<widget class="QLabel" name="FrameImage">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>151</width>
|
|
<height>141</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QListWidget" name="FrameList">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>60</y>
|
|
<width>151</width>
|
|
<height>191</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="ShiftX_spinBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>60</y>
|
|
<width>42</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>0</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="ShiftY_spinBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>90</y>
|
|
<width>42</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>0</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>410</x>
|
|
<y>60</y>
|
|
<width>71</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>shift on X:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>410</x>
|
|
<y>90</y>
|
|
<width>71</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>shift on Y:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="TimeFrameEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>120</y>
|
|
<width>71</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>0</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>410</x>
|
|
<y>120</y>
|
|
<width>71</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>time to play:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="SheetWidth">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>90</x>
|
|
<y>260</y>
|
|
<width>71</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>512</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="SheetHeight">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>90</x>
|
|
<y>290</y>
|
|
<width>71</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>256</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>260</y>
|
|
<width>71</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Sheet width:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>290</y>
|
|
<width>71</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Sheet height:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="GenerateSheetButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>320</y>
|
|
<width>131</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Generate sheet</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="GenerateTimeButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>420</x>
|
|
<y>150</y>
|
|
<width>141</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Generate by 12 fps</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="PixmapSheet">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>250</y>
|
|
<width>512</width>
|
|
<height>256</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QFrame" name="frame_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>250</y>
|
|
<width>511</width>
|
|
<height>261</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Plain</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPlainTextEdit" name="OutputXmlFile">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>350</y>
|
|
<width>141</width>
|
|
<height>121</height>
|
|
</rect>
|
|
</property>
|
|
<property name="verticalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAlwaysOn</enum>
|
|
</property>
|
|
<property name="horizontalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAlwaysOn</enum>
|
|
</property>
|
|
<property name="lineWrapMode">
|
|
<enum>QPlainTextEdit::NoWrap</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="SaveSheetButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>480</y>
|
|
<width>131</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Save sheet...</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="SaveAnimParamsButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>510</y>
|
|
<width>131</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Save anim params...</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="AnimateCheckBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>170</x>
|
|
<y>230</y>
|
|
<width>70</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Animate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="ClearButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>30</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Clear</string>
|
|
</property>
|
|
</widget>
|
|
<zorder>frame_2</zorder>
|
|
<zorder>LoadFrameButton</zorder>
|
|
<zorder>frame</zorder>
|
|
<zorder>FrameList</zorder>
|
|
<zorder>ShiftX_spinBox</zorder>
|
|
<zorder>ShiftY_spinBox</zorder>
|
|
<zorder>label</zorder>
|
|
<zorder>label_2</zorder>
|
|
<zorder>TimeFrameEdit</zorder>
|
|
<zorder>label_3</zorder>
|
|
<zorder>SheetWidth</zorder>
|
|
<zorder>SheetHeight</zorder>
|
|
<zorder>label_4</zorder>
|
|
<zorder>label_5</zorder>
|
|
<zorder>GenerateSheetButton</zorder>
|
|
<zorder>GenerateTimeButton</zorder>
|
|
<zorder>PixmapSheet</zorder>
|
|
<zorder>OutputXmlFile</zorder>
|
|
<zorder>SaveSheetButton</zorder>
|
|
<zorder>SaveAnimParamsButton</zorder>
|
|
<zorder>AnimateCheckBox</zorder>
|
|
<zorder>ClearButton</zorder>
|
|
</widget>
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
<widget class="QMenuBar" name="menuBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>700</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|