Warning, /graphics/glaxnimate/src/gui/widgets/dialogs/export_image_sequence_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>glaxnimate::gui::ExportImageSequenceDialog</class> 0011 <widget class="QDialog" name="glaxnimate::gui::ExportImageSequenceDialog"> 0012 <property name="geometry"> 0013 <rect> 0014 <x>0</x> 0015 <y>0</y> 0016 <width>358</width> 0017 <height>276</height> 0018 </rect> 0019 </property> 0020 <property name="windowTitle"> 0021 <string>Export as Image Sequence</string> 0022 </property> 0023 <property name="windowIcon"> 0024 <iconset theme="folder-images	"/> 0025 </property> 0026 <layout class="QGridLayout" name="gridLayout"> 0027 <item row="3" column="0"> 0028 <widget class="QLabel" name="label_4"> 0029 <property name="text"> 0030 <string>To Frame</string> 0031 </property> 0032 <property name="buddy"> 0033 <cstring>input_frame_to</cstring> 0034 </property> 0035 </widget> 0036 </item> 0037 <item row="1" column="2"> 0038 <widget class="QComboBox" name="input_format"/> 0039 </item> 0040 <item row="1" column="0"> 0041 <widget class="QLabel" name="label_2"> 0042 <property name="text"> 0043 <string>File Name</string> 0044 </property> 0045 <property name="buddy"> 0046 <cstring>input_name</cstring> 0047 </property> 0048 </widget> 0049 </item> 0050 <item row="3" column="1" colspan="2"> 0051 <widget class="QSpinBox" name="input_frame_to"/> 0052 </item> 0053 <item row="1" column="1"> 0054 <widget class="QLineEdit" name="input_name"> 0055 <property name="toolTip"> 0056 <string>Use {frame} to represent the frame number</string> 0057 </property> 0058 <property name="text"> 0059 <string>Frame {frame}</string> 0060 </property> 0061 </widget> 0062 </item> 0063 <item row="4" column="1" colspan="2"> 0064 <widget class="QSpinBox" name="input_frame_step"> 0065 <property name="minimum"> 0066 <number>1</number> 0067 </property> 0068 </widget> 0069 </item> 0070 <item row="4" column="0"> 0071 <widget class="QLabel" name="label_5"> 0072 <property name="text"> 0073 <string>Frame Step</string> 0074 </property> 0075 <property name="buddy"> 0076 <cstring>input_frame_step</cstring> 0077 </property> 0078 </widget> 0079 </item> 0080 <item row="5" column="2"> 0081 <spacer name="verticalSpacer"> 0082 <property name="orientation"> 0083 <enum>Qt::Vertical</enum> 0084 </property> 0085 <property name="sizeHint" stdset="0"> 0086 <size> 0087 <width>20</width> 0088 <height>40</height> 0089 </size> 0090 </property> 0091 </spacer> 0092 </item> 0093 <item row="7" column="0" colspan="3"> 0094 <widget class="QDialogButtonBox" name="buttonBox"> 0095 <property name="orientation"> 0096 <enum>Qt::Horizontal</enum> 0097 </property> 0098 <property name="standardButtons"> 0099 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 0100 </property> 0101 </widget> 0102 </item> 0103 <item row="0" column="1"> 0104 <widget class="QLineEdit" name="input_path"/> 0105 </item> 0106 <item row="2" column="1" colspan="2"> 0107 <widget class="QSpinBox" name="input_frame_from"/> 0108 </item> 0109 <item row="2" column="0"> 0110 <widget class="QLabel" name="label_3"> 0111 <property name="text"> 0112 <string>From Frame</string> 0113 </property> 0114 <property name="buddy"> 0115 <cstring>input_frame_from</cstring> 0116 </property> 0117 </widget> 0118 </item> 0119 <item row="0" column="0"> 0120 <widget class="QLabel" name="label"> 0121 <property name="text"> 0122 <string>Path</string> 0123 </property> 0124 <property name="buddy"> 0125 <cstring>input_path</cstring> 0126 </property> 0127 </widget> 0128 </item> 0129 <item row="0" column="2"> 0130 <widget class="QPushButton" name="button_select"> 0131 <property name="text"> 0132 <string>Select...</string> 0133 </property> 0134 <property name="icon"> 0135 <iconset theme="folder-open"> 0136 <normaloff>.</normaloff>.</iconset> 0137 </property> 0138 </widget> 0139 </item> 0140 <item row="6" column="0" colspan="3"> 0141 <widget class="QProgressBar" name="progress_bar"> 0142 <property name="value"> 0143 <number>24</number> 0144 </property> 0145 </widget> 0146 </item> 0147 </layout> 0148 </widget> 0149 <tabstops> 0150 <tabstop>input_path</tabstop> 0151 <tabstop>button_select</tabstop> 0152 <tabstop>input_name</tabstop> 0153 <tabstop>input_format</tabstop> 0154 <tabstop>input_frame_from</tabstop> 0155 <tabstop>input_frame_to</tabstop> 0156 <tabstop>input_frame_step</tabstop> 0157 </tabstops> 0158 <resources/> 0159 <connections> 0160 <connection> 0161 <sender>buttonBox</sender> 0162 <signal>accepted()</signal> 0163 <receiver>glaxnimate::gui::ExportImageSequenceDialog</receiver> 0164 <slot>render()</slot> 0165 <hints> 0166 <hint type="sourcelabel"> 0167 <x>205</x> 0168 <y>251</y> 0169 </hint> 0170 <hint type="destinationlabel"> 0171 <x>233</x> 0172 <y>339</y> 0173 </hint> 0174 </hints> 0175 </connection> 0176 <connection> 0177 <sender>button_select</sender> 0178 <signal>clicked()</signal> 0179 <receiver>glaxnimate::gui::ExportImageSequenceDialog</receiver> 0180 <slot>pick_path()</slot> 0181 <hints> 0182 <hint type="sourcelabel"> 0183 <x>317</x> 0184 <y>20</y> 0185 </hint> 0186 <hint type="destinationlabel"> 0187 <x>458</x> 0188 <y>70</y> 0189 </hint> 0190 </hints> 0191 </connection> 0192 <connection> 0193 <sender>buttonBox</sender> 0194 <signal>rejected()</signal> 0195 <receiver>glaxnimate::gui::ExportImageSequenceDialog</receiver> 0196 <slot>reject()</slot> 0197 <hints> 0198 <hint type="sourcelabel"> 0199 <x>282</x> 0200 <y>243</y> 0201 </hint> 0202 <hint type="destinationlabel"> 0203 <x>318</x> 0204 <y>295</y> 0205 </hint> 0206 </hints> 0207 </connection> 0208 </connections> 0209 <slots> 0210 <slot>render()</slot> 0211 <slot>pick_path()</slot> 0212 </slots> 0213 </ui>