Warning, /graphics/glaxnimate/data/plugins/FrameByFrame/create_frames.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003   <author>
0004     SPDX-FileCopyrightText: 2019-2023 Mattia Basaglia &lt;dev@dragon.best&gt;
0005     SPDX-License-Identifier: GPL-3.0-or-later
0006   </author>
0007  <class>Dialog</class>
0008  <widget class="QDialog" name="Dialog">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>400</width>
0014     <height>300</height>
0015    </rect>
0016   </property>
0017   <property name="windowTitle">
0018    <string>Create frame layers</string>
0019   </property>
0020   <property name="windowIcon">
0021    <iconset theme="discrete"/>
0022   </property>
0023   <layout class="QVBoxLayout" name="verticalLayout">
0024    <item>
0025     <widget class="QPlainTextEdit" name="plainTextEdit">
0026      <property name="readOnly">
0027       <bool>true</bool>
0028      </property>
0029      <property name="plainText">
0030       <string>This dialog creates layer to help with frame by frame animation.
0031 
0032 You specify the time range you want to split into frames, and the number of frames you want.
0033 
0034 Then layers are created that appear in and out at uniform time intervals. You can use these layers for frame-by-frame animation.</string>
0035      </property>
0036     </widget>
0037    </item>
0038    <item>
0039     <layout class="QFormLayout" name="formLayout">
0040      <item row="0" column="0">
0041       <widget class="QLabel" name="label">
0042        <property name="text">
0043         <string>Begin</string>
0044        </property>
0045       </widget>
0046      </item>
0047      <item row="0" column="1">
0048       <widget class="QDoubleSpinBox" name="spin_first">
0049        <property name="sizePolicy">
0050         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0051          <horstretch>0</horstretch>
0052          <verstretch>0</verstretch>
0053         </sizepolicy>
0054        </property>
0055       </widget>
0056      </item>
0057      <item row="1" column="0">
0058       <widget class="QLabel" name="label_2">
0059        <property name="text">
0060         <string>End</string>
0061        </property>
0062       </widget>
0063      </item>
0064      <item row="1" column="1">
0065       <widget class="QDoubleSpinBox" name="spin_last">
0066        <property name="sizePolicy">
0067         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0068          <horstretch>0</horstretch>
0069          <verstretch>0</verstretch>
0070         </sizepolicy>
0071        </property>
0072       </widget>
0073      </item>
0074      <item row="2" column="0">
0075       <widget class="QLabel" name="label_3">
0076        <property name="text">
0077         <string>Number of frames</string>
0078        </property>
0079       </widget>
0080      </item>
0081      <item row="2" column="1">
0082       <widget class="QSpinBox" name="spin_count">
0083        <property name="sizePolicy">
0084         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0085          <horstretch>0</horstretch>
0086          <verstretch>0</verstretch>
0087         </sizepolicy>
0088        </property>
0089        <property name="minimum">
0090         <number>1</number>
0091        </property>
0092        <property name="maximum">
0093         <number>999</number>
0094        </property>
0095       </widget>
0096      </item>
0097     </layout>
0098    </item>
0099    <item>
0100     <widget class="QDialogButtonBox" name="buttonBox">
0101      <property name="orientation">
0102       <enum>Qt::Horizontal</enum>
0103      </property>
0104      <property name="standardButtons">
0105       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0106      </property>
0107     </widget>
0108    </item>
0109   </layout>
0110  </widget>
0111  <resources/>
0112  <connections>
0113   <connection>
0114    <sender>buttonBox</sender>
0115    <signal>accepted()</signal>
0116    <receiver>Dialog</receiver>
0117    <slot>accept()</slot>
0118    <hints>
0119     <hint type="sourcelabel">
0120      <x>248</x>
0121      <y>254</y>
0122     </hint>
0123     <hint type="destinationlabel">
0124      <x>157</x>
0125      <y>274</y>
0126     </hint>
0127    </hints>
0128   </connection>
0129   <connection>
0130    <sender>buttonBox</sender>
0131    <signal>rejected()</signal>
0132    <receiver>Dialog</receiver>
0133    <slot>reject()</slot>
0134    <hints>
0135     <hint type="sourcelabel">
0136      <x>316</x>
0137      <y>260</y>
0138     </hint>
0139     <hint type="destinationlabel">
0140      <x>286</x>
0141      <y>274</y>
0142     </hint>
0143    </hints>
0144   </connection>
0145  </connections>
0146 </ui>