Warning, /graphics/glaxnimate/src/gui/widgets/dialogs/timing_dialog.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 
0003 <!--
0004 SPDX-FileCopyrightText: 2019-2023 Mattia Basaglia <dev@dragon.best>
0005 
0006 SPDX-License-Identifier: GPL-3.0-or-later
0007 -->
0008 
0009 <ui version="4.0">
0010  <class>TimingDialog</class>
0011  <widget class="QDialog" name="TimingDialog">
0012   <property name="geometry">
0013    <rect>
0014     <x>0</x>
0015     <y>0</y>
0016     <width>276</width>
0017     <height>288</height>
0018    </rect>
0019   </property>
0020   <property name="windowTitle">
0021    <string>Timing</string>
0022   </property>
0023   <layout class="QVBoxLayout" name="verticalLayout">
0024    <item>
0025     <layout class="QFormLayout" name="formLayout">
0026      <item row="0" column="0">
0027       <widget class="QLabel" name="label_5">
0028        <property name="text">
0029         <string>FPS</string>
0030        </property>
0031       </widget>
0032      </item>
0033      <item row="0" column="1">
0034       <widget class="QDoubleSpinBox" name="spin_fps">
0035        <property name="sizePolicy">
0036         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0037          <horstretch>0</horstretch>
0038          <verstretch>0</verstretch>
0039         </sizepolicy>
0040        </property>
0041        <property name="minimum">
0042         <double>1.000000000000000</double>
0043        </property>
0044        <property name="maximum">
0045         <double>999.990000000000009</double>
0046        </property>
0047       </widget>
0048      </item>
0049      <item row="1" column="0">
0050       <widget class="QLabel" name="label_3">
0051        <property name="text">
0052         <string>Duration</string>
0053        </property>
0054       </widget>
0055      </item>
0056      <item row="1" column="1">
0057       <widget class="QDoubleSpinBox" name="spin_seconds">
0058        <property name="sizePolicy">
0059         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0060          <horstretch>0</horstretch>
0061          <verstretch>0</verstretch>
0062         </sizepolicy>
0063        </property>
0064        <property name="suffix">
0065         <string>&quot;</string>
0066        </property>
0067       </widget>
0068      </item>
0069      <item row="2" column="0">
0070       <widget class="QLabel" name="label_4">
0071        <property name="text">
0072         <string>Frames</string>
0073        </property>
0074       </widget>
0075      </item>
0076      <item row="2" column="1">
0077       <widget class="QSpinBox" name="spin_frames">
0078        <property name="sizePolicy">
0079         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0080          <horstretch>0</horstretch>
0081          <verstretch>0</verstretch>
0082         </sizepolicy>
0083        </property>
0084       </widget>
0085      </item>
0086     </layout>
0087    </item>
0088    <item>
0089     <widget class="QGroupBox" name="groupBox">
0090      <property name="title">
0091       <string>Layers</string>
0092      </property>
0093      <layout class="QVBoxLayout" name="verticalLayout_2">
0094       <item>
0095        <widget class="QRadioButton" name="check_layer_keep">
0096         <property name="text">
0097          <string>Keep Initial Timing</string>
0098         </property>
0099        </widget>
0100       </item>
0101       <item>
0102        <widget class="QRadioButton" name="check_layer_trim">
0103         <property name="text">
0104          <string>Trim Extra Frames</string>
0105         </property>
0106         <property name="checked">
0107          <bool>true</bool>
0108         </property>
0109        </widget>
0110       </item>
0111       <item>
0112        <widget class="QRadioButton" name="check_layer_scale">
0113         <property name="text">
0114          <string>Scale Timing</string>
0115         </property>
0116        </widget>
0117       </item>
0118      </layout>
0119     </widget>
0120    </item>
0121    <item>
0122     <widget class="QDialogButtonBox" name="button_box">
0123      <property name="standardButtons">
0124       <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0125      </property>
0126     </widget>
0127    </item>
0128   </layout>
0129  </widget>
0130  <resources/>
0131  <connections>
0132   <connection>
0133    <sender>button_box</sender>
0134    <signal>clicked(QAbstractButton*)</signal>
0135    <receiver>TimingDialog</receiver>
0136    <slot>btn_clicked(QAbstractButton*)</slot>
0137    <hints>
0138     <hint type="sourcelabel">
0139      <x>167</x>
0140      <y>147</y>
0141     </hint>
0142     <hint type="destinationlabel">
0143      <x>275</x>
0144      <y>161</y>
0145     </hint>
0146    </hints>
0147   </connection>
0148   <connection>
0149    <sender>spin_fps</sender>
0150    <signal>valueChanged(double)</signal>
0151    <receiver>TimingDialog</receiver>
0152    <slot>changed_fps(double)</slot>
0153    <hints>
0154     <hint type="sourcelabel">
0155      <x>206</x>
0156      <y>19</y>
0157     </hint>
0158     <hint type="destinationlabel">
0159      <x>451</x>
0160      <y>19</y>
0161     </hint>
0162    </hints>
0163   </connection>
0164   <connection>
0165    <sender>spin_seconds</sender>
0166    <signal>valueChanged(double)</signal>
0167    <receiver>TimingDialog</receiver>
0168    <slot>changed_seconds(double)</slot>
0169    <hints>
0170     <hint type="sourcelabel">
0171      <x>240</x>
0172      <y>58</y>
0173     </hint>
0174     <hint type="destinationlabel">
0175      <x>543</x>
0176      <y>60</y>
0177     </hint>
0178    </hints>
0179   </connection>
0180   <connection>
0181    <sender>spin_frames</sender>
0182    <signal>valueChanged(int)</signal>
0183    <receiver>TimingDialog</receiver>
0184    <slot>changed_frames(int)</slot>
0185    <hints>
0186     <hint type="sourcelabel">
0187      <x>215</x>
0188      <y>93</y>
0189     </hint>
0190     <hint type="destinationlabel">
0191      <x>441</x>
0192      <y>103</y>
0193     </hint>
0194    </hints>
0195   </connection>
0196  </connections>
0197  <slots>
0198   <slot>btn_clicked(QAbstractButton*)</slot>
0199   <slot>changed_fps(double)</slot>
0200   <slot>changed_seconds(double)</slot>
0201   <slot>changed_frames(int)</slot>
0202  </slots>
0203 </ui>