Warning, /graphics/krita/libs/ui/forms/wdgimportimagesequence.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: none
0005     SPDX-License-Identifier: GPL-3.0-or-later
0006   </author>
0007  <class>WdgImportImageSequence</class>
0008  <widget class="QWidget" name="WdgImportImageSequence">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>575</width>
0014     <height>428</height>
0015    </rect>
0016   </property>
0017   <property name="windowTitle">
0018    <string>Dialog</string>
0019   </property>
0020   <layout class="QVBoxLayout" name="verticalLayout_4">
0021    <item>
0022     <layout class="QHBoxLayout" name="horizontalLayout_2">
0023      <item>
0024       <layout class="QVBoxLayout" name="verticalLayout_2">
0025        <item>
0026         <widget class="QListWidget" name="lstFiles">
0027          <property name="sortingEnabled">
0028           <bool>true</bool>
0029          </property>
0030         </widget>
0031        </item>
0032        <item>
0033         <layout class="QHBoxLayout" name="horizontalLayout">
0034          <item>
0035           <widget class="QPushButton" name="btnAddImages">
0036            <property name="text">
0037             <string>Add images...</string>
0038            </property>
0039           </widget>
0040          </item>
0041          <item>
0042           <widget class="QPushButton" name="btnRemove">
0043            <property name="text">
0044             <string>Remove</string>
0045            </property>
0046           </widget>
0047          </item>
0048         </layout>
0049        </item>
0050       </layout>
0051      </item>
0052      <item>
0053       <layout class="QVBoxLayout" name="verticalLayout_3">
0054        <item>
0055         <widget class="QGroupBox" name="groupBox">
0056          <property name="title">
0057           <string>Order</string>
0058          </property>
0059          <layout class="QVBoxLayout" name="verticalLayout">
0060           <item>
0061            <widget class="QComboBox" name="cmbOrder"/>
0062           </item>
0063           <item>
0064            <widget class="QComboBox" name="cmbSortMode"/>
0065           </item>
0066          </layout>
0067         </widget>
0068        </item>
0069        <item>
0070         <widget class="QCheckBox" name="autoAddHoldframesBox">
0071          <property name="toolTip">
0072           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Adds the imported frames in their respective slots as per the sequence numbers in the file name&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0073          </property>
0074          <property name="text">
0075           <string>Add hold frames automatically</string>
0076          </property>
0077         </widget>
0078        </item>
0079        <item>
0080         <widget class="QCheckBox" name="beginFromZeroIndexBox">
0081          <property name="toolTip">
0082           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The first imported frame will be placed in #0 instead of #1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0083          </property>
0084          <property name="text">
0085           <string>Begin frames from index 0</string>
0086          </property>
0087         </widget>
0088        </item>
0089        <item>
0090         <widget class="QGroupBox" name="groupBox_2">
0091          <property name="title">
0092           <string>Timing</string>
0093          </property>
0094          <layout class="QFormLayout" name="formLayout">
0095           <item row="1" column="0">
0096            <widget class="QLabel" name="label">
0097             <property name="text">
0098              <string>Start at</string>
0099             </property>
0100            </widget>
0101           </item>
0102           <item row="1" column="1">
0103            <widget class="KisIntParseSpinBox" name="spinFirstFrame">
0104             <property name="toolTip">
0105              <string>The frame number for the first image</string>
0106             </property>
0107             <property name="maximum">
0108              <number>9999</number>
0109             </property>
0110            </widget>
0111           </item>
0112           <item row="2" column="0">
0113            <widget class="QLabel" name="label_2">
0114             <property name="text">
0115              <string>Step</string>
0116             </property>
0117            </widget>
0118           </item>
0119           <item row="2" column="1">
0120            <widget class="KisIntParseSpinBox" name="spinStep">
0121             <property name="toolTip">
0122              <string>Number of frames between images</string>
0123             </property>
0124             <property name="minimum">
0125              <number>1</number>
0126             </property>
0127             <property name="maximum">
0128              <number>999</number>
0129             </property>
0130            </widget>
0131           </item>
0132           <item row="3" column="0" colspan="2">
0133            <widget class="QLabel" name="lblFramerate">
0134             <property name="text">
0135              <string>Source FPS:</string>
0136             </property>
0137            </widget>
0138           </item>
0139          </layout>
0140         </widget>
0141        </item>
0142       </layout>
0143      </item>
0144     </layout>
0145    </item>
0146   </layout>
0147  </widget>
0148  <customwidgets>
0149   <customwidget>
0150    <class>KisIntParseSpinBox</class>
0151    <extends>QSpinBox</extends>
0152    <header>kis_int_parse_spin_box.h</header>
0153   </customwidget>
0154  </customwidgets>
0155  <resources/>
0156  <connections/>
0157 </ui>