Warning, /graphics/krita/plugins/dockers/recorder/recorder_export.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>RecorderExport</class> 0008 <widget class="QWidget" name="RecorderExport"> 0009 <property name="geometry"> 0010 <rect> 0011 <x>0</x> 0012 <y>0</y> 0013 <width>543</width> 0014 <height>374</height> 0015 </rect> 0016 </property> 0017 <property name="windowTitle"> 0018 <string>Export Timelapse</string> 0019 </property> 0020 <layout class="QVBoxLayout" name="verticalLayout"> 0021 <property name="leftMargin"> 0022 <number>0</number> 0023 </property> 0024 <property name="topMargin"> 0025 <number>0</number> 0026 </property> 0027 <property name="rightMargin"> 0028 <number>0</number> 0029 </property> 0030 <property name="bottomMargin"> 0031 <number>0</number> 0032 </property> 0033 <item> 0034 <widget class="QStackedWidget" name="stackedWidget"> 0035 <property name="currentIndex"> 0036 <number>0</number> 0037 </property> 0038 <widget class="QWidget" name="pageSettings"> 0039 <layout class="QVBoxLayout" name="verticalLayout_2"> 0040 <item> 0041 <layout class="QHBoxLayout" name="layoutRecordInfo"> 0042 <property name="leftMargin"> 0043 <number>9</number> 0044 </property> 0045 <property name="rightMargin"> 0046 <number>9</number> 0047 </property> 0048 <item> 0049 <widget class="QLabel" name="labelRecordInfo"> 0050 <property name="sizePolicy"> 0051 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> 0052 <horstretch>0</horstretch> 0053 <verstretch>0</verstretch> 0054 </sizepolicy> 0055 </property> 0056 <property name="text"> 0057 <string notr="true">Recording info: 1024x1024 px, 1524 frames</string> 0058 </property> 0059 </widget> 0060 </item> 0061 <item> 0062 <widget class="QPushButton" name="buttonBrowseDirectory"> 0063 <property name="toolTip"> 0064 <string>Open record directory</string> 0065 </property> 0066 <property name="icon"> 0067 <iconset theme="document-open"> 0068 <normaloff>.</normaloff>.</iconset> 0069 </property> 0070 </widget> 0071 </item> 0072 </layout> 0073 </item> 0074 <item> 0075 <widget class="Line" name="line1"> 0076 <property name="orientation"> 0077 <enum>Qt::Horizontal</enum> 0078 </property> 0079 </widget> 0080 </item> 0081 <item> 0082 <layout class="QGridLayout" name="gridLayout" columnstretch="0,0,0"> 0083 <property name="leftMargin"> 0084 <number>9</number> 0085 </property> 0086 <property name="rightMargin"> 0087 <number>9</number> 0088 </property> 0089 <item row="9" column="0" colspan="3"> 0090 <widget class="Line" name="line"> 0091 <property name="orientation"> 0092 <enum>Qt::Horizontal</enum> 0093 </property> 0094 </widget> 0095 </item> 0096 <item row="0" column="1"> 0097 <layout class="QHBoxLayout" name="layoutFps_2" stretch="0,1"> 0098 <item> 0099 <widget class="QSpinBox" name="spinInputFps"> 0100 <property name="minimumSize"> 0101 <size> 0102 <width>90</width> 0103 <height>0</height> 0104 </size> 0105 </property> 0106 <property name="keyboardTracking"> 0107 <bool>false</bool> 0108 </property> 0109 <property name="minimum"> 0110 <number>1</number> 0111 </property> 0112 <property name="maximum"> 0113 <number>10000</number> 0114 </property> 0115 <property name="value"> 0116 <number>30</number> 0117 </property> 0118 </widget> 0119 </item> 0120 <item> 0121 <spacer name="horizontalSpacer_14"> 0122 <property name="orientation"> 0123 <enum>Qt::Horizontal</enum> 0124 </property> 0125 <property name="sizeType"> 0126 <enum>QSizePolicy::Expanding</enum> 0127 </property> 0128 <property name="sizeHint" stdset="0"> 0129 <size> 0130 <width>6</width> 0131 <height>6</height> 0132 </size> 0133 </property> 0134 </spacer> 0135 </item> 0136 </layout> 0137 </item> 0138 <item row="11" column="1"> 0139 <widget class="QComboBox" name="comboProfile"> 0140 <property name="minimumSize"> 0141 <size> 0142 <width>120</width> 0143 <height>0</height> 0144 </size> 0145 </property> 0146 </widget> 0147 </item> 0148 <item row="1" column="1"> 0149 <layout class="QHBoxLayout" name="layoutFps" stretch="0,1,0"> 0150 <item> 0151 <widget class="QSpinBox" name="spinFps"> 0152 <property name="minimumSize"> 0153 <size> 0154 <width>90</width> 0155 <height>0</height> 0156 </size> 0157 </property> 0158 <property name="keyboardTracking"> 0159 <bool>false</bool> 0160 </property> 0161 <property name="minimum"> 0162 <number>1</number> 0163 </property> 0164 <property name="maximum"> 0165 <number>60</number> 0166 </property> 0167 <property name="value"> 0168 <number>30</number> 0169 </property> 0170 </widget> 0171 </item> 0172 <item> 0173 <widget class="QLabel" name="labelRealTimeCaptureNotion"> 0174 <property name="layoutDirection"> 0175 <enum>Qt::LeftToRight</enum> 0176 </property> 0177 <property name="text"> 0178 <string>Used for Capture Interval calculation</string> 0179 </property> 0180 <property name="alignment"> 0181 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> 0182 </property> 0183 </widget> 0184 </item> 0185 <item> 0186 <spacer name="horizontalSpacer_11"> 0187 <property name="orientation"> 0188 <enum>Qt::Horizontal</enum> 0189 </property> 0190 <property name="sizeType"> 0191 <enum>QSizePolicy::Expanding</enum> 0192 </property> 0193 <property name="sizeHint" stdset="0"> 0194 <size> 0195 <width>6</width> 0196 <height>6</height> 0197 </size> 0198 </property> 0199 </spacer> 0200 </item> 0201 </layout> 0202 </item> 0203 <item row="2" column="1"> 0204 <layout class="QHBoxLayout" name="horizontalLayout_6"> 0205 <item> 0206 <widget class="QSpinBox" name="spinLastFrameSec"> 0207 <property name="minimumSize"> 0208 <size> 0209 <width>90</width> 0210 <height>0</height> 0211 </size> 0212 </property> 0213 <property name="suffix"> 0214 <string comment="Contraction of "second" for interval"> sec.</string> 0215 </property> 0216 <property name="maximum"> 0217 <number>120</number> 0218 </property> 0219 <property name="value"> 0220 <number>5</number> 0221 </property> 0222 </widget> 0223 </item> 0224 <item> 0225 <spacer name="horizontalSpacer_15"> 0226 <property name="orientation"> 0227 <enum>Qt::Horizontal</enum> 0228 </property> 0229 <property name="sizeHint" stdset="0"> 0230 <size> 0231 <width>6</width> 0232 <height>6</height> 0233 </size> 0234 </property> 0235 </spacer> 0236 </item> 0237 </layout> 0238 </item> 0239 <item row="0" column="0"> 0240 <widget class="QLabel" name="labelFpsInput"> 0241 <property name="toolTip"> 0242 <string>The speed of reading the input stream. 0243 For example, to make your timelapse twice faster, the Input FPS should be twice larger of the Video FPS.</string> 0244 </property> 0245 <property name="text"> 0246 <string comment="Input FPS of recorded timelapses.">Input FPS:</string> 0247 </property> 0248 <property name="alignment"> 0249 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0250 </property> 0251 <property name="buddy"> 0252 <cstring>spinInputFps</cstring> 0253 </property> 0254 </widget> 0255 </item> 0256 <item row="0" column="2"> 0257 <widget class="QPushButton" name="buttonLockFps"> 0258 <property name="toolTip"> 0259 <string>Use the same rate for Input FPS and Video FPS</string> 0260 </property> 0261 <property name="text"> 0262 <string/> 0263 </property> 0264 <property name="icon"> 0265 <iconset theme="lock"> 0266 <normaloff>.</normaloff>.</iconset> 0267 </property> 0268 <property name="checkable"> 0269 <bool>true</bool> 0270 </property> 0271 </widget> 0272 </item> 0273 <item row="12" column="1"> 0274 <widget class="QLineEdit" name="editVideoFilePath"> 0275 <property name="minimumSize"> 0276 <size> 0277 <width>120</width> 0278 <height>0</height> 0279 </size> 0280 </property> 0281 <property name="readOnly"> 0282 <bool>false</bool> 0283 </property> 0284 </widget> 0285 </item> 0286 <item row="1" column="0"> 0287 <widget class="QLabel" name="labelFps"> 0288 <property name="text"> 0289 <string>Video FPS:</string> 0290 </property> 0291 <property name="alignment"> 0292 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0293 </property> 0294 <property name="buddy"> 0295 <cstring>spinFps</cstring> 0296 </property> 0297 </widget> 0298 </item> 0299 <item row="11" column="2"> 0300 <widget class="QPushButton" name="buttonEditProfile"> 0301 <property name="sizePolicy"> 0302 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 0303 <horstretch>0</horstretch> 0304 <verstretch>0</verstretch> 0305 </sizepolicy> 0306 </property> 0307 <property name="minimumSize"> 0308 <size> 0309 <width>28</width> 0310 <height>24</height> 0311 </size> 0312 </property> 0313 <property name="maximumSize"> 0314 <size> 0315 <width>28</width> 0316 <height>24</height> 0317 </size> 0318 </property> 0319 <property name="toolTip"> 0320 <string>Edit video profile</string> 0321 </property> 0322 </widget> 0323 </item> 0324 <item row="10" column="1"> 0325 <widget class="QLineEdit" name="editFfmpegPath"> 0326 <property name="minimumSize"> 0327 <size> 0328 <width>120</width> 0329 <height>0</height> 0330 </size> 0331 </property> 0332 <property name="text"> 0333 <string>ffmpeg</string> 0334 </property> 0335 <property name="readOnly"> 0336 <bool>true</bool> 0337 </property> 0338 </widget> 0339 </item> 0340 <item row="8" column="2"> 0341 <widget class="QPushButton" name="buttonLockRatio"> 0342 <property name="enabled"> 0343 <bool>false</bool> 0344 </property> 0345 <property name="toolTip"> 0346 <string>Constrain proportions</string> 0347 </property> 0348 <property name="text"> 0349 <string/> 0350 </property> 0351 <property name="icon"> 0352 <iconset theme="lock"> 0353 <normaloff>.</normaloff>.</iconset> 0354 </property> 0355 <property name="checkable"> 0356 <bool>true</bool> 0357 </property> 0358 </widget> 0359 </item> 0360 <item row="2" column="0"> 0361 <layout class="QHBoxLayout" name="horizontalLayout_9"> 0362 <item> 0363 <spacer name="horizontalSpacer_16"> 0364 <property name="orientation"> 0365 <enum>Qt::Horizontal</enum> 0366 </property> 0367 <property name="sizeHint" stdset="0"> 0368 <size> 0369 <width>40</width> 0370 <height>20</height> 0371 </size> 0372 </property> 0373 </spacer> 0374 </item> 0375 <item> 0376 <widget class="QCheckBox" name="extendResultCheckBox"> 0377 <property name="toolTip"> 0378 <string>Extend the last frame in the exported video by the specified duration</string> 0379 </property> 0380 <property name="text"> 0381 <string>Extend result for:</string> 0382 </property> 0383 </widget> 0384 </item> 0385 </layout> 0386 </item> 0387 <item row="12" column="2"> 0388 <widget class="QPushButton" name="buttonBrowseExport"> 0389 <property name="toolTip"> 0390 <string>Select a file location for the exported timelapse video</string> 0391 </property> 0392 <property name="text"> 0393 <string/> 0394 </property> 0395 <property name="icon"> 0396 <iconset theme="folder"> 0397 <normaloff>.</normaloff>.</iconset> 0398 </property> 0399 </widget> 0400 </item> 0401 <item row="12" column="0"> 0402 <widget class="QLabel" name="labelExportTo"> 0403 <property name="text"> 0404 <string>Video location:</string> 0405 </property> 0406 <property name="alignment"> 0407 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0408 </property> 0409 <property name="buddy"> 0410 <cstring>editVideoFilePath</cstring> 0411 </property> 0412 </widget> 0413 </item> 0414 <item row="5" column="0"> 0415 <layout class="QHBoxLayout" name="horizontalLayout_11"> 0416 <item> 0417 <spacer name="horizontalSpacer_18"> 0418 <property name="orientation"> 0419 <enum>Qt::Horizontal</enum> 0420 </property> 0421 <property name="sizeHint" stdset="0"> 0422 <size> 0423 <width>40</width> 0424 <height>20</height> 0425 </size> 0426 </property> 0427 </spacer> 0428 </item> 0429 <item> 0430 <widget class="QCheckBox" name="resultPreviewCheckBox"> 0431 <property name="toolTip"> 0432 <string>Prepend a preview to the exported video. 0433 The preview will show the last frame of the video for the specified duration</string> 0434 </property> 0435 <property name="layoutDirection"> 0436 <enum>Qt::LeftToRight</enum> 0437 </property> 0438 <property name="text"> 0439 <string>Enable preview for:</string> 0440 </property> 0441 </widget> 0442 </item> 0443 </layout> 0444 </item> 0445 <item row="8" column="1"> 0446 <widget class="QWidget" name="widgetResolution" native="true"> 0447 <property name="enabled"> 0448 <bool>false</bool> 0449 </property> 0450 <layout class="QHBoxLayout" name="horizontalLayout_4"> 0451 <property name="leftMargin"> 0452 <number>0</number> 0453 </property> 0454 <property name="topMargin"> 0455 <number>0</number> 0456 </property> 0457 <property name="rightMargin"> 0458 <number>0</number> 0459 </property> 0460 <property name="bottomMargin"> 0461 <number>0</number> 0462 </property> 0463 <item> 0464 <widget class="QSpinBox" name="spinScaleWidth"> 0465 <property name="minimumSize"> 0466 <size> 0467 <width>90</width> 0468 <height>0</height> 0469 </size> 0470 </property> 0471 <property name="toolTip"> 0472 <string>Width</string> 0473 </property> 0474 <property name="keyboardTracking"> 0475 <bool>false</bool> 0476 </property> 0477 <property name="suffix"> 0478 <string> px</string> 0479 </property> 0480 <property name="minimum"> 0481 <number>256</number> 0482 </property> 0483 <property name="maximum"> 0484 <number>8192</number> 0485 </property> 0486 <property name="singleStep"> 0487 <number>128</number> 0488 </property> 0489 <property name="value"> 0490 <number>1024</number> 0491 </property> 0492 </widget> 0493 </item> 0494 <item> 0495 <widget class="QLabel" name="labelX"> 0496 <property name="text"> 0497 <string>x</string> 0498 </property> 0499 </widget> 0500 </item> 0501 <item> 0502 <widget class="QSpinBox" name="spinScaleHeight"> 0503 <property name="minimumSize"> 0504 <size> 0505 <width>90</width> 0506 <height>0</height> 0507 </size> 0508 </property> 0509 <property name="toolTip"> 0510 <string>Height</string> 0511 </property> 0512 <property name="keyboardTracking"> 0513 <bool>false</bool> 0514 </property> 0515 <property name="suffix"> 0516 <string> px</string> 0517 </property> 0518 <property name="minimum"> 0519 <number>256</number> 0520 </property> 0521 <property name="maximum"> 0522 <number>8192</number> 0523 </property> 0524 <property name="singleStep"> 0525 <number>128</number> 0526 </property> 0527 <property name="value"> 0528 <number>1024</number> 0529 </property> 0530 </widget> 0531 </item> 0532 <item> 0533 <spacer name="horizontalSpacer_4"> 0534 <property name="orientation"> 0535 <enum>Qt::Horizontal</enum> 0536 </property> 0537 <property name="sizeType"> 0538 <enum>QSizePolicy::Expanding</enum> 0539 </property> 0540 <property name="sizeHint" stdset="0"> 0541 <size> 0542 <width>0</width> 0543 <height>22</height> 0544 </size> 0545 </property> 0546 </spacer> 0547 </item> 0548 </layout> 0549 </widget> 0550 </item> 0551 <item row="11" column="0"> 0552 <widget class="QLabel" name="labelResolution"> 0553 <property name="text"> 0554 <string>Render as:</string> 0555 </property> 0556 <property name="alignment"> 0557 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0558 </property> 0559 <property name="buddy"> 0560 <cstring>comboProfile</cstring> 0561 </property> 0562 </widget> 0563 </item> 0564 <item row="10" column="2"> 0565 <widget class="QPushButton" name="buttonBrowseFfmpeg"> 0566 <property name="toolTip"> 0567 <string>Setup ffmpeg executable location</string> 0568 </property> 0569 <property name="text"> 0570 <string/> 0571 </property> 0572 <property name="icon"> 0573 <iconset theme="folder"> 0574 <normaloff>.</normaloff>.</iconset> 0575 </property> 0576 </widget> 0577 </item> 0578 <item row="5" column="1"> 0579 <layout class="QHBoxLayout" name="horizontalLayout_7"> 0580 <item> 0581 <widget class="QSpinBox" name="spinFirstFrameSec"> 0582 <property name="minimumSize"> 0583 <size> 0584 <width>90</width> 0585 <height>0</height> 0586 </size> 0587 </property> 0588 <property name="suffix"> 0589 <string> sec.</string> 0590 </property> 0591 <property name="maximum"> 0592 <number>120</number> 0593 </property> 0594 <property name="value"> 0595 <number>5</number> 0596 </property> 0597 </widget> 0598 </item> 0599 <item> 0600 <spacer name="horizontalSpacer_17"> 0601 <property name="orientation"> 0602 <enum>Qt::Horizontal</enum> 0603 </property> 0604 <property name="sizeHint" stdset="0"> 0605 <size> 0606 <width>6</width> 0607 <height>6</height> 0608 </size> 0609 </property> 0610 </spacer> 0611 </item> 0612 </layout> 0613 </item> 0614 <item row="10" column="0"> 0615 <widget class="QLabel" name="labelFfmpegLocation"> 0616 <property name="text"> 0617 <string>FFmpeg:</string> 0618 </property> 0619 <property name="alignment"> 0620 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0621 </property> 0622 <property name="buddy"> 0623 <cstring>editFfmpegPath</cstring> 0624 </property> 0625 </widget> 0626 </item> 0627 <item row="8" column="0"> 0628 <layout class="QHBoxLayout" name="horizontalLayout_8" stretch="1,0"> 0629 <item> 0630 <spacer name="horizontalSpacer_12"> 0631 <property name="orientation"> 0632 <enum>Qt::Horizontal</enum> 0633 </property> 0634 <property name="sizeType"> 0635 <enum>QSizePolicy::Preferred</enum> 0636 </property> 0637 <property name="sizeHint" stdset="0"> 0638 <size> 0639 <width>13</width> 0640 <height>13</height> 0641 </size> 0642 </property> 0643 </spacer> 0644 </item> 0645 <item> 0646 <widget class="QCheckBox" name="checkResize"> 0647 <property name="sizePolicy"> 0648 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 0649 <horstretch>0</horstretch> 0650 <verstretch>0</verstretch> 0651 </sizepolicy> 0652 </property> 0653 <property name="text"> 0654 <string>Resize:</string> 0655 </property> 0656 </widget> 0657 </item> 0658 </layout> 0659 </item> 0660 </layout> 0661 </item> 0662 <item> 0663 <spacer name="verticalSpacer_3"> 0664 <property name="orientation"> 0665 <enum>Qt::Vertical</enum> 0666 </property> 0667 <property name="sizeType"> 0668 <enum>QSizePolicy::Expanding</enum> 0669 </property> 0670 <property name="sizeHint" stdset="0"> 0671 <size> 0672 <width>20</width> 0673 <height>6</height> 0674 </size> 0675 </property> 0676 </spacer> 0677 </item> 0678 <item> 0679 <widget class="Line" name="line2"> 0680 <property name="orientation"> 0681 <enum>Qt::Horizontal</enum> 0682 </property> 0683 </widget> 0684 </item> 0685 <item> 0686 <layout class="QHBoxLayout" name="horizontalLayout"> 0687 <property name="leftMargin"> 0688 <number>9</number> 0689 </property> 0690 <item> 0691 <widget class="QLabel" name="labelTitleVideoDuration"> 0692 <property name="text"> 0693 <string>Video duration:</string> 0694 </property> 0695 </widget> 0696 </item> 0697 <item> 0698 <widget class="QLabel" name="labelVideoDuration"> 0699 <property name="text"> 0700 <string/> 0701 </property> 0702 </widget> 0703 </item> 0704 <item> 0705 <spacer name="horizontalSpacer"> 0706 <property name="orientation"> 0707 <enum>Qt::Horizontal</enum> 0708 </property> 0709 <property name="sizeType"> 0710 <enum>QSizePolicy::MinimumExpanding</enum> 0711 </property> 0712 <property name="sizeHint" stdset="0"> 0713 <size> 0714 <width>0</width> 0715 <height>20</height> 0716 </size> 0717 </property> 0718 </spacer> 0719 </item> 0720 <item> 0721 <widget class="QDialogButtonBox" name="buttonBox"> 0722 <property name="standardButtons"> 0723 <set>QDialogButtonBox::Close|QDialogButtonBox::Save</set> 0724 </property> 0725 </widget> 0726 </item> 0727 </layout> 0728 </item> 0729 </layout> 0730 </widget> 0731 <widget class="QWidget" name="pageProperties"> 0732 <layout class="QGridLayout" name="gridLayout_2"> 0733 <item row="0" column="1"> 0734 <spacer name="verticalSpacer"> 0735 <property name="orientation"> 0736 <enum>Qt::Vertical</enum> 0737 </property> 0738 <property name="sizeHint" stdset="0"> 0739 <size> 0740 <width>20</width> 0741 <height>74</height> 0742 </size> 0743 </property> 0744 </spacer> 0745 </item> 0746 <item row="1" column="0"> 0747 <spacer name="horizontalSpacer_9"> 0748 <property name="orientation"> 0749 <enum>Qt::Horizontal</enum> 0750 </property> 0751 <property name="sizeHint" stdset="0"> 0752 <size> 0753 <width>110</width> 0754 <height>20</height> 0755 </size> 0756 </property> 0757 </spacer> 0758 </item> 0759 <item row="1" column="1"> 0760 <layout class="QVBoxLayout" name="layoutExporting"> 0761 <property name="spacing"> 0762 <number>16</number> 0763 </property> 0764 <item> 0765 <layout class="QHBoxLayout" name="horizontalLayout_3"> 0766 <item> 0767 <spacer name="horizontalSpacer_6"> 0768 <property name="orientation"> 0769 <enum>Qt::Horizontal</enum> 0770 </property> 0771 <property name="sizeHint" stdset="0"> 0772 <size> 0773 <width>40</width> 0774 <height>20</height> 0775 </size> 0776 </property> 0777 </spacer> 0778 </item> 0779 <item> 0780 <widget class="QLabel" name="labelStatus"> 0781 <property name="sizePolicy"> 0782 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 0783 <horstretch>0</horstretch> 0784 <verstretch>0</verstretch> 0785 </sizepolicy> 0786 </property> 0787 <property name="toolTip"> 0788 <string notr="true"/> 0789 </property> 0790 <property name="text"> 0791 <string notr="true">Exporting...</string> 0792 </property> 0793 </widget> 0794 </item> 0795 <item> 0796 <spacer name="horizontalSpacer_5"> 0797 <property name="orientation"> 0798 <enum>Qt::Horizontal</enum> 0799 </property> 0800 <property name="sizeHint" stdset="0"> 0801 <size> 0802 <width>40</width> 0803 <height>20</height> 0804 </size> 0805 </property> 0806 </spacer> 0807 </item> 0808 </layout> 0809 </item> 0810 <item> 0811 <widget class="QProgressBar" name="progressExport"> 0812 <property name="sizePolicy"> 0813 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 0814 <horstretch>1</horstretch> 0815 <verstretch>0</verstretch> 0816 </sizepolicy> 0817 </property> 0818 <property name="minimumSize"> 0819 <size> 0820 <width>250</width> 0821 <height>0</height> 0822 </size> 0823 </property> 0824 <property name="value"> 0825 <number>24</number> 0826 </property> 0827 </widget> 0828 </item> 0829 <item> 0830 <layout class="QHBoxLayout" name="horizontalLayout_2"> 0831 <item> 0832 <spacer name="horizontalSpacer_7"> 0833 <property name="orientation"> 0834 <enum>Qt::Horizontal</enum> 0835 </property> 0836 <property name="sizeHint" stdset="0"> 0837 <size> 0838 <width>40</width> 0839 <height>20</height> 0840 </size> 0841 </property> 0842 </spacer> 0843 </item> 0844 <item> 0845 <widget class="QPushButton" name="buttonCancelExport"> 0846 <property name="sizePolicy"> 0847 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 0848 <horstretch>0</horstretch> 0849 <verstretch>0</verstretch> 0850 </sizepolicy> 0851 </property> 0852 <property name="text"> 0853 <string>Cancel</string> 0854 </property> 0855 </widget> 0856 </item> 0857 <item> 0858 <spacer name="horizontalSpacer_8"> 0859 <property name="orientation"> 0860 <enum>Qt::Horizontal</enum> 0861 </property> 0862 <property name="sizeHint" stdset="0"> 0863 <size> 0864 <width>40</width> 0865 <height>20</height> 0866 </size> 0867 </property> 0868 </spacer> 0869 </item> 0870 </layout> 0871 </item> 0872 </layout> 0873 </item> 0874 <item row="1" column="2"> 0875 <spacer name="horizontalSpacer_10"> 0876 <property name="orientation"> 0877 <enum>Qt::Horizontal</enum> 0878 </property> 0879 <property name="sizeHint" stdset="0"> 0880 <size> 0881 <width>110</width> 0882 <height>20</height> 0883 </size> 0884 </property> 0885 </spacer> 0886 </item> 0887 <item row="2" column="1"> 0888 <spacer name="verticalSpacer_2"> 0889 <property name="orientation"> 0890 <enum>Qt::Vertical</enum> 0891 </property> 0892 <property name="sizeHint" stdset="0"> 0893 <size> 0894 <width>20</width> 0895 <height>74</height> 0896 </size> 0897 </property> 0898 </spacer> 0899 </item> 0900 </layout> 0901 </widget> 0902 <widget class="QWidget" name="pageDone"> 0903 <layout class="QGridLayout" name="gridLayout_6"> 0904 <item row="1" column="1" rowspan="2"> 0905 <layout class="QGridLayout" name="gridLayout_5"> 0906 <property name="horizontalSpacing"> 0907 <number>12</number> 0908 </property> 0909 <item row="2" column="0" colspan="2"> 0910 <widget class="QLabel" name="labelVideoPathDone"> 0911 <property name="minimumSize"> 0912 <size> 0913 <width>0</width> 0914 <height>32</height> 0915 </size> 0916 </property> 0917 <property name="text"> 0918 <string notr="true">/</string> 0919 </property> 0920 <property name="wordWrap"> 0921 <bool>true</bool> 0922 </property> 0923 <property name="textInteractionFlags"> 0924 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> 0925 </property> 0926 </widget> 0927 </item> 0928 <item row="0" column="0" colspan="2"> 0929 <widget class="QLabel" name="labelDone"> 0930 <property name="minimumSize"> 0931 <size> 0932 <width>0</width> 0933 <height>32</height> 0934 </size> 0935 </property> 0936 <property name="font"> 0937 <font> 0938 <weight>75</weight> 0939 <bold>true</bold> 0940 </font> 0941 </property> 0942 <property name="text"> 0943 <string comment="Caption: Video exporting finished">Done!</string> 0944 </property> 0945 </widget> 0946 </item> 0947 <item row="4" column="0" colspan="2"> 0948 <widget class="QPushButton" name="buttonWatchIt"> 0949 <property name="minimumSize"> 0950 <size> 0951 <width>0</width> 0952 <height>32</height> 0953 </size> 0954 </property> 0955 <property name="font"> 0956 <font> 0957 <underline>true</underline> 0958 </font> 0959 </property> 0960 <property name="text"> 0961 <string comment="Watch the video which is just created">Watch it!</string> 0962 </property> 0963 <property name="flat"> 0964 <bool>true</bool> 0965 </property> 0966 </widget> 0967 </item> 0968 <item row="1" column="0" colspan="2"> 0969 <widget class="QLabel" name="labelWritten"> 0970 <property name="text"> 0971 <string>The timelapse video has been written to:</string> 0972 </property> 0973 </widget> 0974 </item> 0975 <item row="5" column="0" colspan="2"> 0976 <widget class="QPushButton" name="buttonShowInFolder"> 0977 <property name="minimumSize"> 0978 <size> 0979 <width>0</width> 0980 <height>32</height> 0981 </size> 0982 </property> 0983 <property name="font"> 0984 <font> 0985 <underline>true</underline> 0986 </font> 0987 </property> 0988 <property name="text"> 0989 <string comment="Open the folder when the new created video is placed">Show in folder</string> 0990 </property> 0991 <property name="flat"> 0992 <bool>true</bool> 0993 </property> 0994 </widget> 0995 </item> 0996 <item row="3" column="0" colspan="2"> 0997 <spacer name="verticalSpacer_6"> 0998 <property name="orientation"> 0999 <enum>Qt::Vertical</enum> 1000 </property> 1001 <property name="sizeType"> 1002 <enum>QSizePolicy::Fixed</enum> 1003 </property> 1004 <property name="sizeHint" stdset="0"> 1005 <size> 1006 <width>20</width> 1007 <height>8</height> 1008 </size> 1009 </property> 1010 </spacer> 1011 </item> 1012 <item row="6" column="0" colspan="2"> 1013 <widget class="QPushButton" name="buttonRemoveSnapshots"> 1014 <property name="minimumSize"> 1015 <size> 1016 <width>0</width> 1017 <height>32</height> 1018 </size> 1019 </property> 1020 <property name="font"> 1021 <font> 1022 <underline>true</underline> 1023 </font> 1024 </property> 1025 <property name="text"> 1026 <string comment="Open the folder when the new created video is placed">Remove recordings</string> 1027 </property> 1028 <property name="flat"> 1029 <bool>true</bool> 1030 </property> 1031 </widget> 1032 </item> 1033 </layout> 1034 </item> 1035 <item row="2" column="0"> 1036 <spacer name="horizontalSpacer_13"> 1037 <property name="orientation"> 1038 <enum>Qt::Horizontal</enum> 1039 </property> 1040 <property name="sizeHint" stdset="0"> 1041 <size> 1042 <width>36</width> 1043 <height>20</height> 1044 </size> 1045 </property> 1046 </spacer> 1047 </item> 1048 <item row="5" column="0" colspan="3"> 1049 <layout class="QHBoxLayout" name="horizontalLayout_5"> 1050 <property name="leftMargin"> 1051 <number>9</number> 1052 </property> 1053 <item> 1054 <widget class="QLabel" name="labelRenderTimeTitle"> 1055 <property name="text"> 1056 <string comment="How long it took to render the video">Render time:</string> 1057 </property> 1058 </widget> 1059 </item> 1060 <item> 1061 <widget class="QLabel" name="labelRenderTime"> 1062 <property name="text"> 1063 <string/> 1064 </property> 1065 </widget> 1066 </item> 1067 <item> 1068 <spacer name="horizontalSpacer_3"> 1069 <property name="orientation"> 1070 <enum>Qt::Horizontal</enum> 1071 </property> 1072 <property name="sizeHint" stdset="0"> 1073 <size> 1074 <width>283</width> 1075 <height>20</height> 1076 </size> 1077 </property> 1078 </spacer> 1079 </item> 1080 <item> 1081 <widget class="QPushButton" name="buttonRestart"> 1082 <property name="text"> 1083 <string comment="Button to restart the timelapse video configuring">Restart</string> 1084 </property> 1085 </widget> 1086 </item> 1087 <item> 1088 <widget class="QPushButton" name="buttonDoneClose"> 1089 <property name="text"> 1090 <string comment="Close dialog button">Close</string> 1091 </property> 1092 <property name="default"> 1093 <bool>true</bool> 1094 </property> 1095 </widget> 1096 </item> 1097 </layout> 1098 </item> 1099 <item row="0" column="1"> 1100 <spacer name="verticalSpacer_5"> 1101 <property name="orientation"> 1102 <enum>Qt::Vertical</enum> 1103 </property> 1104 <property name="sizeHint" stdset="0"> 1105 <size> 1106 <width>20</width> 1107 <height>14</height> 1108 </size> 1109 </property> 1110 </spacer> 1111 </item> 1112 <item row="2" column="2"> 1113 <spacer name="horizontalSpacer_2"> 1114 <property name="orientation"> 1115 <enum>Qt::Horizontal</enum> 1116 </property> 1117 <property name="sizeHint" stdset="0"> 1118 <size> 1119 <width>39</width> 1120 <height>20</height> 1121 </size> 1122 </property> 1123 </spacer> 1124 </item> 1125 <item row="3" column="1"> 1126 <spacer name="verticalSpacer_4"> 1127 <property name="orientation"> 1128 <enum>Qt::Vertical</enum> 1129 </property> 1130 <property name="sizeHint" stdset="0"> 1131 <size> 1132 <width>20</width> 1133 <height>18</height> 1134 </size> 1135 </property> 1136 </spacer> 1137 </item> 1138 <item row="4" column="0" colspan="3"> 1139 <widget class="Line" name="line_2"> 1140 <property name="orientation"> 1141 <enum>Qt::Horizontal</enum> 1142 </property> 1143 </widget> 1144 </item> 1145 </layout> 1146 </widget> 1147 </widget> 1148 </item> 1149 </layout> 1150 </widget> 1151 <tabstops> 1152 <tabstop>buttonBrowseDirectory</tabstop> 1153 <tabstop>spinInputFps</tabstop> 1154 <tabstop>buttonLockFps</tabstop> 1155 <tabstop>spinFps</tabstop> 1156 <tabstop>checkResize</tabstop> 1157 <tabstop>spinScaleWidth</tabstop> 1158 <tabstop>spinScaleHeight</tabstop> 1159 <tabstop>buttonLockRatio</tabstop> 1160 <tabstop>editFfmpegPath</tabstop> 1161 <tabstop>buttonBrowseFfmpeg</tabstop> 1162 <tabstop>comboProfile</tabstop> 1163 <tabstop>buttonEditProfile</tabstop> 1164 <tabstop>editVideoFilePath</tabstop> 1165 <tabstop>buttonBrowseExport</tabstop> 1166 <tabstop>buttonCancelExport</tabstop> 1167 <tabstop>buttonDoneClose</tabstop> 1168 <tabstop>buttonRestart</tabstop> 1169 <tabstop>buttonShowInFolder</tabstop> 1170 <tabstop>buttonWatchIt</tabstop> 1171 </tabstops> 1172 <resources/> 1173 <connections> 1174 <connection> 1175 <sender>buttonDoneClose</sender> 1176 <signal>clicked()</signal> 1177 <receiver>RecorderExport</receiver> 1178 <slot>close()</slot> 1179 <hints> 1180 <hint type="sourcelabel"> 1181 <x>343</x> 1182 <y>245</y> 1183 </hint> 1184 <hint type="destinationlabel"> 1185 <x>196</x> 1186 <y>363</y> 1187 </hint> 1188 </hints> 1189 </connection> 1190 <connection> 1191 <sender>checkResize</sender> 1192 <signal>toggled(bool)</signal> 1193 <receiver>buttonLockRatio</receiver> 1194 <slot>setEnabled(bool)</slot> 1195 <hints> 1196 <hint type="sourcelabel"> 1197 <x>91</x> 1198 <y>131</y> 1199 </hint> 1200 <hint type="destinationlabel"> 1201 <x>361</x> 1202 <y>138</y> 1203 </hint> 1204 </hints> 1205 </connection> 1206 <connection> 1207 <sender>checkResize</sender> 1208 <signal>toggled(bool)</signal> 1209 <receiver>widgetResolution</receiver> 1210 <slot>setEnabled(bool)</slot> 1211 <hints> 1212 <hint type="sourcelabel"> 1213 <x>118</x> 1214 <y>142</y> 1215 </hint> 1216 <hint type="destinationlabel"> 1217 <x>251</x> 1218 <y>144</y> 1219 </hint> 1220 </hints> 1221 </connection> 1222 </connections> 1223 </ui>